Sign inSign up

osmtw/osm-tiles

By osmtw

•Updated about 8 years ago

Docker image includes the mod_tile/renderd using Mapnik stylesheet, carto and osm-bright styles

Image
8

2.0K

osmtw/osm-tiles repository overview

⁠OpenStreetMap Tiles

Docker compose config incldues the following software stack for OpenStreetMap

  • postgis, database to store OpenStreetMap data. _ osm2pgsql, Convert OSM planet snapshot data to SQL suitable for loading into a PostgreSQL database with PostGIS geospatial extensions.
  • mod_tile
    • mapnik
    • Cascadenik
    • mod_tile + renderd
    • carto & millstone

⁠Map styles.

The docker instances will build and servie tile based on the following stylesheets.

⁠Usage

Start the server

$ docker-compose up

If this is your first time launch the instances, the renderd would not be ready before the osm data been imported into postgis. You need restart apache and renderd after the postgis is done.

$ docker exec -t -i osmtiles_web_1 supervisorctl restart renderd apache2

Once the database is inited, it will be saved in volume, and you don't need to restart the services manually.

After the server is ready, launch a browser to localhost:8080⁠. You should able to switch to differnet style from the leaflet map controller.

Tag summary

Content type

Image

Digest

Size

4.5 GB

Last updated

about 8 years ago

docker pull osmtw/osm-tiles