maputnik/src/config/layout.json

252 lines
5.5 KiB
JSON
Raw Normal View History

{
"line": {
"groups": [
{
"title": "Settings",
"type": "settings"
},
{
"title": "Source",
"type": "source"
},
{
"title": "Paint",
"type": "properties",
"fields": [
"line-opacity",
"line-color",
"line-width",
"line-offset",
"line-blur",
"line-pattern"
]
},
{
"title": "Secondary",
"type": "properties",
"fields": [
"line-translate",
"line-translate-anchor",
"line-cap",
"line-join",
"line-miter-limit",
"line-round-limit",
"line-dasharray",
"line-gap-width"
]
2016-12-22 15:27:58 +01:00
},
{
"title": "JSON",
"type": "jsoneditor"
}
]
},
"background": {
"groups": [
{
"title": "Settings",
"type": "settings"
},
{
"title": "Source",
"type": "source"
},
{
"title": "Basic",
"type": "properties",
"fields": [
"background-color",
"background-pattern",
"background-opacity"
]
2016-12-22 15:27:58 +01:00
},
{
"title": "JSON",
"type": "jsoneditor"
}
]
},
"fill": {
"groups": [
{
"title": "Settings",
"type": "settings"
},
{
"title": "Source",
"type": "source"
},
{
"title": "Basic",
"type": "properties",
"fields": [
"fill-opacity",
"fill-color",
"fill-antialias",
"fill-outline-color",
"fill-pattern",
"fill-translate",
"fill-translate-anchor"
]
2016-12-22 15:27:58 +01:00
},
{
"title": "JSON",
"type": "jsoneditor"
}
]
},
2016-12-27 12:04:32 +01:00
"fill-extrusion": {
"groups": [
{
"title": "Settings",
"type": "settings"
},
{
"title": "Source",
"type": "source"
},
{
"title": "Basic",
"type": "properties",
"fields": [
"fill-extrusion-opacity",
"fill-extrusion-color",
"fill-extrusion-translate",
"fill-extrusion-translate-anchor",
"fill-extrusion-pattern",
"fill-extrusion-height",
"fill-extrusion-base"
]
},
{
"title": "JSON",
"type": "jsoneditor"
}
]
},
2016-12-29 22:58:36 +01:00
"circle": {
"groups": [
{
"title": "Settings",
"type": "settings"
},
{
"title": "Source",
"type": "source"
},
{
"title": "Basic",
"type": "properties",
"fields": [
"circle-color",
"circle-opacity",
"circle-stroke-color",
"circle-stroke-opacity",
"circle-blur"
]
},
{
"title": "Scale",
"type": "properties",
"fields": [
"circle-radius",
"circle-stroke-width",
"circle-pitch-scale"
]
},
{
"title": "Position",
"type": "properties",
"fields": [
"circle-translate",
"circle-translate-anchor"
]
},
{
"title": "JSON",
"type": "jsoneditor"
}
]
},
"symbol": {
"groups": [
{
"title": "Settings",
"type": "settings"
},
{
"title": "Source",
"type": "source"
},
{
"title": "Basic",
"type": "properties",
"fields": [
"text-field",
"text-font",
2016-12-30 17:17:08 +01:00
"text-color",
"text-size",
2016-12-30 17:17:08 +01:00
"text-line-height",
"text-halo-color",
"text-halo-width",
"text-halo-blur"
]
},
{
"title": "Placement",
"type": "properties",
"fields": [
"symbol-placement",
"symbol-spacing",
"text-padding",
2016-12-29 23:01:31 +01:00
"symbol-avoid-edges",
"text-allow-overlap",
2016-12-30 17:17:08 +01:00
"text-ignore-placement",
"text-translate",
"text-translate-anchor"
]
},
{
2016-12-29 23:01:31 +01:00
"title": "Text",
"type": "properties",
"fields": [
"text-pitch-alignment",
"text-rotation-alignment",
"text-max-width",
"text-letter-spacing",
"text-justify",
"text-anchor",
"text-max-angle",
"text-rotate",
"text-keep-upright",
"text-transform",
"text-offset",
"text-optional"
]
},
{
"title": "Icon",
"type": "properties",
"fields": [
"icon-allow-overlap",
"icon-ignore-placement",
"icon-optional",
"icon-rotation-alignment",
"icon-size",
"icon-text-fit",
"icon-text-fit-padding",
"icon-image",
"icon-rotate",
"icon-padding",
"icon-keep-upright",
"icon-offset"
]
2016-12-22 15:27:58 +01:00
},
{
"title": "JSON",
"type": "jsoneditor"
}
]
}
}