-
Before querying WMTS or WMS servers for textures, we need to query their getCapabilities method.
I have already started implemented this, so better create an issue to follow this.
autra updated
6 years ago
-
It would be a nice feature to allow on the fly raster reprojection like in OpenLayers: https://openlayers.org/en/latest/examples/reprojection.html to combine raster sources in different CRS.
Some i…
-
## Context
There are at least two conventions used in the code to indicate private fields and methods:
* [Javascript private properties](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Re…
-
## Context
The purpose of this issue is to track license and copyright holders for each part of the project.
## Proposed fix
The osgeo [Code Provenance Review][cpr] provides a good framework to s…
-
Linked to the PR #2180 that changed the way base_alti is handled, we noticed a difference in the representation of object in the 3D environnement.
Take the examples source_file_gpx_raster and source…
-
When zooming out of a view where all imagery tiles are loaded, the detailed tiles disappear, even before the less detailed tiles are loaded.
The problem is seen happening repeatedly on this screen…
-
The UVs's tile contain geographic projection. Currently, there are 2 projections : PM (Pseudo Mercator) and WGS84. The geometry vertex use WGS84. Ideally, the tile geometry shouldn't have notions of g…
-
This is currently low priority but path forward looks like this:
- [x] Create new COPC module, with rouch initial `COPCSource` implementation @ibgreen #3030
- [ ] Creeat a new Tile3DSource type in…
-
The tiles are downloaded and loaded but not displayed.
It seems that the issue appeared after this [MR](https://github.com/NASA-AMMOS/3DTilesRendererJS/pull/723)
Exactly this line:
https://github.…
-
![image](https://github.com/user-attachments/assets/57c8694d-784d-44c4-adc2-d9aadb5ee983)
Can the style in ColorLayer support function callback function? Currently, we have checked that each specific…