Skip to content

Instantly share code, notes, and snippets.

@danilopolani
Created February 3, 2022 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danilopolani/0409e4c63578667d5259de617cc586c6 to your computer and use it in GitHub Desktop.
Save danilopolani/0409e4c63578667d5259de617cc586c6 to your computer and use it in GitHub Desktop.
GeoData example
[
{
"country": {
"de": "Italien",
"ar": "إيطاليا",
"default": "Italia",
"ru": "Италия",
"pt": "Itália",
"ja": "イタリア",
"en": "Italy",
"pl": "Włochy",
"fr": "Italie",
"hu": "Olaszország",
"nl": "Italië",
"zh": "意大利"
},
"is_country": false,
"city": {
"de": [
"Mailand"
],
"ru": [
"Милан"
],
"pt": [
"Milão"
],
"en": [
"Milan"
],
"fr": [
"Milan"
],
"hu": [
"Milánó"
],
"es": [
"Milán"
],
"zh": [
"米蘭"
],
"ar": [
"ميلانو"
],
"default": [
"Milano"
],
"ja": [
"ミラノ"
],
"pl": [
"Mediolan"
],
"nl": [
"Milaan"
]
},
"is_highway": true,
"importance": 26,
"_tags": [
"highway",
"highway/pedestrian",
"country/it",
"address",
"highway/tertiary",
"highway/unclassified",
"highway/service",
"source/osm"
],
"postcode": [
"20121",
"20124"
],
"county": {
"ar": [
"ميلانو"
],
"de": [
"Mailand"
],
"default": [
"Milano",
"MI"
],
"ru": [
"Милан"
],
"pt": [
"Milão"
],
"en": [
"Milan"
],
"fr": [
"Milan"
],
"pl": [
"Mediolan"
],
"hu": [
"Milánó"
],
"es": [
"Milán"
],
"nl": [
"Milaan"
],
"zh": [
"米蘭"
]
},
"population": 1345890,
"country_code": "it",
"is_city": false,
"is_popular": false,
"administrative": [
"Lombardia"
],
"admin_level": 15,
"suburb": [
"Municipio 2"
],
"is_suburb": false,
"locale_names": {
"default": [
"Piazza Duca d'Aosta"
]
},
"_geoloc": {
"lat": 45.4845,
"lng": 9.20291
},
"objectID": "101093471_89684050"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment