orbisgis / h2gis

A spatial extension of the H2 database.
http://www.h2gis.org
GNU Lesser General Public License v3.0
203 stars 62 forks source link

GeoJSON with ZM #1367

Closed nicolas-f closed 9 months ago

nicolas-f commented 9 months ago

M can be useful for time based geometries.

On kepler.gl travel information is encoded into M ordinate on linestrings from geojson files.

nicolas-f commented 9 months ago

@ebocher Hello. Previously we were using ST_FromWKB. I switched to JTSUtils EWB tool in order to handle ZM correctly (On h2gis and postgis)

ebocher commented 9 months ago

Thanks @nicolas-f