fanvanzh / 3dtiles

The fastest tools for 3dtiles convert in the world!
Apache License 2.0
1.93k stars 587 forks source link

WGS-84 #214

Open adam314315 opened 2 years ago

adam314315 commented 2 years ago

Hello,

While trying to use the tool to generate tiles from a shp file with the following command : 3dtile.exe -f shape -i << SHP file >> -o << Output directory >> --height height

I got the following error. Could you please help ? ERROR: - only support WGS-84 now ERROR: - convert shapefile failed

maximes75 commented 2 years ago

It's extremely simple you have to convert your SHP file to EPSG:4326, you can use ogr2ogr.

onsummer commented 2 years ago

maybe u should use some gis client software, like qgis or arcgis, to transform your data from origin spatial reference coordinate system to wgs84 coordinate system.

This program now only support data which its spatial reference is wgs84.