Merge branch 'maplibre-big-bbox' into maplibre

This commit is contained in:
j 2025-08-11 18:29:59 +02:00
commit bbc8debf46
2 changed files with 25 additions and 25 deletions

View file

@ -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)