Skip to content

Instantly share code, notes, and snippets.

@rastermanden
Created May 11, 2020 07:57
Show Gist options
  • Save rastermanden/3407b2de5236d3636b7ec56d00ccdada to your computer and use it in GitHub Desktop.
Save rastermanden/3407b2de5236d3636b7ec56d00ccdada to your computer and use it in GitHub Desktop.
[
{
"namedstyle": "#004",
"strokewidth": "<% if(_currentMap.resolution > 10) { print(0.5) } else { print(2.0)} %>",
"strokecolor": "rgba(8, 114, 8,1)",
"fillcolor": "rgba(8, 114, 8, 0.3)"
},
{
"namedstyle": "#005",
"symbol": "circle",
"radius": 17,
"strokecolor": "rgba(0,0,0,0)",
"fillcolor": "rgba(8, 114, 8,1)",
"strokewidth": 0,
"geometryOptions": {
"type": "interiorPoint"
}
},
{
"namedstyle": "#005",
"icon": "/assets/matrikelnummer_black.svg",
"yOffset": 10,
"yOffset_selected": 10,
"geometryOptions": {
"type": "interiorPoint"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment