dceejay / RedMap

A web map app for Node-RED to put blobs on
Apache License 2.0
107 stars 60 forks source link

Linestring getting filled like polygon ? #265

Closed gitToad closed 3 weeks ago

gitToad commented 2 months ago

Not sure whether I am doing something wrong or this is a bug:

when i send packets like this to the map: name: "C101 path" line: array[52] [0 … 9] 0: array[2] 0: 35.3815871 1: -121.2555771 1: array[2] 0: 35.3817143 1: -121.2547551 2: array[2] 3: array[2] 4: array[2] 5: array[2] 6: array[2] 7: array[2] 8: array[2] 9: array[2] color: "#432257" layer: "Paths"

The rendered version looks like this - it has the correct path/line color but it also fills the geometry with dark green. Even though I did not specify "area", but "line". If I misunderstood the instructions for line rendering in the documentation, could you please comment and close this issue.

image
dceejay commented 2 months ago

Please can you supply the flow snippet used so I can see how you have the nodes configured and the exact data going in ? Thanks