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

H3 aggregations with geometries as bbox returns invalid geojson #780

Closed
mbarbet opened this issue Apr 13, 2022 · 0 comments · Fixed by #781
Closed

H3 aggregations with geometries as bbox returns invalid geojson #780

mbarbet opened this issue Apr 13, 2022 · 0 comments · Fixed by #781
Assignees
Labels
type:bug Something isn't working
Milestone

Comments

@mbarbet
Copy link
Contributor

mbarbet commented Apr 13, 2022

The first coordinate and the last coordinate must be equal :

  "geometry": {
    "type": "Polygon",
    "coordinates": [
      [
        [
          **-123.63288293592632,
          39.00875060353428**
        ],
        [
          -123.6217990424484,
          39.00875060353428
        ],
        [
          -123.6217990424484,
          38.85480898898095
        ],
        [
          **-123.63288293592632,
          38.85480898898095**
        ]
      ]
    ]
  }
@mbarbet mbarbet added the type:bug Something isn't working label Apr 13, 2022
@mbarbet mbarbet added this to the 22.0.0 milestone Apr 13, 2022
@mbarbet mbarbet self-assigned this Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants