3dtiles
3dtiles copied to clipboard
WGS-84
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
It's extremely simple you have to convert your SHP file to EPSG:4326, you can use ogr2ogr.
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.