Last active
August 21, 2024 08:03
-
-
Save claustres/0dde681deef9fb8616eb59ad53e271d2 to your computer and use it in GitHub Desktop.
Forward Geokoder Response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"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