Sign inSign up

lorca19/modified-osm

By lorca19

Updated over 4 years ago

Slightly modified version of overv/openstreetmap-tile-server image

Image
0

201

lorca19/modified-osm repository overview

modified-osm

Intro

Slightly modified version of overv/openstreetmap-tile-server, IMHO better suited for deployment on machine without the Internet connection.

Reference

https://github.com/Overv/openstreetmap-tile-server
https://hub.docker.com/r/overv/openstreetmap-tile-server

Changes

v0.0.0

  • Dockerfile L152: from COPY leaflet-demo.html /var/www/html/index.html to COPY index.html /var/www/html/index.html
  • renamed leaflet-demo.html to index.html
  • index.html tags: <link> and first <script> changed to
    <link rel="stylesheet" href="leaflef.css" type="text/css">
    <script src="leaflet.js" type="text/javascript"></script>
  • added leaflet.css from https://unpkg.com/[email protected]/dist/leaflet.css
  • added leaflet.js from https://unpkg.com/[email protected]/dist/leaflet.js

v0.1.0

  • reverted previous version changes
  • added extra layers, which resulted in new image
FROM overv/openstreetmap-tile-server  

COPY index.html /var/www/html/index.html  
COPY leaflet.css /var/www/html/leaflet.css  
COPY leaflet.js /var/www/html/leaflet.js  

Tag summary

Content type

Image

Digest

Size

435.1 MB

Last updated

over 4 years ago

docker pull lorca19/modified-osm:v0.2.0