Releases: Overv/openstreetmap-tile-server
Releases · Overv/openstreetmap-tile-server
v1.7.2
- Update indexes for carto style. (#204, #205)
v1.7.1
- Fixes
openstreetmap-tiles-update-expire
script not working. (#201)
v1.7.0
- Update openstreetmap-carto to version 5.3.1.
- Update NodeJS to version 14 LTS.
v1.6.0
- Update link to switch2osm.org tile server guide (thanks @jdmonin)
- Update PostGIS, OpenStreetMap Carto stylesheet and trim_osc.py helper (thanks @mhajder)
- Upgrade to Ubuntu 20.04 base image
- Latest Docker image is now rebuilt daily to provide the latest (security) updates.
v1.5.0
- Change PBF/POLY download to show progress by default.
- Can be overridden by setting
WGET_ARGS
to -nv
.
- Fix minor bugs.
- Optimize Docker layers.
v1.4.0
- Add functionality to have the container download the PBF/POLY data for you.
- Various bug fixes and improved security by switching to https everywhere.
v1.3.10
- Add support for host mounts (fixes #94, thanks @dbahrdt!)
- Optimize image size and update libraries (thanks @Gjacquenot!)
- Improve consistency of configuration flags (thanks @darekzbik!)
v1.3.9
- Change custom config to be overridable (#89)
v1.3.8
- Change import for automatic updating to require the
UPDATES=enabled
environment variable (fixes #86)
v1.3.7
- Fix remaining references to PostgreSQL 10 (thanks @shkarface)