How to make a tiled GeoJsonLayer? #9203
-
I want to make a GeoJsonLayer that uses tiled requests (z/x/y) to the backend and utilizes the Tileset2D class with cacheing and what not. Is this possible? I'm fairly sure this is possible, but trying to understand the nuance. I think the data for the respective layer might have to be transformed into a single entity, but this could still be very useful for reducing the number of requests to a backend. |
Beta Was this translation helpful? Give feedback.
Answered by
Pessimistress
Oct 7, 2024
Replies: 1 comment 1 reply
-
You are describing exactly what TileLayer does. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zachcoleman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are describing exactly what TileLayer does.