tileserver-php
tileserver-php copied to clipboard
GeoPackage storage
Implement serving from a GeoPackage storage (SQLite based) as a more general alternative to MBTiles allowing also support for non-speherical mercator coordinate systems.
Relevant: http://erouault.blogspot.ch/2014/12/gdal-geopackage-raster-support.html
GP is now implemented and used in major GIS software. I would like to do this soon. (And prepare also schema for MapTiler) Specs: http://www.geopackage.org/spec/#tiles http://www.opengeospatial.org/standards/geopackage
Relevant internal ticket: https://github.com/klokan/maptiler/issues/96
Any updates on that?
Serving of GeoPackage is fully implemented now using both:
- MapTiler Cloud - from a global infrastructure via Maps API - https://www.maptiler.com/cloud/
- MapTiler Server - from your own servers or on-prem - https://www.maptiler.com/server/ This including custom coordinate systems - both for vector and raster tiles.
Generating GeoPackage (both raster and vector tiles) is implemented in https://www.maptiler.com/desktop/. See: https://www.maptiler.com/news/2017/07/geopackage-in-maptiler-80/