#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:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user