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

Implementation bbox 2D #3

Open
folt opened this issue Jan 24, 2022 · 0 comments
Open

Implementation bbox 2D #3

folt opened this issue Jan 24, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@folt
Copy link
Contributor

folt commented Jan 24, 2022

https://datatracker.ietf.org/doc/html/rfc7946#section-5

   {
       "type": "Feature",
       "bbox": [-10.0, -10.0, 10.0, 10.0],
       "geometry": {
           "type": "Polygon",
           "coordinates": [
               [
                   [-10.0, -10.0],
                   [10.0, -10.0],
                   [10.0, 10.0],
                   [-10.0, -10.0]
               ]
           ]
       }
       //...
   }
@folt folt added the enhancement New feature or request label Jan 24, 2022
@folt folt changed the title implementation bbox Implementation bbox 2D Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant