mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-30 22:35:31 +01:00
Merge pull request #76 from maputnik/property-groups-reorder
Move line-dasharray to correct group
This commit is contained in:
commit
8c2b110115
1 changed files with 2 additions and 2 deletions
|
@ -10,6 +10,7 @@
|
||||||
"line-width",
|
"line-width",
|
||||||
"line-offset",
|
"line-offset",
|
||||||
"line-blur",
|
"line-blur",
|
||||||
|
"line-dasharray",
|
||||||
"line-pattern",
|
"line-pattern",
|
||||||
"line-translate",
|
"line-translate",
|
||||||
"line-translate-anchor",
|
"line-translate-anchor",
|
||||||
|
@ -23,8 +24,7 @@
|
||||||
"line-cap",
|
"line-cap",
|
||||||
"line-join",
|
"line-join",
|
||||||
"line-miter-limit",
|
"line-miter-limit",
|
||||||
"line-round-limit",
|
"line-round-limit"
|
||||||
"line-dasharray"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue