Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Allow displaying large vector data sources #491

Closed
3 tasks done
forman opened this issue Jan 3, 2018 · 0 comments
Closed
3 tasks done

Allow displaying large vector data sources #491

forman opened this issue Jan 3, 2018 · 0 comments

Comments

@forman
Copy link
Member

forman commented Jan 3, 2018

Allow displaying large vector data sources, e.g. the Glaciers CCI Shapefiles comprising several ten-thousand polygons each having thousands of coordinates.

See Vector-Data-and-FATs.

To do:

  • control auto-switching to point-simplification:
    • for all features if len(data_frame) > config.num_features_max
    • feature by feature if len(data_frame) <= config.num_features_max and num_coords(feature) > config num_coords_max
  • allow expanding of point simplified geometries at certain zoom level (preferred) OR toggle expanded/collapsed state by (right?)clicking. Align with Allow selecting geometries on 3D globe #489
  • use a special style for feature geometries that are expandable/collapsible.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants