Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

add osmscout car-tailored styles #43

Merged
merged 1 commit into from
Jul 1, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions maps/osmscout_car_day.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"attribution": {
"OSM Scout Server": "https://github.com/rinigus/osmscout-server",
"© OpenStreetMap": "https://www.openstreetmap.org/copyright"
},
"first_label_layer": "waterway-name",
"format": "mapbox-gl",
"name": "OSM Scout Car Day",
"requires": ["harbour-osmscout-server"],
"style_url": "http://localhost:8553/v1/mbgl/style?style=osmbright-car"
}
11 changes: 11 additions & 0 deletions maps/osmscout_car_day_english.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"attribution": {
"OSM Scout Server": "https://github.com/rinigus/osmscout-server",
"© OpenStreetMap": "https://www.openstreetmap.org/copyright"
},
"first_label_layer": "waterway-name",
"format": "mapbox-gl",
"name": "OSM Scout Car Day English",
"requires": ["harbour-osmscout-server"],
"style_url": "http://localhost:8553/v1/mbgl/style?style=osmbright-car-en"
}
11 changes: 11 additions & 0 deletions maps/osmscout_car_night.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"attribution": {
"OSM Scout Server": "https://github.com/rinigus/osmscout-server",
"© OpenStreetMap": "https://www.openstreetmap.org/copyright"
},
"first_label_layer": "waterway-name",
"format": "mapbox-gl",
"name": "OSM Scout Car Night",
"requires": ["harbour-osmscout-server"],
"style_url": "http://localhost:8553/v1/mbgl/style?style=mc-car"
}
11 changes: 11 additions & 0 deletions maps/osmscout_car_night_english.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"attribution": {
"OSM Scout Server": "https://github.com/rinigus/osmscout-server",
"© OpenStreetMap": "https://www.openstreetmap.org/copyright"
},
"first_label_layer": "waterway-name",
"format": "mapbox-gl",
"name": "OSM Scout Car Night English",
"requires": ["harbour-osmscout-server"],
"style_url": "http://localhost:8553/v1/mbgl/style?style=mc-car-en"
}