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

Add 'isFilled' field to Polygon class, fix issue with polygons doted border drawing and created example page for Polygons #501

Merged
merged 9 commits into from
Mar 26, 2022

Commits on Jan 23, 2020

  1. Add 'isFilled' field to Polygon class, fix issue with doted border draws

    The new field 'isFilled' in Polygon class allow you to chose if you want the Polygon to be filled when drawn. When I have adding this I also found that there was an issue with doted borders drawing. The last border was missing, I fixed it (_paintDottedLine method). Also added an example screen for the Polygon Layer.
    BaptistePires committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    0ede369 View commit details
    Browse the repository at this point in the history
  2. Reformat files

    BaptistePires committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    37a6d1f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    f2192f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4342747 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

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

Commits on Mar 24, 2022

  1. Run dark format . --fix

    BaptistePires committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    7a46199 View commit details
    Browse the repository at this point in the history
  2. Fix exmaple/lib/pages/Polygon.dart imports and upgraded to latlong2 p…

    …ackage and other minor fixes
    BaptistePires committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    c0afcc2 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    6aa39d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bb6bae View commit details
    Browse the repository at this point in the history