How to create a store map using LeafLet
I need to create a map that can be interactive.
The best option I've found is a leaflet, I haven't found a resource explaining how to create my own map.
I need to create a mall map where the user can see all the shops, the fountain ...
How could I achieve this?
+3
Isaac
source
to share
1 answer
The best place to start is the example sheets page:
http://leafletjs.com/examples.html
Here's a quick start guide: http://leafletjs.com/examples/quick-start.html
Update To create an internal map, you can use tools like QGis and Mapbox Studio to create a map and create map slices (used for the web). You can then use your custom tiles as a tile layer in a sheet to provide functionality and zoom in / out handles.
0
kmandov
source
to share