#138 Netgis map client

* updates netgis map client to most recent version
* removes trigger delay on clicking events
* adds further customization options to config.json
This commit is contained in:
2022-05-23 16:02:28 +02:00
parent 946f3af77c
commit 2f4301d09f
4 changed files with 120 additions and 68 deletions

View File

@@ -60,5 +60,49 @@
"gifWebWorker": "/static/libs/gifjs/0.2.0/gif.worker.js",
"defaultFilename": "Export",
"defaultMargin": 10
},
"tools":
{
"buffer":
{
"defaultRadius": 10,
"defaultSegments": 3
}
},
"styles":
{
"editLayer":
{
"fill": "rgba( 255, 0, 0, 0.1 )",
"stroke": "#ff0000",
"strokeWidth": 3,
"pointRadius": 6
},
"select":
{
"fill": "rgba( 0, 127, 255, 0.5 )",
"stroke": "#007fff",
"strokeWidth": 3,
"pointRadius": 6
},
"sketch":
{
"fill": "rgba( 0, 127, 0, 0.2 )",
"stroke": "#ff0000",
"strokeWidth": 3,
"pointRadius": 6
},
"modify":
{
"fill": "rgba( 0, 127, 0, 0.5 )",
"stroke": "#007f00",
"strokeWidth": 3,
"pointRadius": 6
}
}
}