You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this process, we followed an example for multilayer tileset. We combined multiple layers uploaded in a different source but processed and published in a single tileset.
Multiple layers have their own file data source meaning it was uploaded with a different container which has less optimization process.
Multiple source processor optimizes the tiled area and the tileset itself because it is being loaded from a single container. This might reduce the process of loading the tiles in the map.
We can't process the multiple source of hazards in a single province tileset because it overlaps to other layers which contain the same field names.
The text was updated successfully, but these errors were encountered:
Processing Multilayer in a Single Tileset
In this process, we followed an example for multilayer tileset. We combined multiple layers uploaded in a different source but processed and published in a single tileset.
Ref: https://github.com/UPRI-NOAH/mapbox-processor/blob/main/multilayer_processor.py
Pipeline
Output
Processing Multiple Source Uploaded in a Single Container
In this process, we uploaded all the tileset source into a single container to optimize the tileset.
Ref: https://github.com/UPRI-NOAH/mapbox-processor/blob/main/single_container_processor.py
Pipeline
Output
Findings
Multiple layers have their own file data source meaning it was uploaded with a different container which has less optimization process.
Multiple source processor optimizes the tiled area and the tileset itself because it is being loaded from a single container. This might reduce the process of loading the tiles in the map.
We can't process the multiple source of hazards in a single province tileset because it overlaps to other layers which contain the same field names.
The text was updated successfully, but these errors were encountered: