Skip to content

Releases: Overv/openstreetmap-tile-server

v1.3.6

20 Oct 19:50
Compare
Choose a tag to compare

v1.3.5

12 Oct 10:37
Compare
Choose a tag to compare
  • 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.4

29 Sep 15:09
598a481
Compare
Choose a tag to compare

v1.3.3

26 Sep 18:11
Compare
Choose a tag to compare
  • 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

22 Sep 14:41
Compare
Choose a tag to compare
  • Fix PostgreSQL not being exposed properly for connecting from outside the container

v1.3.1

19 Sep 20:17
Compare
Choose a tag to compare
  • Fix Apache logging not being compatible across all host OSes

v1.3

19 Sep 20:20
Compare
Choose a tag to compare
  • 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

19 Sep 20:22
2313b00
Compare
Choose a tag to compare
  • Add support for automatic tile updating and expiry
  • Fix Apache/PostgreSQL not starting after container restart

v1.1

19 Sep 20:26
Compare
Choose a tag to compare
  • 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

19 Sep 20:26
Compare
Choose a tag to compare

Initial release with basic OSM server and Leaflet demo