We're trying to make a Map visualization with regions (suburbs) from a SQL table that has column of WKT Polygons. The table looks as below.
Id | Name | geometry |
---|---|---|
1 | Collingwood | POLYGON ((144.990073 -37.794414, 144.990077 -37.794414, 144.990083... |
The polygons are valid WKT as checked by QGIS and https://wktmap.com
When creating a Question from a SQL query of the above table, the Map visualization does not render the above WKT polygons as regions.
Is it possible to visualize map regions from a table column, or does the above need to be uploaded as a Custom Map in GeoJSON format?