Leaflet js fictional map

落爺英雄遲暮 提交于 2020-01-05 04:07:13

问题


I am new to Leaflet and I would like to find out if how to create a fully interactive fictional map. I have an image that I would like to convert to a leaflet map. This image has a number of connections and points like a graph basically.

I want to first of all convert that image to the map, be able to hover over the points, highlight them and display information about them and also to create animations at some point but not immediately with the connections. There is also a requirement to display permanent labels next to each point.

Is that at all possible in Leaflet?


回答1:


Is that at all possible in Leaflet?

Yes.

Start by reading the leaflet tutorial for non-geographical maps.



来源:https://stackoverflow.com/questions/37298791/leaflet-js-fictional-map

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