Map tiles in Leaflet

随声附和 提交于 2019-12-11 12:47:37

问题


I want to create georeferenced map tiles from raster (jpg map of small area) and display in Leaflet. MapTiler seems to be a prefect solution for my problem, but free version doesn't allow set zoom range, aslo has a watermark. Is there any free/opensource solution with same funcionality? Im woking on non-profit project, so dont have any budget.


回答1:


See https://stackoverflow.com/a/13641838/4768502 for a pointer to gdal2tiles.

You can also use other software such as GeoServer, MapServer or MapProxy to serve tiles based on an image or some vector data.



来源:https://stackoverflow.com/questions/36059324/map-tiles-in-leaflet

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!