1
vote
1answer
479 views

What is the default projection in Leaflet?

I've read an API documentation for Leaflet on its site, but I can't realize: what is a default projection to view maps? It was written about spherical and elliptical Mercator and Equirectangular - so ...
2
votes
2answers
685 views

Image tiling math

I've been looking at MapTiler for the logic on how to render an image as tiles on a (google) map. Instead of storing the single tiles locally in a folder structure I want to use Djatoka. I'm able to ...
1
vote
0answers
244 views

Geoserver tiles mismatch

I tried to get WMS tiles from geoserver like /geoserver/gwc/service/tms/1.0.0/layername@EPSG%3A4326@png/15/19142/9530.png or with another projection ...
0
votes
0answers
63 views

Changing projection of base layer

normally we change projection of vector data for displaying it over google base map. Similarly is it possible to change the projection of base image tiles map? if yes, how we can do that, any ...