-
Notifications
You must be signed in to change notification settings - Fork 359
Open
Milestone
Description
Right now image overlays expect and require a fixed "levels" depth which is used to limit the tile requests or further split tiles to increase the detail resolution. But overlays like WMS (#1302) potentially allow for arbitrarily sized images requests and svg or geojson (#1305) can be scaled arbitrarily with no added detail on zoom, so ideally it wouldn't start splitting tiles unless the user wanted it to.
The nature of the two image sources also potentially means that tiled images can be fetched arbitrarily rather than being composed, as overlays are done now:
- Allow for "null" or "-1" levels that will allow for generating / loading new content only up to the depth of geometric tiles and not allow for splitting. Alternatively this could mean that the "enableSplitting" flag should be on the overlay instance rather than the root overlay class.
- Allow for fetching the exact image range that is required for tile rather than composing the tile data from multiple images.
Metadata
Metadata
Assignees
Labels
No labels