Removed bad filter syntax. Fixes #14

pull/21/head
orangemug 6 years ago
parent 081029001d
commit 72ebf07691

@ -58,9 +58,6 @@
"type": "fill",
"source": "openmaptiles",
"source-layer": "park",
"filter": [
"all"
],
"paint": {
"fill-color": "#d8e8c8",
"fill-opacity": 0.7,
@ -72,9 +69,6 @@
"type": "line",
"source": "openmaptiles",
"source-layer": "park",
"filter": [
"all"
],
"paint": {
"line-dasharray": [
1,

Loading…
Cancel
Save