1
0
Fork 0
forked from 0x2620/oxjs

shift click to join places, part 3

This commit is contained in:
rolux 2011-06-14 16:41:20 +02:00
commit 6162b0cc33
2 changed files with 5 additions and 10 deletions

View file

@ -58,14 +58,14 @@ Ox.MapMarker = function(options) {
center = bounds.getCenter(),
southWest = bounds.getSouthWest(),
northEast = bounds.getNorthEast();
that.map.newPlace({
that.map.newPlace(new Ox.MapPlace({
lat: center.lat(),
lng: center.lng(),
south: southWest.lat(),
west: southWest.lng(),
north: northEast.lat(),
east: northEast.lng()
});
}));
} else {
that.map.options({selected: that.place.id});
}