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

@ -79,7 +79,7 @@ Ox.MapMarker = function(options) {
}
function dragend(e) {
that.map.triggerEvent('changeplaceend', that.place);
}
function getMarkerImage(options, callback) {