Files
python-prettymaps-mirror/prettymaps/presets/default.json
2025-05-16 20:09:31 -03:00

165 lines
3.7 KiB
JSON
Executable File

{
"layers": {
"perimeter": {},
"streets": {
"width": {
"motorway": 5,
"trunk": 5,
"primary": 4.5,
"secondary": 4,
"tertiary": 3.5,
"cycleway": 3.5,
"residential": 3,
"service": 2,
"unclassified": 2,
"pedestrian": 2,
"footway": 1
}
},
"waterway": {
"tags": {"waterway": ["river", "stream"]},
"width": {
"river": 20,
"stream": 10
}
},
"building": {
"tags": {
"building": true,
"landuse": "construction"
}
},
"water": {
"tags": {
"natural": [
"water",
"bay"
]
}
},
"sea": {},
"forest": {
"tags": {
"landuse": "forest"
}
},
"green": {
"tags": {
"landuse": [
"grass",
"orchard"
],
"natural": [
"island",
"wood",
"wetland"
],
"leisure": "park"
}
},
"rock": {
"tags": {
"natural": "bare_rock"
}
},
"beach": {
"tags": {
"natural": "beach"
}
},
"parking": {
"tags": {
"amenity": "parking",
"highway": "pedestrian",
"man_made": "pier"
}
}
},
"style": {
"perimeter": {
"fill": false,
"lw": 0,
"zorder": 0
},
"background": {
"fc": "#F2F4CB",
"zorder": -1
},
"green": {
"fc": "#8BB174",
"ec": "#2F3737",
"hatch_c": "#A7C497",
"hatch": "ooo...",
"lw": 1,
"zorder": 1
},
"forest": {
"fc": "#64B96A",
"ec": "#2F3737",
"lw": 1,
"zorder": 2
},
"water": {
"fc": "#a8e1e6",
"ec": "#2F3737",
"hatch_c": "#9bc3d4",
"hatch": "ooo...",
"lw": 1,
"zorder": 99
},
"sea": {
"fc": "#a8e1e6",
"ec": "#2F3737",
"hatch_c": "#9bc3d4",
"hatch": "ooo...",
"lw": 1,
"zorder": 99
},
"waterway": {
"fc": "#a8e1e6",
"ec": "#2F3737",
"hatch_c": "#9bc3d4",
"hatch": "ooo...",
"lw": 1,
"zorder": 200
},
"beach": {
"fc": "#FCE19C",
"ec": "#2F3737",
"hatch_c": "#d4d196",
"hatch": "ooo...",
"lw": 1,
"zorder": 3
},
"parking": {
"fc": "#F2F4CB",
"ec": "#2F3737",
"lw": 1,
"zorder": 3
},
"streets": {
"fc": "#2F3737",
"ec": "#475657",
"alpha": 1,
"lw": 0,
"zorder": 4
},
"building": {
"palette": [
"#433633",
"#FF5E5B"
],
"ec": "#2F3737",
"lw": 0.5,
"zorder": 5
},
"rock": {
"fc": "#BDC0BA",
"ec": "#2F3737",
"lw": 1,
"zorder": 6
}
},
"circle": null,
"radius": 500
}