mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 06:58:32 +02:00
Remove base extent definition
This commit is contained in:
@@ -68,10 +68,6 @@ iD.Entity.prototype = {
|
||||
return this._updated && this.osmId() > 0;
|
||||
},
|
||||
|
||||
extent: function() {
|
||||
throw Error("not implemented");
|
||||
},
|
||||
|
||||
intersects: function(extent, resolver) {
|
||||
var _extent = this.extent(resolver);
|
||||
return _extent[0][0] > extent[0][0] &&
|
||||
|
||||
Reference in New Issue
Block a user