mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 16:31:16 +01:00
Fix layout.json quote tokens
This commit is contained in:
parent
236dd79b85
commit
f209d8e9a5
1 changed files with 17 additions and 17 deletions
|
@ -2,7 +2,7 @@
|
||||||
"line": {
|
"line": {
|
||||||
"groups": [
|
"groups": [
|
||||||
{
|
{
|
||||||
"title": "Paint properties”,
|
"title": "Paint properties",
|
||||||
"type": "properties",
|
"type": "properties",
|
||||||
"fields": [
|
"fields": [
|
||||||
"line-opacity",
|
"line-opacity",
|
||||||
|
@ -10,14 +10,14 @@
|
||||||
"line-width",
|
"line-width",
|
||||||
"line-offset",
|
"line-offset",
|
||||||
"line-blur",
|
"line-blur",
|
||||||
"line-pattern”,
|
"line-pattern",
|
||||||
"line-translate",
|
"line-translate",
|
||||||
"line-translate-anchor”,
|
"line-translate-anchor",
|
||||||
"line-gap-width"
|
"line-gap-width"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": “Layout properties",
|
"title": "Layout properties",
|
||||||
"type": "properties",
|
"type": "properties",
|
||||||
"fields": [
|
"fields": [
|
||||||
"line-cap",
|
"line-cap",
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
"background": {
|
"background": {
|
||||||
"groups": [
|
"groups": [
|
||||||
{
|
{
|
||||||
"title": “Paint properties",
|
"title": "Paint properties",
|
||||||
"type": "properties",
|
"type": "properties",
|
||||||
"fields": [
|
"fields": [
|
||||||
"background-color",
|
"background-color",
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
"fill": {
|
"fill": {
|
||||||
"groups": [
|
"groups": [
|
||||||
{
|
{
|
||||||
"title": “Paint properties",
|
"title": "Paint properties",
|
||||||
"type": "properties",
|
"type": "properties",
|
||||||
"fields": [
|
"fields": [
|
||||||
"fill-opacity",
|
"fill-opacity",
|
||||||
|
@ -79,17 +79,17 @@
|
||||||
"circle": {
|
"circle": {
|
||||||
"groups": [
|
"groups": [
|
||||||
{
|
{
|
||||||
"title": “Paint properties",
|
"title": "Paint properties",
|
||||||
"type": "properties",
|
"type": "properties",
|
||||||
"fields": [
|
"fields": [
|
||||||
"circle-color",
|
"circle-color",
|
||||||
"circle-opacity",
|
"circle-opacity",
|
||||||
"circle-stroke-color",
|
"circle-stroke-color",
|
||||||
"circle-stroke-opacity",
|
"circle-stroke-opacity",
|
||||||
"circle-blur”,
|
"circle-blur",
|
||||||
"circle-radius",
|
"circle-radius",
|
||||||
"circle-stroke-width",
|
"circle-stroke-width",
|
||||||
"circle-pitch-scale”,
|
"circle-pitch-scale",
|
||||||
"circle-translate",
|
"circle-translate",
|
||||||
"circle-translate-anchor"
|
"circle-translate-anchor"
|
||||||
]
|
]
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
"symbol": {
|
"symbol": {
|
||||||
"groups": [
|
"groups": [
|
||||||
{
|
{
|
||||||
"title": “General layout properties”,
|
"title": "General layout properties",
|
||||||
"type": "properties",
|
"type": "properties",
|
||||||
"fields": [
|
"fields": [
|
||||||
"symbol-placement",
|
"symbol-placement",
|
||||||
|
@ -108,7 +108,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": “Text layout properties”,
|
"title": "Text layout properties",
|
||||||
"type": "properties",
|
"type": "properties",
|
||||||
"fields": [
|
"fields": [
|
||||||
"text-field",
|
"text-field",
|
||||||
|
@ -133,7 +133,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": “Icon layout properties”,
|
"title": "Icon layout properties",
|
||||||
"type": "properties",
|
"type": "properties",
|
||||||
"fields": [
|
"fields": [
|
||||||
"icon-allow-overlap",
|
"icon-allow-overlap",
|
||||||
|
@ -151,19 +151,19 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": “Text paint properties”,
|
"title": "Text paint properties",
|
||||||
"type": "properties",
|
"type": "properties",
|
||||||
"fields": [
|
"fields": [
|
||||||
"text-color",
|
"text-color",
|
||||||
"text-halo-color",
|
"text-halo-color",
|
||||||
"text-halo-width",
|
"text-halo-width",
|
||||||
"text-halo-blur”,
|
"text-halo-blur",
|
||||||
"text-translate",
|
"text-translate",
|
||||||
"text-translate-anchor”
|
"text-translate-anchor"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": “Icon paint properties”,
|
"title": "Icon paint properties",
|
||||||
"type": "properties",
|
"type": "properties",
|
||||||
"fields": [
|
"fields": [
|
||||||
""
|
""
|
||||||
|
@ -174,7 +174,7 @@
|
||||||
"raster": {
|
"raster": {
|
||||||
"groups": [
|
"groups": [
|
||||||
{
|
{
|
||||||
"title": “Paint properties",
|
"title": "Paint properties",
|
||||||
"type": "properties",
|
"type": "properties",
|
||||||
"fields": [
|
"fields": [
|
||||||
"raster-opacity",
|
"raster-opacity",
|
||||||
|
|
Loading…
Reference in a new issue