I am busy doing an IoT device locating project and need to create and display a map that shows the reception coverage of specific high sites.
I have a flow that creates the device location points which I can convert to geometry with the “Create point from 2D Geometry” and can create the map included below.
I want to display a polygon and it was easy enough to create a properly formatted WKT polygon string "POLYGON ((x y, x y, …))" but cannot find a node or flow of nodes to convert this to a geometry that can be displayed with a “View geometries as Map” node. When is write the polygon string and display it in QGIS the output looks like this…
I’m afraid you exported the workflow with an absolute path to a csv file, but no csv file.
I’d suggest creating a data folder within your workflow folder (in windows explorer) and putting the csv file there. Then you can configure the CSV Reader as in the screenshot below.
This also ensures that the file is present when you export the workflow.
I also missed naming the geometry string column I created with the “Column Combiner” to “the_geom” so that the “Inject Column Properties” node would work properly.