Skip to content

Commit

Permalink
Added scrub, service roads.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Nov 19, 2024
1 parent 55ccc29 commit 443993c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ The map will be saved in the `map_directory` directory.
The project is based on the [OpenStreetMap](https://www.openstreetmap.org/) data. So, refer to [this page](https://wiki.openstreetmap.org/wiki/Map_Features) to understand the list below.
- "building": True
- "highway": ["motorway", "trunk", "primary"]
- "highway": ["secondary", "tertiary", "road"]
- "highway": ["secondary", "tertiary", "road", "service"]
- "highway": ["unclassified", "residential", "track"]
- "natural": "grassland"
- "natural": ["grassland", "scrub"]
- "landuse": "farmland"
- "natural": ["water"]
- "waterway": True
Expand Down
6 changes: 3 additions & 3 deletions data/fs22-texture-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
{
"name": "grass",
"count": 4,
"tags": { "natural": "grassland" },
"color": [34, 255, 34]
"tags": { "natural": ["grassland", "scrub"] },
"width": 2
},
{
"name": "grassDirt",
Expand All @@ -66,7 +66,7 @@
{
"name": "gravel",
"count": 4,
"tags": { "highway": ["secondary", "tertiary", "road"] },
"tags": { "highway": ["secondary", "tertiary", "road", "service"] },
"width": 4,
"color": [140, 180, 210]
},
Expand Down

0 comments on commit 443993c

Please sign in to comment.