change leaflet.default_zoom to Float (#15207)

Leaflet accepts float for default zoom.
This commit is contained in:
Justin Lentz
2023-08-08 11:36:23 +02:00
committed by GitHub
co-authored by GitHub
parent e100d17665
commit 6ad3ff9b97
+1 -1
View File
@@ -4052,7 +4052,7 @@
},
"leaflet.default_zoom": {
"default": 2,
"type": "integer"
"type": "float"
},
"leaflet.group_radius": {
"default": 10,