Skip to content

Commit

Permalink
Add colors based on category of preset
Browse files Browse the repository at this point in the history
  • Loading branch information
luandro committed Nov 24, 2023
1 parent 6d53995 commit 77eae9c
Show file tree
Hide file tree
Showing 36 changed files with 73 additions and 38 deletions.
3 changes: 2 additions & 1 deletion presets/agroindustry.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"tags": {
},
"terms":[],
"name": "Agroindustry"
"name": "Agroindustry",
"color": "#FFFF00"
}
3 changes: 2 additions & 1 deletion presets/airstrip.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"aeroway" : "airstrip"
},
"terms":["airfield", "airport", "landing"],
"name": "Airstrip"
"name": "Airstrip",
"color": "#808080"
}
3 changes: 2 additions & 1 deletion presets/animal.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"type" : "animal"
},
"terms":[],
"name": "Animal"
"name": "Animal",
"color": "#008000"
}
3 changes: 2 additions & 1 deletion presets/boundary-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"type" : "boundary"
},
"terms":["border", "frontier"],
"name": "Border / boundary"
"name": "Border / boundary",
"color": "#808080"
}
3 changes: 2 additions & 1 deletion presets/cave.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@

},
"terms":[],
"name": "Cave"
"name": "Cave",
"color": "#008000"
}
3 changes: 2 additions & 1 deletion presets/community-infrastructure-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"tags": {
},
"terms":[],
"name": "Community infrastructure / service"
"name": "Community infrastructure / service",
"color": "#0000FF"
}
3 changes: 2 additions & 1 deletion presets/community-need.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"tags": {
},
"terms":[],
"name": "Community need"
"name": "Community need",
"color": "#0000FF"
}
3 changes: 2 additions & 1 deletion presets/community.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"place": "village"
},
"terms":["village"],
"name": "Community"
"name": "Community",
"color": "#0000FF"
}
3 changes: 2 additions & 1 deletion presets/cultivation.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"landuse" : "farmland"
},
"terms":[],
"name": "Local / community cultivation"
"name": "Local / community cultivation",
"color": "#FFFF00"
}
3 changes: 2 additions & 1 deletion presets/cultural-activity.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"type" : "cultural"
},
"terms":["story", "sacred", "historical", "history"],
"name": "Cultural activity"
"name": "Cultural activity",
"color": "#0000FF"
}
3 changes: 2 additions & 1 deletion presets/cultural-site.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"cultural" : "cultural-site"
},
"terms":["story", "sacred", "historical", "history"],
"name": "Cultural site"
"name": "Cultural site",
"color": "#0000FF"
}
1 change: 1 addition & 0 deletions presets/dam.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"impact" : "threat"
},
"terms":[],
"color": "#FF0000",
"name": "Dam"
}
5 changes: 3 additions & 2 deletions presets/ecosystem.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"tags": {
},
"terms":[],
"name": "Ecosystem"
}
"name": "Ecosystem",
"color": "#008000"
}
3 changes: 2 additions & 1 deletion presets/field-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"tags": {
},
"terms":[],
"name": "Field test result"
"name": "Field test result",
"color": "#800080"
}
3 changes: 2 additions & 1 deletion presets/fishing-site.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"activity" : "fishing"
},
"terms":["fish"],
"name": "Fishing site"
"name": "Fishing site",
"color": "#0000FF"
}
3 changes: 2 additions & 1 deletion presets/fungi.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"natural" : "plant"
},
"terms":[],
"name": "Fungi"
"name": "Fungi",
"color": "#008000"
}
3 changes: 2 additions & 1 deletion presets/gathering-site.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"activity" : "gathering"
},
"terms":["collection"],
"name": "Gathering site"
"name": "Gathering site",
"color": "#0000FF"
}
3 changes: 2 additions & 1 deletion presets/hills.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@

},
"terms":["mountains"],
"name": "Mountain / hill"
"name": "Mountain / hill",
"color": "#008000"
}
3 changes: 2 additions & 1 deletion presets/hunting-site.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"activity" : "hunting"
},
"terms":[],
"name": "Hunting site"
"name": "Hunting site",
"color": "#0000FF"
}
3 changes: 2 additions & 1 deletion presets/language.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"tags": {
},
"terms":[],
"name": "Language on the land"
"name": "Language on the land",
"color": "#0000FF"
}
3 changes: 2 additions & 1 deletion presets/logging.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"impact" : "threat"
},
"terms":["danger", "illegal", "monitoring"],
"name": "Logging"
"name": "Logging",
"color": "#FF0000"
}
3 changes: 2 additions & 1 deletion presets/mining.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"impact" : "threat"
},
"terms":["danger", "illegal", "monitoring"],
"name": "Mining"
"name": "Mining",
"color": "#FF0000"
}
5 changes: 3 additions & 2 deletions presets/natural-event.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"tags": {
},
"terms":[],
"name": "Natural event / phenomenon"
}
"name": "Natural event / phenomenon",
"color": "#800080"
}
3 changes: 2 additions & 1 deletion presets/natural-gas-activity.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"impact" : "threat"
},
"terms":[],
"name": "Natural gas activity"
"name": "Natural gas activity",
"color": "#FF0000"
}
3 changes: 2 additions & 1 deletion presets/oil-activity.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"impact" : "threat"
},
"terms":[],
"name": "Oil activity"
"name": "Oil activity",
"color": "#FF0000"
}
3 changes: 2 additions & 1 deletion presets/other-threat.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"impact" : "threat"
},
"terms":[],
"name": "Other threat"
"name": "Other threat",
"color": "#FF0000"
}
3 changes: 2 additions & 1 deletion presets/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"tags": {
},
"terms":[],
"name": "Other"
"name": "Other",
"color": "#800080"
}
3 changes: 2 additions & 1 deletion presets/path.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"highway" : "footway"
},
"terms":[],
"name": "Path / trail"
"name": "Path / trail",
"color": "#808080"
}
3 changes: 2 additions & 1 deletion presets/plant.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"natural" : "plant"
},
"terms":[],
"name": "Plant"
"name": "Plant",
"color": "#008000"
}
3 changes: 2 additions & 1 deletion presets/poaching.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"impact" : "threat"
},
"terms":[],
"name": "Poaching"
"name": "Poaching",
"color": "#FF0000"
}
3 changes: 2 additions & 1 deletion presets/roadway.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"tags": {
},
"terms":[],
"name": "Roadway"
"name": "Roadway",
"color": "#808080"
}
3 changes: 2 additions & 1 deletion presets/shelter-building.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"tags": {
},
"terms":[],
"name": "Shelter / building"
"name": "Shelter / building",
"color": "#0000FF"
}
3 changes: 2 additions & 1 deletion presets/transportation-hub.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"tags": {
},
"terms":[],
"name": "Transportation hub"
"name": "Transportation hub",
"color": "#0000FF"
}
3 changes: 2 additions & 1 deletion presets/tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"natural" : "tree"
},
"terms":[],
"name": "Tree"
"name": "Tree",
"color": "#008000"
}
3 changes: 2 additions & 1 deletion presets/unwanted-outsider.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"impact" : "threat"
},
"terms":[],
"name": "Unwanted outsider"
"name": "Unwanted outsider",
"color": "#FF0000"
}
4 changes: 2 additions & 2 deletions presets/water.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
],
"tags": {
"type" : "waterway",
"type" : "natural",
"natural" : "water"
},
"terms":[],
"name": "Body of water"
"name": "Body of water",
"color": "#008000"
}

0 comments on commit 77eae9c

Please sign in to comment.