-
We have been publishing vector data directly into the Mapbox upload interface as tilesets, typically as either .geoJSONs or MBTiles. Can Mapbox API retrieve the original datasets using the tileset CLI…
-
For now, Solarus provide a method to change the tileset of a map, but tilesets must be compatible and only the image is loaded, the other properties should be idendique.
A method `set_tileset_image()…
-
We have a long-running branch—[`3d-tiles-terrain`](https://github.com/CesiumGS/cesium/tree/3d-tiles-terrain)— that adds a new `Cesium3DTilesTerrainProvider` class. This is used for rending global 3D T…
ggetz updated
2 weeks ago
-
Minor issue I noticed while implementing a custom CesiumTileExcluder implementation:
OnEnable() and OnDisable() are marked as 'protected virtual', which implies that developers are invited to overr…
-
This issue is just to keep track of features we'd like to see in the following v1.3.x versions (not specific dates/milestones, but we should be working on these):
- [ ] Add possibility to link/impo…
-
All 3D models in CesiumJS will use the PBR shader. This works great for models that define PBR materials and/or have metallic/roughness texture etc.
But for simple, untextured geometry, as is comm…
-
I'd very much like to know how others have implemented tilesets and animation in awe6. Feel free to point out the obvious, like "There's something in samples..."
-
**Is your feature request related to a problem? Please describe.**
I am overlaying multiple tilesets: google photorealistic tiles for the whole world and another tileset specifically for Switzerlan…
-
I want to get the tileset to update itself to the newest version if requested, but the problem is tile ID's have changed over time. A way around this is to map old tile IDs to new tile IDs for convers…
-
Hi all
I'm testing tilesets using the new V1.1 tiler by cesium ion and implicit tiling plugin (octree).
Everything basically works ok, except towards octree leaves (higher-res tiles) there appears r…