# Netgis client update
* integrates newest netgis map client * generalizes map proxy response handling
This commit is contained in:
@@ -34,8 +34,9 @@
|
||||
"center_lonlat": [ 7.0, 51.0 ],
|
||||
"zoom": 12,
|
||||
"min_zoom": 5,
|
||||
"max_zoom": 19,
|
||||
"scalebar": true
|
||||
"max_zoom": 24,
|
||||
"scalebar": true,
|
||||
"move_tolerance": 5
|
||||
},
|
||||
"folders":
|
||||
[
|
||||
@@ -225,9 +226,10 @@
|
||||
"snapping":
|
||||
{
|
||||
"show": true,
|
||||
"active": true,
|
||||
"active": false,
|
||||
"tolerance": 10
|
||||
},
|
||||
"bounds_message": "Ausserhalb des erlaubten Bereichs!",
|
||||
"show_bounds": true
|
||||
},
|
||||
"output":
|
||||
|
||||
Reference in New Issue
Block a user