Not able to display Polylines of Vector Layers
Closed this issue · 1 comments
EarthlingX commented
While creation and displaying of simple markers works without any problems, it seems to be impossible to create polyline features to display them on a map.
My approach was:
- Create new layer of type "Vectors"
- Open new layer "Vectors" and create a new feature of type "Polyline" in it
- Add vector data: 30.654308,77.22496,27.9364461,72.7065441 (this should be displayed as a straight line)
- Choose style "Polyline"
- Add the desired layer to the target Leaflet-map
Open the map and wait for the result: None.
Is there any error in my thinking? Do I have to add something else?
dmolineus commented
You have do define each coordinate on a new line.