gmaillet
gmaillet
## Description Using an average plane for polygons triangulation. ## Motivation and Context In featureToPolygon (Feature2Mesh.js) polygons are triangulate with earcut to create a BufferGeometry. This is a 2D triangulation...
## Description create a COGSource in example/js/plugins (extend Source) create a new example add an option in TIFFParser ## Motivation and Context Support COG (https://www.cogeo.org/)
I have started to add a support of BigTiff in UTIF.js, this could be very useful for Cloud Optimized GeoTiff (https://www.cogeo.org/). These files could be very large but you never...
I had several problems with the command "npm run build", to solve them, I had: - to define a version number in the package.json (see #6) - to install rollup-plugin-json...
The demo doesn't work with IE: it would be nice to inform the user and to suggest to change his browser.
For instance, in the demo with itowns-sample-data, the area with 3D buildings is larger than the area with panoramic images: some users don't understand why it's not possible to switch...
The rotation matrix from the cameraMetaData json file is multiplied by three other matrix in sensor.js (itownsWay, Photogram_JMM, photgramme_image): why? Maybe for historical reasons related to the Stereopolis mobile mapping...