Releases: Overv/openstreetmap-tile-server
Releases · Overv/openstreetmap-tile-server
v1.3.5
- Add/update
planet-import-complete
file to properly manage tile caching across updates. (#77)
- Implement proper handling of
docker stop
to cleanly shut down the database. (#75)
v1.3.3
- Automatically set the right owner for the
/nodes
directory for the purpose of using --flat-nodes
- Make osm2pgsql cache size configurable
- Allow passing of extra osm2pgsql arguments using
OSM2PGSQL_EXTRA_ARGS
Thanks to @stevo01 for adding these features!
v1.3.2
- Fix PostgreSQL not being exposed properly for connecting from outside the container
v1.3.1
- Fix Apache logging not being compatible across all host OSes
v1.3
- Add support for cross origin requests
- Add custom parameter passing for osm2psql to support options like
--flat-nodes
- Update to new version of region extraction tool with Python 3 support
v1.2
- Add support for automatic tile updating and expiry
- Fix Apache/PostgreSQL not starting after container restart
v1.1
- Make Leaflet demo easier to use by embedding it into the image
- Fix PostgreSQL not being stopped properly which could possibly lead to data corruption
- Improve performance using various optimizations like multithreaded builds and better database indexes
v1.0
Initial release with basic OSM server and Leaflet demo