Have data in a non-spatial SQL database stored in a field titled "WKTPolygon" with geometry structured as shown below:
MULTIPOLYGON (((257187.77487182617 252016.49029541016, 257197.35565185547 252041.80303955078, 257216.97064208984, etc etc
Tried all the suggestions from google searching and Geometry Replacer creates lots of individual vertex points for the polygon geometry, but not actual polygons, and all the others error on the first record.
Cheers. M