Following the instructions here:
https://switch2osm.org/serving-tiles/manually-building-a-tile-server-14-04/
I created a tile server which is rendered in the browser as a PNG file but I wanted to create a tile server which is much similar to using Openlayers API where it's just one big map and can be zoomed. Is this possible?
My goal is to create a tile server which I can interactively use its rendered data and manipulate it (custom center location with matching coordinates and ESPG, adding layers, etc). For example, I want to use this tile server to my own app and depending on the user's location, I center the map to the user's home country. I think this would be difficult if i just depend on a z/x/y.png format that is provided in the above tutorial.
I wanted to do this while using my own tile server rather than using pure OpenLayers or Leaflet API.
أكثر...
https://switch2osm.org/serving-tiles/manually-building-a-tile-server-14-04/
I created a tile server which is rendered in the browser as a PNG file but I wanted to create a tile server which is much similar to using Openlayers API where it's just one big map and can be zoomed. Is this possible?
My goal is to create a tile server which I can interactively use its rendered data and manipulate it (custom center location with matching coordinates and ESPG, adding layers, etc). For example, I want to use this tile server to my own app and depending on the user's location, I center the map to the user's home country. I think this would be difficult if i just depend on a z/x/y.png format that is provided in the above tutorial.
I wanted to do this while using my own tile server rather than using pure OpenLayers or Leaflet API.
أكثر...