mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-10 11:57:33 +02:00
Define Relation#geometry
This commit is contained in:
@@ -4,5 +4,9 @@ iD.Relation = iD.Entity.extend({
|
||||
|
||||
extent: function() {
|
||||
return [[NaN, NaN], [NaN, NaN]];
|
||||
},
|
||||
|
||||
geometry: function() {
|
||||
return 'relation';
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user