Skip to content

The legendary map style finally open sourced

License

Notifications You must be signed in to change notification settings

lyrk/lyrk-mapstyle

Repository files navigation

Lyrk Map Style

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.

Installation

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.

tested resources

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.

Magnacarto

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.

Kosmtik

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"
	}
}

Shape Files

The following files need to be downloaded and stored inside the shape directory:

Raster Files

Optional: hillshanding and areal imagery can be added for nicer colors. Those files need to be stored inside the raster directory.


Deutsche Version

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.

Installation

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.

getestete Umgebung

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.

Magnacarto

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.

Kosmtik

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"
	}
}

Shape Files

Folgende Shapefiles sollten heruntergeladen und im shape verzeichnis ausgepackt werden:

Raster Files

Optional können Hillshading und Satellitenbilder zur schöneren Farbgebung mit eingebunden werden. Diese Dateien gehören ins raster Verzeichnis.