Merge pull request #21 from orangemug/fix/bad-filter-syntax
Removed bad filter syntax
This commit is contained in:
commit
7ad3884eec
@ -58,9 +58,6 @@
|
|||||||
"type": "fill",
|
"type": "fill",
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "park",
|
"source-layer": "park",
|
||||||
"filter": [
|
|
||||||
"all"
|
|
||||||
],
|
|
||||||
"paint": {
|
"paint": {
|
||||||
"fill-color": "#d8e8c8",
|
"fill-color": "#d8e8c8",
|
||||||
"fill-opacity": 0.7,
|
"fill-opacity": 0.7,
|
||||||
@ -72,9 +69,6 @@
|
|||||||
"type": "line",
|
"type": "line",
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "park",
|
"source-layer": "park",
|
||||||
"filter": [
|
|
||||||
"all"
|
|
||||||
],
|
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-dasharray": [
|
"line-dasharray": [
|
||||||
1,
|
1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user