Define Relation#geometry

This commit is contained in:
John Firebaugh
2013-01-07 12:15:16 -08:00
parent 2a60bca919
commit 15099ee517
+4
View File
@@ -4,5 +4,9 @@ iD.Relation = iD.Entity.extend({
extent: function() {
return [[NaN, NaN], [NaN, NaN]];
},
geometry: function() {
return 'relation';
}
});