How to create a store map using LeafLet

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-04 13:29:15

问题


Im looking to create a map that can be interactive.

The best option that I found is leaflet, the thing is I don't find any resource explaining how to create my own map.

Im looking to create a mall map where user can see all the stores, fountain ...

How could I achieve that ?


回答1:


The best place to start would be the Leaflet examples page:

http://leafletjs.com/examples.html

Here is the quick start guide: http://leafletjs.com/examples/quick-start.html

Update To create an indoor map, you can use tools such as QGis and Mapbox Studio to build the map and generate the map tiles(used for web). Then you can use your custom map tiles as a tile layer in leaflet to provide zoom in/out functionality and markers.



来源:https://stackoverflow.com/questions/31701804/how-to-create-a-store-map-using-leaflet

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