Merge branch 'maplibre-big-bbox' into maplibre
This commit is contained in:
commit
bbc8debf46
2 changed files with 25 additions and 25 deletions
|
|
@ -16,7 +16,7 @@ Ox.load(['UI', 'Geo'], function() {
|
|||
addPlace: function(place, callback) {
|
||||
place = Ox.clone(place)
|
||||
place.id = Ox.encodeBase26((places.length ? Ox.max(places.map(p => Ox.decodeBase26(p.id))) : 0) + 1)
|
||||
place.editable = true
|
||||
place.editable = true;
|
||||
console.log("addPlace", place.id, place)
|
||||
places.push(place)
|
||||
$storage("places", places)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue