1
0
Fork 0
forked from 0x2620/oxjs

allow for editing lat/lng/s/w/n/e via map

This commit is contained in:
rolux 2011-05-30 09:21:11 +02:00
commit 7eb6f58312
4 changed files with 32 additions and 23 deletions

View file

@ -83,6 +83,7 @@ Ox.MapRectangleMarker = function(options, self) {
that.place.marker.update();
that.place.rectangle.update();
}
that.map.triggerEvent('changeplaceend', that.place);
}
/*@