mirror of
https://github.com/rastapasta/mapscii.git
synced 2025-06-19 17:27:41 +02:00
🎨 adding style color constants for place_label_*
This commit is contained in:
parent
8aa29a9e28
commit
e9d92a71fa
@ -4,12 +4,13 @@
|
|||||||
"@background": "#000",
|
"@background": "#000",
|
||||||
"@water": "#5f87ff",
|
"@water": "#5f87ff",
|
||||||
|
|
||||||
"@building": "#606060",
|
"@building": "#99b",
|
||||||
|
|
||||||
"@country_label_1": "#ff0",
|
"@country_label_1": "#ff0",
|
||||||
"@country_label_2": "#ff0",
|
"@country_label_2": "#ff0",
|
||||||
"@country_label_3": "#ff0",
|
"@country_label_3": "#ff0",
|
||||||
"@country_label_4": "#ff0",
|
"@country_label_4": "#ff0",
|
||||||
|
|
||||||
"@admin_level_2": "#fff",
|
"@admin_level_2": "#fff",
|
||||||
"@admin_level_3": "#aac",
|
"@admin_level_3": "#aac",
|
||||||
"@admin_level_4": "#777",
|
"@admin_level_4": "#777",
|
||||||
@ -17,7 +18,12 @@
|
|||||||
"@poi_label_1": "#ff0",
|
"@poi_label_1": "#ff0",
|
||||||
"@poi_label_2": "#ee0",
|
"@poi_label_2": "#ee0",
|
||||||
"@poi_label_3": "#cc0",
|
"@poi_label_3": "#cc0",
|
||||||
"@poi_label_4": "#aa0"
|
"@poi_label_4": "#aa0",
|
||||||
|
|
||||||
|
"@place_label_city": "#f00",
|
||||||
|
"@place_label_town": "#d33",
|
||||||
|
"@place_label_village": "#c33",
|
||||||
|
"@place_label_other": "#b33"
|
||||||
},
|
},
|
||||||
"layers": [
|
"layers": [
|
||||||
{
|
{
|
||||||
@ -1822,7 +1828,7 @@
|
|||||||
"type": "symbol",
|
"type": "symbol",
|
||||||
"id": "place_label_other",
|
"id": "place_label_other",
|
||||||
"paint": {
|
"paint": {
|
||||||
"text-color": "#733"
|
"text-color": "@place_label_other"
|
||||||
},
|
},
|
||||||
"source-layer": "place_label",
|
"source-layer": "place_label",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -1854,7 +1860,7 @@
|
|||||||
"type": "symbol",
|
"type": "symbol",
|
||||||
"id": "place_label_village",
|
"id": "place_label_village",
|
||||||
"paint": {
|
"paint": {
|
||||||
"text-color": "#a33"
|
"text-color": "@place_label_village"
|
||||||
},
|
},
|
||||||
"source-layer": "place_label",
|
"source-layer": "place_label",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -1882,7 +1888,7 @@
|
|||||||
"type": "symbol",
|
"type": "symbol",
|
||||||
"id": "place_label_town",
|
"id": "place_label_town",
|
||||||
"paint": {
|
"paint": {
|
||||||
"text-color": "#933"
|
"text-color": "@place_label_town"
|
||||||
},
|
},
|
||||||
"source-layer": "place_label",
|
"source-layer": "place_label",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -1910,7 +1916,7 @@
|
|||||||
"type": "symbol",
|
"type": "symbol",
|
||||||
"id": "place_label_city",
|
"id": "place_label_city",
|
||||||
"paint": {
|
"paint": {
|
||||||
"text-color": "#f00"
|
"text-color": "@place_label_city"
|
||||||
},
|
},
|
||||||
"source-layer": "place_label",
|
"source-layer": "place_label",
|
||||||
"filter": [
|
"filter": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user