jamesw98 / GeoHelper

A Blazor WASM app to view WKTs and GeoJSON strings
0 stars 0 forks source link

BUG | WKT Point causes an error #1

Closed jamesw98 closed 8 months ago

jamesw98 commented 8 months ago

POINT(34.095222700000001, -84.217340299999989)

Produces an error

jamesw98 commented 8 months ago

Okay, well, it's because there is a comma where there shouldn't, be there should still be a graceful error

jamesw98 commented 8 months ago

Close by ad1934a