Skip to content

Instantly share code, notes, and snippets.

@claustres
Last active August 21, 2024 08:03
Show Gist options
  • Save claustres/0dde681deef9fb8616eb59ad53e271d2 to your computer and use it in GitHub Desktop.
Save claustres/0dde681deef9fb8616eb59ad53e271d2 to your computer and use it in GitHub Desktop.
Forward Geokoder Response
[{
"type": "Feature",
"properties": {
"state": "11, Aude, Occitanie",
"city": "Carcassonne",
"zipcode": "11000",
"citycode": "11069",
"countryCode": "FR",
"country": "France",
"type": "municipality",
"id": "11069"
},
"geometry": {
"type": "Point",
"coordinates": [
2.349415,
43.206781
]
},
"geokoder": {
"source": "opendatafrance",
"match": "Carcassonne",
"matchProp": "city",
"score": 1
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment