vectiler icon indicating copy to clipboard operation
vectiler copied to clipboard

A vector tile, terrain and city 3d model builder and CLI exporter. Consider using its fully integrated user interface at https://halfmaps.io

Results 4 vectiler issues
Sort by recently updated
recently updated
newest added

I've just built Vectiler and tried the example command line from the README. It fails with this error message: ``` $ build/vectiler.out --tilex 5242/5260 --tiley 12642/12666 --tilez 15 --terrain 1...

e.g., having the model units be in meters? Right now, it appears to be outputting the model with a fixed total size of 1x1x1, I think?

I ran with this command: ./build/vectiler.out --tilex 4353/4353 --tiley 6557/6557 --tilez 14 --terrain 1 --buildings 1 --terrainExtrusionScale 1 --buildingsExtrusionScale 1 --roads 1 --normals 1 Somewhere down inside it created two...

bug