-
Notifications
You must be signed in to change notification settings - Fork 359
Open
Description
Features
- Add support for a form of "styling" the GeoJSON.
- Add support for multiple GeoJSON shapes (array of URLs, shapes).
- Add support for regenerating images based on color / shape / styling changes.
- Add support for raycasting / sampling geojson coordinate based on mouse position / or latlon value.
Quality
- Handle GeoJSON shapes across the +-180 degree longitude boundary.
- Add padding based on pixel size, stroke size, and point size to ensure shapes are included in bounding box calculations to prevent shape clipping.
- Add support for world space sizing so line width etc does not scale based on zoom / pixel size.
- Consider scaling canvas dimensions based on ellipsoid-projected size to retain roughly square pixels, prevent distortion.
- Image Overlays: Allow for "dynamic" depth and loaded tile sizeย #1310
Memory
Add support for limiting the bounds in which images are produced to only where shapes are present.Fixed in TilingScheme: Fix incorrect reporting of empty tile rangesย #1328.- Add support for only loading tiles where geojson shapes are present including between geojson shapes.
Performance
- See if converting to SVG is performant.
- Use web workers and offscreen canvas.
SoftwareMechanic
Metadata
Metadata
Assignees
Labels
No labels