How to create a store map using LeafLet

2019-03-21 16:40发布

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条回答
做自己的国王
2楼-- · 2019-03-21 17:22

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.

查看更多
登录 后发表回答