-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Labels
Description
Feature description
$ ogr2ogr m.geojson j.geojson -dialect SQLite -sql \
"SELECT CastToXYM(GEOMETRY) FROM blarf';"
$
should say
M not supported in GeoJSON. Quitting!
It would save hours of head scratching.
It should be triggered by all attempts to read or write M on non supporting filetypes.
Here perhaps also say
Try https://gdal.org/en/latest/drivers/vector/jsonfg.html instead.
Or maybe
You forgot to use the
-dimoption. Bye!
Reactions are currently unavailable