Tuesday, 16 October 2018

How can I draw graph elements (nodes and edges) in leaflet?

I need to build a simple online map editor and I'm intended to use leaflet (but can eventually use openlayers). A primary requirement is the ability to draw graph elements (nodes and edges) on top of such map. However, I was unable to do so when using leaflet api or some of its plugins. Precisely, I can draw linestrings (edges) and points (nodes), but they are not correlated in any way.

Hence, my main problem is there a way or library that enables drawing such elements on top of leaflet?



from How can I draw graph elements (nodes and edges) in leaflet?

No comments:

Post a Comment