The Lyrk OpenStreetMap Style is based on the OSM Bright Style and is used on the Accomodation Map, WhereGroup-OSM-Demo-Style and on many more. For the WhereGroup OSM demo style, there is this overview page with all the information.
The style is based on the imposm version of OSM Bright, thus it needs imposm3 for importing the data. The mapping file for imposm is located under imposm/mapping.json
. The database can be imported by running imposm3 import -read germany-latest.osm.pbf -write -mapping imposm/mapping.json -connection postgis://localhost/osm_imposm -deployproduction
.
The mapnik.xml can be generated using magnacarto or kosmtik or tilemill.
This style has been tested with the following libraries:
- Mapnik: 3.0.12
- Postgresql: 13.x
- Postgis: 3.0.x
- Imposm: 0.11.0
- Magnacarto: 0.1dev-20180115-39b3cd9
Note:
-
If a newer version of Mapnik is used, there may be rendering problems because some CartoCss rules are no longer supported.
-
If there are translation problems in magnacarto, you can use the tilemill editor to create a mapnik.xml file.
The paths to the shape
and font
directory have to be set to the project path inside the magnacarto configuration. The XML output path has to be set to the project path or you will have problems reading the GeoJSON files.
In the localconfig.json
a rule has to be added in order to be able to read the raster files.
{
"where": "Layer",
"if": {
"geometry": "raster"
},
"then": {
"Datasource.type": "raster"
}
}
The following files need to be downloaded and stored inside the shape
directory:
- http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_boundary_lines_land.zip
- http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/cultural/ne_110m_admin_0_countries.zip
- http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_1_states_provinces.zip
- http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_1_states_provinces_lines.zip
- http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_populated_places.zip
- https://osmdata.openstreetmap.de/download/simplified-land-polygons-complete-3857.zip
- https://osmdata.openstreetmap.de/download/land-polygons-split-3857.zip
Optional: hillshanding and areal imagery can be added for nicer colors. Those files need to be stored inside the raster
directory.
- Our improved True Marble Data
- TODO Hillshading TIFF
Der Lyrk-Mapstyle ist ein OpenStreetMap-Kartenstyle, der auf dem OSM-Bright Style aufsetzt und z.B. auf der Unterkunftskarte und WhereGroup-OSM-Demo-Style benutzt wird. Für den WhereGroup-OSM-Demo-Style gibt es diese Übersichtseite mit allen Informationen.
Der Style setzt auf der imposm-Version von OSM Bright auf, setzt also auf der Datenbankseite imposm3 voraus. Das Mappingfile dazu findet sich unter imposm/mapping.json
. Die Datenbank kann also z.B. mit imposm3 import -read germany-latest.osm.pbf -write -mapping imposm/mapping.json -connection postgis://localhost/osm_imposm -deployproduction
importiert werden.
Zum Editieren und Erzeugen der mapnik.xml kann entweder magnacarto oder kosmtik oder tilemill verwendet werden.
This style has been tested with the following libraries:
- Mapnik: 3.0.12
- Postgresql: 13.x
- Postgis: 3.0.x
- Imposm: 0.11.0
- Magnacarto: 0.1dev-20180115-39b3cd9
Note:
-
Wenn eine neuere Mapnik-Version genutzt wird, kann es zu Renderingproblemen kommen, da einige CartoCss-Regeln nicht mehr unterstützt werden.
-
Wenn es zu Übersetzungsproblemen in magnacarto kommt, dann kannst du den Tilemill-Editor benutzen, um ein mapnik.xml-File zu erzeugen.
Bei Magnacarto ist zu beachten, dass die Pfade zu den shape
- und font
-Verzeichnissen in der magnacarto-Konfiguration auf das Projektverzeichnis gesetzt werden sollten. Außerdem muss das XML-Output-Verzeichnis momentan auf das Projektverzeichnis gesetzt werden, weil es sonst Probleme beim Lesen von GeoJSON-Dateien gibt.
Im localconfig.json
-File solle folgende Regel eingefügt werden, damit die Rasterfiles gelesen werden können.
{
"where": "Layer",
"if": {
"geometry": "raster"
},
"then": {
"Datasource.type": "raster"
}
}
Folgende Shapefiles sollten heruntergeladen und im shape
verzeichnis ausgepackt werden:
- http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_boundary_lines_land.zip
- http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/cultural/ne_110m_admin_0_countries.zip
- http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_1_states_provinces.zip
- http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_1_states_provinces_lines.zip
- http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_populated_places.zip
- https://osmdata.openstreetmap.de/download/simplified-land-polygons-complete-3857.zip
- https://osmdata.openstreetmap.de/download/land-polygons-split-3857.zip
Optional können Hillshading und Satellitenbilder zur schöneren Farbgebung mit eingebunden werden. Diese Dateien gehören ins raster
Verzeichnis.
- Die überarbeiteten True-Marble Satellitenbilder mit Anleitung
- TODO Hillshading TIFF