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 geojson simplestyle-spec support #2255

Merged
merged 10 commits into from
Jun 9, 2022

Commits on Jun 9, 2022

  1. Update geojson props with title attribute

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    9cc02c9 View commit details
    Browse the repository at this point in the history
  2. Add simple_style and title query params

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    41a45a8 View commit details
    Browse the repository at this point in the history
  3. Build out simplestyle geometry if simple_style param is set to true

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    7cf55fa View commit details
    Browse the repository at this point in the history
  4. Update geometry_from_string docstring

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    6850390 View commit details
    Browse the repository at this point in the history
  5. Add GeoJsonSerializer test

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    a47cc74 View commit details
    Browse the repository at this point in the history
  6. Reformat using black

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    ad09b46 View commit details
    Browse the repository at this point in the history
  7. Add tests for simple_style and title query params

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    ed544c4 View commit details
    Browse the repository at this point in the history
  8. Fix codacy issue

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    cb1653a View commit details
    Browse the repository at this point in the history
  9. Update docs on how to return simplestyle-spec geojson

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    2738e72 View commit details
    Browse the repository at this point in the history
  10. Fix flaky test

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    488dd5f View commit details
    Browse the repository at this point in the history