Leaflet js fictional map

2019-07-23 01:53发布

问题:

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.