Skip to content

Instantly share code, notes, and snippets.

@jhpoosthoek
Created July 29, 2019 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhpoosthoek/b5114733154dbe9f65ad5c9aca741812 to your computer and use it in GitHub Desktop.
Save jhpoosthoek/b5114733154dbe9f65ad5c9aca741812 to your computer and use it in GitHub Desktop.
{
"maxzoom": 23,
"minzoom": 0,
"tiles": [
"https://tiles.arcgis.com/tiles/v6W5HAVrpgSg3vts/arcgis/rest/services/Gasvervangingsdata/VectorTileServer/tile/{z}/{y}/{x}.pbf"
],
"vector_layers": [
{
"id": "GasnetCat/Te vervangen voor 2040",
"type": "line",
"source": "esri",
"source-layer": "GasnetCat",
"filter": [
"==",
"_symbol",
0
],
"minzoom": 14.85,
"layout": {
"line-cap": "round",
"line-join": "round"
},
"paint": {
"line-color": "#005CE6",
"line-width": 2.5
}
},
{
"id": "GasnetCat/Leeftijd leiding: ouder dan 30 jaar",
"type": "line",
"source": "esri",
"source-layer": "GasnetCat",
"filter": [
"==",
"_symbol",
1
],
"minzoom": 14.85,
"layout": {
"line-cap": "round",
"line-join": "round"
},
"paint": {
"line-color": "#09C5FF",
"line-dasharray": [
2.66667,
1.6
],
"line-width": 2.5
}
},
{
"id": "GasnetCat/Leeftijd leiding: 30 jaar of jonger",
"type": "line",
"source": "esri",
"source-layer": "GasnetCat",
"filter": [
"==",
"_symbol",
2
],
"minzoom": 14.85,
"layout": {
"line-cap": "round",
"line-join": "round"
},
"paint": {
"line-color": "#BEE6FF",
"line-dasharray": [
2.66667,
2.66667
],
"line-width": 2.5
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment