Skip to content

Commit

Permalink
default is the nicer view
Browse files Browse the repository at this point in the history
  • Loading branch information
amandasaurus committed Jan 6, 2025
1 parent bf86a9f commit e76676c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-planet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jq <./docs/data/tilesets.json '.tilesets[3].key = "planet-waterway-canoeable"|.t
jq <./docs/data/tilesets.json '.tilesets[4].key = "planet-waterway-name-group-name"|.tilesets[4].text = "Named Waterways"' | sponge ./docs/data/tilesets.json
jq <./docs/data/tilesets.json '.tilesets[5].key = "planet-waterway-rivers-etc"|.tilesets[5].text = "Rivers (etc.)"' | sponge ./docs/data/tilesets.json
jq <./docs/data/tilesets.json '.tilesets[6].key = "planet-grouped-ends"|.tilesets[6].text = "Natural Waterway (downhills)"' | sponge ./docs/data/tilesets.json
jq <./docs/data/tilesets.json '.selected_tileset = "planet-waterway-water"' | sponge ./docs/data/tilesets.json
jq <./docs/data/tilesets.json '.selected_tileset = "planet-grouped-ends"' | sponge ./docs/data/tilesets.json

jq <./docs/data/tilesets.json ".data_timestamp = \"${LAST_TIMESTAMP}\"" | sponge ./docs/data/tilesets.json

Expand Down

0 comments on commit e76676c

Please sign in to comment.