shift click to join places, part 6
This commit is contained in:
parent
b5bc867273
commit
4b1dcbb5eb
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ Ox.MapMarker = function(options) {
|
||||||
editable: true,
|
editable: true,
|
||||||
geoname: '',
|
geoname: '',
|
||||||
id: '_' + Ox.encodeBase32(Ox.uid()), // fixme: stupid
|
id: '_' + Ox.encodeBase32(Ox.uid()), // fixme: stupid
|
||||||
map: that,
|
map: that.map,
|
||||||
name: '',
|
name: '',
|
||||||
type: 'feature',
|
type: 'feature',
|
||||||
south: southWest.lat(),
|
south: southWest.lat(),
|
||||||
|
|
Loading…
Reference in a new issue