问题
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