

The Open Geospatial Consortium (OGC) Web Map Tile Service (WMTS) The advantage is easier data management, especially upload over FTP or similar protocols. mbtiles files is supported but with decreased performance compared to the static files in a directory. The open-source utility mbutil produces exactly the required format.ĭirect reading of. mbtiles format can be easily converted to the required structure (XYZ with top-left origin and metadata.json file). Tiles produced by open-source GDAL2Tiles or MapTiler Desktop and tiles in. Then you can upload to the web hosting your mapping data - a directory with tiles rendered with MapTiler. If you access the web address relevant to the installation directory, the TileServer.php Server should display you a welcome message and further instructions. (or another webserver implementing mod_rewrite rules and PHP) Installation:ĭownload the project files as a zip archive or source code from GitHub and unpack it into a web-hosting of your choice.
Maptiler wrong install#
It is easy to install - copy the project files to a PHP-enabled directory along with your map data.
Maptiler wrong how to#
It is the easiest and cheapest way how to serve zoomable maps in a standardized way - practically from any ordinary web hosting. It is a free and open-source project implementing the OGC WMTS standard for pre-rendered map tiles made with any map tiling software like MapTiler Desktop, GDAL2Tiles, or any other MBTiles file. This server distributes maps to desktop, web, and mobile applications from a standard Apache+PHP web hosting. TileServer PHP: MapTiler and MBTiles maps via WMTS
