zhm / node-spatialite

Standalone, cross-platform SpatiaLite 4.0 binding for node.js with all features enabled
Other
67 stars 17 forks source link

Does spatialite support 3D? #20

Closed zjl767864079zjl closed 7 years ago

zjl767864079zjl commented 7 years ago

Recently, I was studying spatialite.I can write 2D data(like this:POINT(1 1)) into the spatial data table,but I can't write 3D data(like this:POINT(1 1 1) ) into the spatial data table. Who can tell me spatialite whether support 3D? If support ,how can I write a 3D data?

Thanks!

zjl767864079zjl commented 7 years ago

I already find answer,support 3D.