Skip to content

ncareol/osm-tiles-docker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 20 commits ahead of erikj:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ncareol/osm-tiles

ncareol/osm-tiles is a Docker image that provides a full stack for working w/ OpenStreetMap data. It can be used to:

  • Initialize PostgreSQL database w/ PostGIS extensions: initdb
  • Import OpenStreetMap data into PostgreSQL database: import
  • Optionally pre-generate tiles: render
  • Serve pre-generated (if available) and dynamically generated tiles from Apache, renderd and mapnik via an OpenLayers interface: startservices
  • Serve exclusively pre-generated tiles from Apache via an OpenLayers interface: startweb

Background

This image is adapted from homme/openstreetmap-tiles-docker, which is based on the Switch2OSM instructions.

ncareol/osm-tiles runs Ubuntu 14.04 (Trusty) and is based on ncareol/baseimage, which is an adaptation of phusion/baseimage-docker. It includes:

  • PostgreSQL 9.3
  • PostGIS extensions
  • Apache 2.2
  • osm2pgsql
  • mapnik
  • mod_tile, an Apache module that also provides scripts for rendering tiles

Source code is available on GitHub: https://github.com/ncareol/osm-tiles-docker

Docker image is available on Docker Hub: https://hub.docker.com/r/ncareol/osm-tiles

Usage

Prerequisites, configuration and a demonstration of the complete workflow are available on the wiki.

Command reference is available in help.txt or by running the image:

$ docker run ncareol/osm-tiles

Issues

Issues can be reported on GitHub: https://github.com/ncareol/osm-tiles-docker/issues

License

GPLv3

About

The OpenStreetMap Tile Server in a Docker container

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 77.3%
  • HTML 22.7%