Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: add interactive Polygons, rework Polyline hitTest result, and deprecate/disable auto application of TransulcentPointer #1822

Merged
merged 5 commits into from
Feb 14, 2024

Commits on Feb 13, 2024

  1. Added support for interactivity to Polygons

    Improved example application to showcase Polygon interactivity
    JaffaKetchup committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    8fe2a70 View commit details
    Browse the repository at this point in the history
  2. Removed dependency on 'package:polybool'

    Minor performance improvements
    JaffaKetchup committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    7827ae1 View commit details
    Browse the repository at this point in the history
  3. Refined hit testing result type in both PolygonLayer & PolylineLayer

    Removed auto application of `TransulcentPointer`, deprecated respective option, and fixed bug
    Minor performance improvement
    Minor documentation improvement
    JaffaKetchup committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    55b6fb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9d4835 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    8f3577b View commit details
    Browse the repository at this point in the history