Forum Discussion
Display X,Y coordinations on SVG map
- 6 years ago
The visuals library has an (unrated - so proceed at your own risk) HTML5 visual that can also handle SVG. That looks much nicer.
Now all that's left to do is to overlay your walkpaths as needed.
Please refer to the documentation. Scatter plot might be an option, but there might be other hybrids that allow you to draw incomplete paths or polylines.
https://www.rgraph.net/svg/scatter.html
Does it have to be the Synoptic panel? As you know SVG is also supported by image URLs
- Zetko6 years agoFrequent Visitor
Hi, there are no like a 'conditions', what method or option should be used (so Synoptic panel is not needed). Anyway, I was thinking about Azure Map or MapBox,
but they are usually used for larger objects and it has problems with in-door spaces.
As you can se on example below, I got a SVG plan of some place. Plan is clear, there are all the information about - where is enterance, exit, where are walls and shortcuts. Then I got a 4 figures, where each one went through different way and i got their X,Y coordinations. My goal is to to draw the lines into the plan, based on their coordinations.
Cave
Do you think there is a method working like this?
- lbendlin6 years agoSuper User
I think that should be possible. Your floor plan SVG code would need to be combined with the codes for each of the walkthrough polylines. Can you share sample data?
- Zetko6 years agoFrequent Visitor
I tryed to made a realy simple example of my plan, because mine one is not completed and a bit complicated and as first I need to realize, if it is even possible, what I want to do in future.
So, lets try this one. https://svgur.com/s/NxG
I really appreciate your attitude lbendlin, thanks a lot!