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

Extract and serve bounding box from database, filtering by country, state and city #7

Open
juliannojungle opened this issue Jul 23, 2022 · 0 comments
Labels
integration Integration with external service OpenStreetMaps OSM related
Milestone

Comments

@juliannojungle
Copy link
Owner

https://nominatim.openstreetmap.org/search?format=json&country=Brasil&state=RJ&city=Teresopolis

[
    {
        "place_id": 297625715,
        "licence": "Data © OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright",
        "osm_type": "relation",
        "osm_id": 2219098,
        "boundingbox": [
            "-22.4701917",
            "-22.1223827",
            "-43.047406",
            "-42.7110277"
        ],
        "lat": "-22.4164578",
        "lon": "-42.975194",
        "display_name": "Teresópolis, Região Geográfica Imediata de Petrópolis, Região Geográfica Intermediária de Petrópolis, Rio de Janeiro, Região Sudeste, Brasil",
        "class": "boundary",
        "type": "administrative",
        "importance": 0.5822562765652282,
        "icon": "https://nominatim.openstreetmap.org/ui/mapicons/poi_boundary_administrative.p.20.png"
    }
]
@juliannojungle juliannojungle added integration Integration with external service OpenStreetMaps OSM related labels Jul 23, 2022
@juliannojungle juliannojungle added this to the MVP milestone Jul 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration Integration with external service OpenStreetMaps OSM related
Projects
Status: Backlog
Development

No branches or pull requests

1 participant