Skip to content

Conversation

@missinglink
Copy link
Member

this took me a while to track down... 😱

the Geonames record for 'Province of Cebu' is being returned as 'Cebu City'.

after much digging I found this line which assumes that it's safe to replace the name.default value from a placeholder response at the same layer, however this isn't the case when the sources differ, or in fact for any sources which aren't whosonfirst.

@missinglink missinglink force-pushed the geonames-translations branch from 478c579 to 4aa368c Compare December 3, 2025 11:48
@missinglink
Copy link
Member Author

missinglink commented Dec 3, 2025

Full debug info
{
    "geocoding": {
        "version": "0.2",
        "attribution": "https://geocode.earth/guidelines",
        "query": {
            "enableDebug": true,
            "exposeInternalDebugTools": true,
            "enableElasticDebug": true,
            "text": "cebu",
            "parser": "pelias",
            "parsed_text": {
                "subject": "cebu",
                "locality": "cebu"
            },
            "size": 1,
            "layers": [
                "venue",
                "street",
                "intersection",
                "postalcode",
                "locality",
                "neighbourhood",
                "county",
                "localadmin",
                "region",
                "macrocounty",
                "country",
                "macroregion",
                "dependency",
                "borough",
                "macrohood",
                "marinearea",
                "disputed",
                "empire",
                "continent",
                "ocean"
            ],
            "private": false,
            "lang": {
                "name": "English",
                "iso6391": "en",
                "iso6393": "eng",
                "via": "header",
                "defaulted": false
            },
            "querySize": 20
        },
        "warnings": [
            "performance optimization: excluding 'address' layer"
        ],
        "debug": [
            {
                "santizer:text:pelias_parser": [
                    "1.00 ➜ locality='cebu'",
                    "1.00 ➜ region='cebu'"
                ]
            },
            {
                "controller:predicates:has_response_data": {
                    "reply": false
                }
            },
            {
                "controller:predicates:has_request_errors": {
                    "reply": false
                }
            },
            {
                "controller:search": {
                    "debugUrl": "http://172.16.0.156:9200/pelias/_search?source_content_type=application%2Fjson&source=%7B%22query%22%3A%7B%22bool%22%3A%7B%22must%22%3A%5B%7B%22constant_score%22%3A%7B%22filter%22%3A%7B%22multi_match%22%3A%7B%22type%22%3A%22phrase%22%2C%22query%22%3A%22cebu%22%2C%22fields%22%3A%5B%22name.default%22%2C%22name.en%22%5D%2C%22analyzer%22%3A%22peliasQuery%22%2C%22boost%22%3A100%2C%22slop%22%3A3%7D%7D%7D%7D%5D%2C%22should%22%3A%5B%7B%22function_score%22%3A%7B%22query%22%3A%7B%22match_all%22%3A%7B%7D%7D%2C%22max_boost%22%3A20%2C%22functions%22%3A%5B%7B%22field_value_factor%22%3A%7B%22modifier%22%3A%22log1p%22%2C%22field%22%3A%22popularity%22%2C%22missing%22%3A1%7D%2C%22weight%22%3A1%7D%5D%2C%22score_mode%22%3A%22first%22%2C%22boost_mode%22%3A%22replace%22%7D%7D%2C%7B%22function_score%22%3A%7B%22query%22%3A%7B%22match_all%22%3A%7B%7D%7D%2C%22max_boost%22%3A20%2C%22functions%22%3A%5B%7B%22field_value_factor%22%3A%7B%22modifier%22%3A%22log1p%22%2C%22field%22%3A%22population%22%2C%22missing%22%3A1%7D%2C%22weight%22%3A3%7D%5D%2C%22score_mode%22%3A%22first%22%2C%22boost_mode%22%3A%22replace%22%7D%7D%5D%2C%22filter%22%3A%5B%7B%22terms%22%3A%7B%22layer%22%3A%5B%22venue%22%2C%22street%22%2C%22intersection%22%2C%22postalcode%22%2C%22locality%22%2C%22neighbourhood%22%2C%22county%22%2C%22localadmin%22%2C%22region%22%2C%22macrocounty%22%2C%22country%22%2C%22macroregion%22%2C%22dependency%22%2C%22borough%22%2C%22macrohood%22%2C%22marinearea%22%2C%22disputed%22%2C%22empire%22%2C%22continent%22%2C%22ocean%22%5D%7D%7D%5D%7D%7D%2C%22size%22%3A20%2C%22track_scores%22%3Atrue%2C%22sort%22%3A%5B%22_score%22%5D%7D",
                    "ES_req": {
                        "index": "pelias",
                        "searchType": "dfs_query_then_fetch",
                        "body": {
                            "query": {
                                "bool": {
                                    "must": [
                                        {
                                            "constant_score": {
                                                "filter": {
                                                    "multi_match": {
                                                        "type": "phrase",
                                                        "query": "cebu",
                                                        "fields": [
                                                            "name.default",
                                                            "name.en"
                                                        ],
                                                        "analyzer": "peliasQuery",
                                                        "boost": 100,
                                                        "slop": 3
                                                    }
                                                }
                                            }
                                        }
                                    ],
                                    "should": [
                                        {
                                            "function_score": {
                                                "query": {
                                                    "match_all": {}
                                                },
                                                "max_boost": 20,
                                                "functions": [
                                                    {
                                                        "field_value_factor": {
                                                            "modifier": "log1p",
                                                            "field": "popularity",
                                                            "missing": 1
                                                        },
                                                        "weight": 1
                                                    }
                                                ],
                                                "score_mode": "first",
                                                "boost_mode": "replace"
                                            }
                                        },
                                        {
                                            "function_score": {
                                                "query": {
                                                    "match_all": {}
                                                },
                                                "max_boost": 20,
                                                "functions": [
                                                    {
                                                        "field_value_factor": {
                                                            "modifier": "log1p",
                                                            "field": "population",
                                                            "missing": 1
                                                        },
                                                        "weight": 3
                                                    }
                                                ],
                                                "score_mode": "first",
                                                "boost_mode": "replace"
                                            }
                                        }
                                    ],
                                    "filter": [
                                        {
                                            "terms": {
                                                "layer": [
                                                    "venue",
                                                    "street",
                                                    "intersection",
                                                    "postalcode",
                                                    "locality",
                                                    "neighbourhood",
                                                    "county",
                                                    "localadmin",
                                                    "region",
                                                    "macrocounty",
                                                    "country",
                                                    "macroregion",
                                                    "dependency",
                                                    "borough",
                                                    "macrohood",
                                                    "marinearea",
                                                    "disputed",
                                                    "empire",
                                                    "continent",
                                                    "ocean"
                                                ]
                                            }
                                        }
                                    ]
                                }
                            },
                            "size": 20,
                            "track_scores": true,
                            "sort": [
                                "_score"
                            ]
                        }
                    }
                }
            },
            {
                "controller:search": "Timer Began. Attempt 1"
            },
            {
                "controller:search": "Timer Stopped. 1 ms"
            },
            {
                "controller:search": {
                    "queryType": {
                        "autocomplete": {
                            "es_took": 18,
                            "response_time": 25,
                            "retries": 0,
                            "es_hits": 2273,
                            "es_result_count": 20
                        }
                    }
                }
            },
            {
                "controller:search": {
                    "ES_response": {
                        "docs": [
                            {
                                "center_point": {
                                    "lon": 123.875562,
                                    "lat": 10.568244
                                },
                                "parent": {
                                    "continent": [
                                        "Asia"
                                    ],
                                    "continent_id": [
                                        "102191569"
                                    ],
                                    "continent_a": [
                                        null
                                    ],
                                    "continent_source": [
                                        null
                                    ],
                                    "country": [
                                        "Philippines"
                                    ],
                                    "country_id": [
                                        "85632509"
                                    ],
                                    "country_a": [
                                        "PHL"
                                    ],
                                    "country_source": [
                                        null
                                    ],
                                    "region": [
                                        "Cebu Province"
                                    ],
                                    "region_id": [
                                        "85675939"
                                    ],
                                    "region_a": [
                                        "CB"
                                    ],
                                    "region_source": [
                                        null
                                    ]
                                },
                                "bounding_box": "{\"min_lat\":9.414528,\"max_lat\":11.354584,\"min_lon\":123.295441,\"max_lon\":124.567917}",
                                "name": {
                                    "default": [
                                        "Cebu Province",
                                        "Cebu"
                                    ],
                                    "ar": "سيبو",
                                    "bn": "সেবু",
                                    "ca": "Província de Cebú",
                                    "de": "Provinz Cebu",
                                    "el": "Κεμπού",
                                    "eo": "Provinco Cebuo",
                                    "fa": "جزیره سبو",
                                    "gl": "Cebú",
                                    "gu": "સિબુ",
                                    "he": "סבו",
                                    "hi": "सिबु",
                                    "hy": "Սեբու",
                                    "ia": "provincia Cebu",
                                    "it": "Provincia di Cebu",
                                    "ja": "セブ州",
                                    "kn": "ಸೆಬು",
                                    "ka": "სებუ",
                                    "ko": "세부 주",
                                    "la": "Caebua",
                                    "lv": "Sebu",
                                    "lt": "Sebu",
                                    "ml": "സെബൂ",
                                    "mr": "सिबू",
                                    "mk": "Себу",
                                    "oc": "Província de Cebu",
                                    "ru": "Себу",
                                    "si": "සේබූ",
                                    "es": "Cebú",
                                    "sr": "Себу",
                                    "ta": "செப்பு",
                                    "te": "సెబు",
                                    "th": "เซบู",
                                    "uk": "Себу",
                                    "ur": "کیبو",
                                    "yi": "סעבו",
                                    "zh": "宿霧省"
                                },
                                "addendum": {
                                    "concordances": "{\"fct:id\":\"021f8688-8f76-11e1-848f-cfd5bf3ef515\",\"fips:code\":\"RP21\",\"gn:id\":1717511,\"gp:id\":2346676,\"hasc:id\":\"PH.CB\",\"iso:code\":\"PH-CEB\",\"iso:id\":\"PH-CEB\",\"qs_pg:id\":903646,\"unlc:id\":\"PH-CEB\",\"wd:id\":\"Q13786\"}"
                                },
                                "source": "whosonfirst",
                                "source_id": "85675939",
                                "layer": "region",
                                "population": 4167320,
                                "_id": "whosonfirst:region:85675939",
                                "_score": 21.1606
                            },
                            {
                                "center_point": {
                                    "lon": 123.75,
                                    "lat": 10.33333
                                },
                                "parent": {
                                    "continent": [
                                        "Asia"
                                    ],
                                    "continent_id": [
                                        "102191569"
                                    ],
                                    "continent_a": [
                                        null
                                    ],
                                    "continent_source": [
                                        null
                                    ],
                                    "country": [
                                        "Philippines",
                                        "Pilipinas"
                                    ],
                                    "country_id": [
                                        "85632509"
                                    ],
                                    "country_a": [
                                        "PHL",
                                        null
                                    ],
                                    "country_source": [
                                        null
                                    ],
                                    "region": [
                                        "Cebu"
                                    ],
                                    "region_id": [
                                        "85675939"
                                    ],
                                    "region_a": [
                                        "CB"
                                    ],
                                    "region_source": [
                                        null
                                    ],
                                    "county": [
                                        "Naga"
                                    ],
                                    "county_id": [
                                        "1108698537"
                                    ],
                                    "county_a": [
                                        null
                                    ],
                                    "county_source": [
                                        null
                                    ]
                                },
                                "name": {
                                    "default": "Cebu"
                                },
                                "addendum": {
                                    "geonames": "{\"feature_code\":\"ISL\"}"
                                },
                                "source": "geonames",
                                "source_id": "1717513",
                                "category": [
                                    "natural"
                                ],
                                "layer": "venue",
                                "population": 4164535,
                                "_id": "geonames:venue:1717513",
                                "_score": 21.159729
                            },
                            {
                                "center_point": {
                                    "lon": 123.78021,
                                    "lat": 10.39597
                                },
                                "parent": {
                                    "continent": [
                                        "Asia"
                                    ],
                                    "continent_id": [
                                        "102191569"
                                    ],
                                    "continent_a": [
                                        null
                                    ],
                                    "continent_source": [
                                        null
                                    ],
                                    "country": [
                                        "Philippines",
                                        "Pilipinas"
                                    ],
                                    "country_id": [
                                        "85632509"
                                    ],
                                    "country_a": [
                                        "PHL",
                                        null
                                    ],
                                    "country_source": [
                                        null
                                    ],
                                    "region": [
                                        "Cebu"
                                    ],
                                    "region_id": [
                                        "85675939"
                                    ],
                                    "region_a": [
                                        "CB"
                                    ],
                                    "region_source": [
                                        null
                                    ],
                                    "county": [
                                        "Cebu City"
                                    ],
                                    "county_id": [
                                        "890432909"
                                    ],
                                    "county_a": [
                                        null
                                    ],
                                    "county_source": [
                                        null
                                    ]
                                },
                                "name": {
                                    "default": "Province of Cebu"
                                },
                                "addendum": {
                                    "geonames": "{\"feature_code\":\"ADM2\"}"
                                },
                                "source": "geonames",
                                "source_id": "1717511",
                                "category": [
                                    "admin:admin2",
                                    "admin"
                                ],
                                "layer": "county",
                                "population": 1412726,
                                "_id": "geonames:county:1717511",
                                "_score": 19.751204
                            },
                            {
                                "center_point": {
                                    "lon": 123.9,
                                    "lat": 10.3
                                },
                                "parent": {
                                    "continent": [
                                        "Asia"
                                    ],
                                    "continent_id": [
                                        "102191569"
                                    ],
                                    "continent_a": [
                                        null
                                    ],
                                    "continent_source": [
                                        null
                                    ],
                                    "country": [
                                        "Philippines",
                                        "Pilipinas"
                                    ],
                                    "country_id": [
                                        "85632509"
                                    ],
                                    "country_a": [
                                        "PHL",
                                        null
                                    ],
                                    "country_source": [
                                        null
                                    ],
                                    "region": [
                                        "Cebu"
                                    ],
                                    "region_id": [
                                        "85675939"
                                    ],
                                    "region_a": [
                                        "CB"
                                    ],
                                    "region_source": [
                                        null
                                    ],
                                    "county": [
                                        "Cebu City"
                                    ],
                                    "county_id": [
                                        "890432909"
                                    ],
                                    "county_a": [
                                        null
                                    ],
                                    "county_source": [
                                        null
                                    ],
                                    "locality": [
                                        "Cebu City"
                                    ],
                                    "locality_id": [
                                        "1717506"
                                    ],
                                    "locality_a": [
                                        null
                                    ],
                                    "locality_source": [
                                        null
                                    ]
                                },
                                "name": {
                                    "default": "Cebu City"
                                },
                                "addendum": {
                                    "geonames": "{\"feature_code\":\"ADM3\"}"
                                },
                                "source": "geonames",
                                "source_id": "1717506",
                                "category": [
                                    "admin"
                                ],
                                "layer": "locality",
                                "population": 965332,
                                "_id": "geonames:locality:1717506",
                                "_score": 19.25506
                            },
                            {
                                "center_point": {
                                    "lon": 123.89071,
                                    "lat": 10.31672
                                },
                                "parent": {
                                    "continent": [
                                        "Asia"
                                    ],
                                    "continent_id": [
                                        "102191569"
                                    ],
                                    "continent_a": [
                                        null
                                    ],
                                    "continent_source": [
                                        null
                                    ],
                                    "country": [
                                        "Philippines",
                                        "Pilipinas"
                                    ],
                                    "country_id": [
                                        "85632509"
                                    ],
                                    "country_a": [
                                        "PHL",
                                        null
                                    ],
                                    "country_source": [
                                        null
                                    ],
                                    "region": [
                                        "Cebu"
                                    ],
                                    "region_id": [
                                        "85675939"
                                    ],
                                    "region_a": [
                                        "CB"
                                    ],
                                    "region_source": [
                                        null
                                    ],
                                    "county": [
                                        "Cebu City"
                                    ],
                                    "county_id": [
                                        "890432909"
                                    ],
                                    "county_a": [
                                        null
                                    ],
                                    "county_source": [
                                        null
                                    ],
                                    "locality": [
                                        "Cebu City"
                                    ],
                                    "locality_id": [
                                        "1717512"
                                    ],
                                    "locality_a": [
                                        null
                                    ],
                                    "locality_source": [
                                        null
                                    ]
                                },
                                "name": {
                                    "default": "Cebu City"
                                },
                                "addendum": {
                                    "geonames": "{\"feature_code\":\"PPLA\"}"
                                },
                                "source": "geonames",
                                "source_id": "1717512",
                                "category": [
                                    "admin:city",
                                    "admin"
                                ],
                                "layer": "locality",
                                "population": 965332,
                                "_id": "geonames:locality:1717512",
                                "_score": 19.25506
                            },
                            {
                                "center_point": {
                                    "lon": 123.857121,
                                    "lat": 10.403414
                                },
                                "parent": {
                                    "continent": [
                                        "Asia"
                                    ],
                                    "continent_id": [
                                        "102191569"
                                    ],
                                    "continent_a": [
                                        null
                                    ],
                                    "continent_source": [
                                        null
                                    ],
                                    "country": [
                                        "Philippines"
                                    ],
                                    "country_id": [
                                        "85632509"
                                    ],
                                    "country_a": [
                                        "PHL"
                                    ],
                                    "country_source": [
                                        null
                                    ],
                                    "county": [
                                        "Cebu Municipality"
                                    ],
                                    "county_id": [
                                        "890432909"
                                    ],
                                    "county_a": [
                                        null
                                    ],
                                    "county_source": [
                                        null
                                    ],
                                    "region": [
                                        "Cebu Province"
                                    ],
                                    "region_id": [
                                        "85675939"
                                    ],
                                    "region_a": [
                                        "CB"
                                    ],
                                    "region_source": [
                                        null
                                    ]
                                },
                                "bounding_box": "{\"min_lat\":10.261215,\"max_lat\":10.539132,\"min_lon\":123.762114,\"max_lon\":123.936278}",
                                "name": {
                                    "default": [
                                        "Cebu Municipality",
                                        "Cebu City"
                                    ],
                                    "af": "Cebu Stad",
                                    "ar": "مدينة سيبو",
                                    "az": "Sebu",
                                    "be": "Себу",
                                    "bn": "সেবু শহর",
                                    "bg": "Себу",
                                    "ca": "Cebú",
                                    "ce": "Себу",
                                    "de": "Cebu-Stadt",
                                    "el": "Κεμπού Σίτι",
                                    "eo": "Cebuurbo",
                                    "eu": "Cebu Hiria",
                                    "fa": "سبو",
                                    "gl": "Cebú",
                                    "gu": "સેબુ શહેર",
                                    "he": "סבו סיטי",
                                    "hi": "सेबु सिटी",
                                    "hy": "Սեբու",
                                    "ja": "セブ州",
                                    "kn": "ಸೆಬು ನಗರ",
                                    "ka": "სებუ",
                                    "ko": "세부",
                                    "la": "Caebua",
                                    "lv": "Sebu",
                                    "lt": "Sebu",
                                    "mr": "सेबु शहर",
                                    "mk": "Себу",
                                    "mn": "Себу",
                                    "ms": "Bandar Cebu",
                                    "my": "စီဘူးမြို့",
                                    "nn": "Byen Cebu",
                                    "os": "Себу",
                                    "ro": "Cebú",
                                    "ru": "Себу",
                                    "si": "සෙබු නගරය",
                                    "es": "Ciudad de Cebú",
                                    "ta": "செபு நகரம்",
                                    "tt": "Себу-Сити",
                                    "te": "సెబు సిటీ",
                                    "tl": "Lungsod ng Cebu",
                                    "th": "เซบู",
                                    "uk": "Себу",
                                    "ur": "سیبو شہر",
                                    "uz": "Sebu",
                                    "yi": "סעבו",
                                    "zh": "ËÞ„ÕÊÐ"
                                },
                                "addendum": {
                                    "concordances": "{\"gn:id\":1717506,\"hasc:id\":\"PH.CB.CB\",\"qs_pg:id\":87997,\"wd:id\":\"Q1467\",\"wk:page\":\"Cebu City\"}"
                                },
                                "source": "whosonfirst",
                                "source_id": "890432909",
                                "layer": "county",
                                "population": 799768,
                                "_id": "whosonfirst:county:890432909",
                                "_score": 19.009922
                            },
                            {
                                "center_point": {
                                    "lon": 123.898304,
                                    "lat": 10.296323
                                },
                                "parent": {
                                    "continent": [
                                        "Asia"
                                    ],
                                    "continent_id": [
                                        "102191569"
                                    ],
                                    "continent_a": [
                                        null
                                    ],
                                    "continent_source": [
                                        null
                                    ],
                                    "country": [
                                        "Philippines"
                                    ],
                                    "country_id": [
                                        "85632509"
                                    ],
                                    "country_a": [
                                        "PHL"
                                    ],
                                    "country_source": [
                                        null
                                    ],
                                    "county": [
                                        "Cebu Municipality"
                                    ],
                                    "county_id": [
                                        "890432909"
                                    ],
                                    "county_a": [
                                        null
                                    ],
                                    "county_source": [
                                        null
                                    ],
                                    "locality": [
                                        "Cebu"
                                    ],
                                    "locality_id": [
                                        "421175823"
                                    ],
                                    "locality_a": [
                                        null
                                    ],
                                    "locality_source": [
                                        null
                                    ],
                                    "region": [
                                        "Cebu Province"
                                    ],
                                    "region_id": [
                                        "85675939"
                                    ],
                                    "region_a": [
                                        "CB"
                                    ],
                                    "region_source": [
                                        null
                                    ]
                                },
                                "bounding_box": "{\"min_lat\":10.259725,\"max_lat\":10.380919,\"min_lon\":123.798159,\"max_lon\":123.931003}",
                                "name": {
                                    "default": [
                                        "Cebu",
                                        "City of Cebu"
                                    ],
                                    "af": "Cebu Stad",
                                    "ar": "مدينة سيبو",
                                    "az": "Sebu",
                                    "be": "Себу",
                                    "bn": "সেবু শহর",
                                    "bg": "Себу",
                                    "cs": "Cebu City",
                                    "ce": "Себу",
                                    "cy": "Cebu City",
                                    "da": "Cebu City",
                                    "de": "Cebu City",
                                    "el": "Κεμπού Σίτι",
                                    "eo": "Cebuurbo",
                                    "eu": "Cebu Hiria",
                                    "fa": "سبو",
                                    "fj": "Cebu City",
                                    "ga": "Cebu City",
                                    "gl": "Cebú",
                                    "gu": "સેબુ શહેર",
                                    "ha": "Cebu City",
                                    "he": "סבו סיטי",
                                    "hi": "सेबु सिटी",
                                    "ho": "Cebu City",
                                    "hy": "Սեբու",
                                    "ig": "Cebu City",
                                    "id": "Kota Cebu",
                                    "jv": "Cebu City",
                                    "ja": "セブ",
                                    "kn": "ಸೆಬು ನಗರ",
                                    "ka": "სებუ",
                                    "kg": "Cebu City",
                                    "ko": "세부",
                                    "la": "Cebu City",
                                    "lv": "Sebu",
                                    "lt": "Sebu",
                                    "mr": "सेबु शहर",
                                    "mk": "Себу",
                                    "mg": "Cebu City",
                                    "mn": "Себу",
                                    "mi": "Cebu City",
                                    "ms": "Bandar Cebu",
                                    "my": "စီဘူးမြို့",
                                    "na": "Cebu City",
                                    "nl": "Cebu City",
                                    "nn": "Byen Cebu",
                                    "nb": "Cebu City",
                                    "no": "Cebu City",
                                    "om": "Cebu City",
                                    "os": "Себу",
                                    "ru": "Себу",
                                    "si": "සෙබු නගරය",
                                    "sm": "Cebu City",
                                    "es": "Cebú",
                                    "su": "Cebu City",
                                    "sw": "Cebu City",
                                    "sv": "Cebu City",
                                    "ty": "Cebu City",
                                    "ta": "செபு நகரம்",
                                    "tt": "Себу-Сити",
                                    "te": "సెబు సిటీ",
                                    "tl": "Lungsod ng Cebu",
                                    "th": "เซบูซิตี้",
                                    "tr": "Cebu City",
                                    "uk": "Себу",
                                    "ur": "کیبو",
                                    "uz": "Sebu",
                                    "xh": "Cebu City",
                                    "yi": "סעבו",
                                    "yo": "Cebu City",
                                    "zh": "宿霧市",
                                    "zu": "Cebu City"
                                },
                                "addendum": {
                                    "concordances": "{\"gn:id\":1717512,\"gp:id\":1199079,\"loc:id\":\"n82242501\",\"ne:id\":1159150721,\"qs_pg:id\":1032883,\"wd:id\":\"Q1467\",\"wk:page\":\"Cebu City\"}"
                                },
                                "source": "whosonfirst",
                                "source_id": "421175823",
                                "layer": "locality",
                                "population": 798634,
                                "_id": "whosonfirst:locality:421175823",
                                "_score": 19.008074
                            },
                            {
                                "center_point": {
                                    "lon": 124.96833,
                                    "lat": 6.38806
                                },
                                "parent": {
                                    "continent": [
                                        "Asia"
                                    ],
                                    "continent_id": [
                                        "102191569"
                                    ],
                                    "continent_a": [
                                        null
                                    ],
                                    "continent_source": [
                                        null
                                    ],
                                    "country": [
                                        "Philippines"
                                    ],
                                    "country_id": [
                                        "85632509"
                                    ],
                                    "country_a": [
                                        "PHL"
                                    ],
                                    "country_source": [
                                        null
                                    ],
                                    "county": [
                                        "Tupi Municipality"
                                    ],
                                    "county_id": [
                                        "1108699813"
                                    ],
                                    "county_a": [
                                        null
                                    ],
                                    "county_source": [
                                        null
                                    ],
                                    "locality": [
                                        "Cebuano"
                                    ],
                                    "locality_id": [
                                        "1125848041"
                                    ],
                                    "locality_a": [
                                        null
                                    ],
                                    "locality_source": [
                                        null
                                    ],
                                    "region": [
                                        "South Cotabato Province"
                                    ],
                                    "region_id": [
                                        "85676263"
                                    ],
                                    "region_a": [
                                        "SC"
                                    ],
                                    "region_source": [
                                        null
                                    ]
                                },
                                "bounding_box": "{\"min_lat\":6.36806,\"max_lat\":6.40806,\"min_lon\":124.94833,\"max_lon\":124.98833}",
                                "name": {
                                    "default": "Cebuano",
                                    "sm": "Fa'asepuano",
                                    "tl": "Sugboanon"
                                },
                                "addendum": {
                                    "concordances": "{\"gn:id\":1717509,\"qs_pg:id\":87986,\"qs:id\":87986}"
                                },
                                "source": "whosonfirst",
                                "source_id": "1125848041",
                                "layer": "locality",
                                "population": 5430,
                                "_id": "whosonfirst:locality:1125848041",
                                "_score": 12.50567
                            },
                            {
                                "center_point": {
                                    "lon": 124.96841,
                                    "lat": 6.38794
                                },
                                "parent": {
                                    "continent": [
                                        "Asia"
                                    ],
                                    "continent_id": [
                                        "102191569"
                                    ],
                                    "continent_a": [
                                        null
                                    ],
                                    "continent_source": [
                                        null
                                    ],
                                    "country": [
                                        "Philippines",
                                        "Pilipinas"
                                    ],
                                    "country_id": [
                                        "85632509"
                                    ],
                                    "country_a": [
                                        "PHL",
                                        null
                                    ],
                                    "country_source": [
                                        null
                                    ],
                                    "region": [
                                        "South Cotabato"
                                    ],
                                    "region_id": [
                                        "85676263"
                                    ],
                                    "region_a": [
                                        "SC"
                                    ],
                                    "region_source": [
                                        null
                                    ],
                                    "county": [
                                        "Tupi"
                                    ],
                                    "county_id": [
                                        "1108699813"
                                    ],
                                    "county_a": [
                                        null
                                    ],
                                    "county_source": [
                                        null
                                    ],
                                    "locality": [
                                        "Cebuano"
                                    ],
                                    "locality_id": [
                                        "1717509"
                                    ],
                                    "locality_a": [
                                        null
                                    ],
                                    "locality_source": [
                                        null
                                    ]
                                },
                                "name": {
                                    "default": "Cebuano"
                                },
                                "addendum": {
                                    "geonames": "{\"feature_code\":\"PPL\"}"
                                },
                                "source": "geonames",
                                "source_id": "1717509",
                                "category": [
                                    "admin:city",
                                    "admin"
                                ],
                                "layer": "locality",
                                "population": 5430,
                                "_id": "geonames:locality:1717509",
                                "_score": 12.50567
                            },
                            {
                                "center_point": {
                                    "lon": 125.03361,
                                    "lat": 7.09528
                                },
                                "parent": {
                                    "continent": [
                                        "Asia"
                                    ],
                                    "continent_id": [
                                        "102191569"
                                    ],
                                    "continent_a": [
                                        null
                                    ],
                                    "continent_source": [
                                        null
                                    ],
                                    "country": [
                                        "Philippines"
                                    ],
                                    "country_id": [
                                        "85632509"
                                    ],
                                    "country_a": [
                                        "PHL"
                                    ],
                                    "country_source": [
                                        null
                                    ],
                                    "county": [
                                        "President Roxas Municipality"
                                    ],
                                    "county_id": [
                                        "1108698965"
                                    ],
                                    "county_a": [
                                        null
                                    ],
                                    "county_source": [
                                        null
                                    ],
                                    "locality": [
                                        "New Cebu"
                                    ],
                                    "locality_id": [
                                        "890434175"
                                    ],
                                    "locality_a": [
                                        null
                                    ],
                                    "locality_source": [
                                        null
                                    ],
                                    "region": [
                                        "North Cotabato Province"
                                    ],
                                    "region_id": [
                                        "85676179"
                                    ],
                                    "region_a": [
                                        "NC"
                                    ],
                                    "region_source": [
                                        null
                                    ]
                                },
                                "bounding_box": "{\"min_lat\":7.07528,\"max_lat\":7.11528,\"min_lon\":125.01361,\"max_lon\":125.05361}",
                                "name": {
                                    "default": "New Cebu"
                                },
                                "addendum": {
                                    "concordances": "{\"gn:id\":1697775,\"gp:id\":91419885,\"qs_pg:id\":134741}"
                                },
                                "source": "whosonfirst",
                                "source_id": "890434175",
                                "layer": "locality",
                                "population": 2895,
                                "_id": "whosonfirst:locality:890434175",
                                "_score": 11.686426
                            },
                            {
                                "center_point": {
                                    "lon": 125.03361,
                                    "lat": 7.09528
                                },
                                "parent": {
                                    "continent": [
                                        "Asia"
                                    ],
                                    "continent_id": [
                                        "102191569"
                                    ],
                                    "continent_a": [
                                        null
                                    ],
                                    "continent_source": [
                                        null
                                    ],
                                    "country": [
                                        "Philippines",
                                        "Pilipinas"
                                    ],
                                    "country_id": [
                                        "85632509"
                                    ],
                                    "country_a": [
                                        "PHL",
                                        null
                                    ],
                                    "country_source": [
                                        null
                                    ],
                                    "region": [
                                        "North Cotabato"
                                    ],
                                    "region_id": [
                                        "85676179"
                                    ],
                                    "region_a": [
                                        "NC"
                                    ],
                                    "region_source": [
                                        null
                                    ],
                                    "county": [
                                        "President Roxas"
                                    ],
                                    "county_id": [
                                        "1108698965"
                                    ],
                                    "county_a": [
                                        null
                                    ],
                                    "county_source": [
                                        null
                                    ],
                                    "locality": [
                                        "New Cebu"
                                    ],
                                    "locality_id": [
                                        "1697775"
                                    ],
                                    "locality_a": [
                                        null
                                    ],
                                    "locality_source": [
                                        null
                                    ]
                                },
                                "name": {
                                    "default": "New Cebu"
                                },
                                "addendum": {
                                    "geonames": "{\"feature_code\":\"PPL\"}"
                                },
                                "source": "geonames",
                                "source_id": "1697775",
                                "category": [
                                    "admin:city",
                                    "admin"
                                ],
                                "layer": "locality",
                                "population": 2895,
                                "_id": "geonames:locality:1697775",
                                "_score": 11.686426
                            },
                            {
                                "center_point": {
                                    "lon": 123.989869,
                                    "lat": 10.314235
                                },
                                "parent": {
                                    "continent": [
                                        "Asia"
                                    ],
                                    "continent_id": [
                                        "102191569"
                                    ],
                                    "continent_a": [
                                        null
                                    ],
                                    "continent_source": [
                                        null
                                    ],
                                    "country": [
                                        "Philippines",
                                        "Pilipinas"
                                    ],
                                    "country_id": [
                                        "85632509"
                                    ],
                                    "country_a": [
                                        "PHL",
                                        null
                                    ],
                                    "country_source": [
                                        null
                                    ],
                                    "region": [
                                        "Lapu-Lapu"
                                    ],
                                    "region_id": [
                                        "85676291"
                                    ],
                                    "region_a": [
                                        "CB"
                                    ],
                                    "region_source": [
                                        null
                                    ],
                                    "county": [
                                        "Lapu-lapu City"
                                    ],
                                    "county_id": [
                                        "1108698011"
                                    ],
                                    "county_a": [
                                        null
                                    ],
                                    "county_source": [
                                        null
                                    ]
                                },
                                "bounding_box": "{\"min_lat\":10.2962602,\"max_lat\":10.3270832,\"min_lon\":123.9722116,\"max_lon\":123.9943224}",
                                "popularity": 12400,
                                "name": {
                                    "default": [
                                        "Mactan–Cebu International Airport",
                                        "Mactan Airport",
                                        "Cebu Airport",
                                        "MCIA",
                                        "CEB",
                                        "CEB Airport"
                                    ],
                                    "ja": "マクタン・セブ国際空港",
                                    "ko": "막탄 세부 국제공항",
                                    "ms": "Lapangan Terbang Antarabangsa Mactan-Cebu",
                                    "tl": "Paliparang Pandaigdig ng Mactan-Cebu"
                                },
                                "address_parts": {
                                    "zip": "6016"
                                },
                                "addendum": {
                                    "osm": "{\"wheelchair\":\"yes\",\"iata\":\"CEB\",\"icao\":\"RPVM\",\"wikidata\":\"Q1048704\",\"wikipedia\":\"en:Mactan–Cebu International Airport\",\"operator\":\"Mactan Cebu International Airport Authority\",\"website\":\"https://mciaa.gov.ph/\"}"
                                },
                                "source": "openstreetmap",
                                "source_id": "relation/4040104",
                                "category": [
                                    "transport",
                                    "transport:air",
                                    "transport:air:aerodrome"
                                ],
                                "layer": "venue",
                                "_id": "openstreetmap:venue:relation/4040104",
                                "_score": 5.9965467
                            },
                            {
                                "center_point": {
                                    "lon": 123.933131,
                                    "lat": 10.319969
                                },
                                "parent": {
                                    "continent": [
                                        "Asia"
                                    ],
                                    "continent_id": [
                                        "102191569"
                                    ],
                                    "continent_a": [
                                        null
                                    ],
                                    "continent_source": [
                                        null
                                    ]
                                },
                                "bounding_box": "{\"min_lat\":10.3193355,\"max_lat\":10.3205184,\"min_lon\":123.9325119,\"max_lon\":123.9336806}",
                                "popularity": 11400,
                                "name": {
                                    "default": "Cebu Doctors University"
                                },
                                "address_parts": {
                                    "number": "1",
                                    "zip": "6014",
                                    "street": "Dr. P. V. Larrazabal Jr. Avenue"
                                },
                                "addendum": {
                                    "osm": "{\"wikidata\":\"Q5055806\",\"wikipedia\":\"en:Cebu Doctors' University\",\"website\":\"https://cebudoctorsuniversity.edu/\",\"phone\":\"+63 32 238 8333\",\"opening_hours\":\"Mo-Sa 08:00-12:00, 13:00-17:00\"}"
                                },
                                "source": "openstreetmap",
                                "source_id": "way/97924550",
                                "category": [
                                    "education"
                                ],
                                "layer": "venue",
                                "_id": "openstreetmap:venue:way/97924550",
                                "_score": 5.960033
                            },
                            {
                                "center_point": {
                                    "lon": 123.896706,
                                    "lat": 10.307305
                                },
                                "parent": {
                                    "continent": [
                                        "Asia"
                                    ],
                                    "continent_id": [
                                        "102191569"
                                    ],
                                    "continent_a": [
                                        null
                                    ],
                                    "continent_source": [
                                        null
                                    ],
                                    "country": [
                                        "Philippines",
                                        "Pilipinas"
                                    ],
                                    "country_id": [
                                        "85632509"
                                    ],
                                    "country_a": [
                                        "PHL",
                                        null
                                    ],
                                    "country_source": [
                                        null
                                    ],
                                    "region": [
                                        "Cebu"
                                    ],
                                    "region_id": [
                                        "85675939"
                                    ],
                                    "region_a": [
                                        "CB"
                                    ],
                                    "region_source": [
                                        null
                                    ],
                                    "county": [
                                        "Cebu City"
                                    ],
                                    "county_id": [
                                        "890432909"
                                    ],
                                    "county_a": [
                                        null
                                    ],
                                    "county_source": [
                                        null
                                    ],
                                    "locality": [
                                        "Cebu",
                                        "City of Cebu"
                                    ],
                                    "locality_id": [
                                        "421175823"
                                    ],
                                    "locality_a": [
                                        null
                                    ],
                                    "locality_source": [
                                        null
                                    ]
                                },
                                "bounding_box": "{\"min_lat\":10.307114,\"max_lat\":10.3076361,\"min_lon\":123.8963936,\"max_lon\":123.8970196}",
                                "popularity": 10000,
                                "name": {
                                    "default": [
                                        "Cebu Institute of Medicine",
                                        "Cebu Velez General Hospital"
                                    ]
                                },
                                "address_parts": {
                                    "zip": "6000",
                                    "street": "F. Ramos Street"
                                },
                                "addendum": {
                                    "osm": "{\"wikidata\":\"Q5055811\",\"wikipedia\":\"en:Cebu Institute of Medicine\",\"operator\":\"Cebu Velez General Hospital\"}"
                                },
                                "source": "openstreetmap",
                                "source_id": "way/265556079",
                                "category": [
                                    "education",
                                    "health"
                                ],
                                "layer": "venue",
                                "_id": "openstreetmap:venue:way/265556079",
                                "_score": 5.9031334
                            },
                            {
                                "center_point": {
                                    "lon": 123.891963,
                                    "lat": 10.314314
                                },
                                "parent": {
                                    "continent": [
                                        "Asia"
                                    ],
                                    "continent_id": [
                                        "102191569"
                                    ],
                                    "continent_a": [
                                        null
                                    ],
                                    "continent_source": [
                                        null
                                    ],
                                    "country": [
                                        "Philippines",
                                        "Pilipinas"
                                    ],
                                    "country_id": [
                                        "85632509"
                                    ],
                                    "country_a": [
                                        "PHL",
                                        null
                                    ],
                                    "country_source": [
                                        null
                                    ],
                                    "region": [
                                        "Cebu"
                                    ],
                                    "region_id": [
                                        "85675939"
                                    ],
                                    "region_a": [
                                        "CB"
                                    ],
                                    "region_source": [
                                        null
                                    ],
                                    "county": [
                                        "Cebu City"
                                    ],
                                    "county_id": [
                                        "890432909"
                                    ],
                                    "county_a": [
                                        null
                                    ],
                                    "county_source": [
                                        null
                                    ],
                                    "locality": [
                                        "Cebu",
                                        "City of Cebu"
                                    ],
                                    "locality_id": [
                                        "421175823"
                                    ],
                                    "locality_a": [
                                        null
                                    ],
                                    "locality_source": [
                                        null
                                    ]
                                },
                                "bounding_box": "{\"min_lat\":10.3139601,\"max_lat\":10.3149678,\"min_lon\":123.8915496,\"max_lon\":123.892327}",
                                "popularity": 9400,
                                "name": {
                                    "default": "Cebu Doctors' University Hospital"
                                },
                                "address_parts": {
                                    "zip": "6000",
                                    "street": "Osmeña Boulevard"
                                },
                                "addendum": {
                                    "osm": "{\"wikidata\":\"Q5055804\",\"wikipedia\":\"en:Cebu Doctors' University Hospital\",\"website\":\"http://cduh.com.ph\",\"phone\":\"+63 32 255 5555\",\"opening_hours\":\"24/7\"}"
                                },
                                "source": "openstreetmap",
                                "source_id": "relation/12661604",
                                "category": [
                                    "health"
                                ],
                                "layer": "venue",
                                "_id": "openstreetmap:venue:relation/12661604",
                                "_score": 5.876264
                            },
                            {
                                "center_point": {
                                    "lon": 123.9074,
                                    "lat": 10.318321
                                },
                                "parent": {
                                    "continent": [
                                        "Asia"
                                    ],
                                    "continent_id": [
                                        "102191569"
                                    ],
                                    "continent_a": [
                                        null
                                    ],
                                    "continent_source": [
                                        null
                                    ],
                                    "country": [
                                        "Philippines",
                                        "Pilipinas"
                                    ],
                                    "country_id": [
                                        "85632509"
                                    ],
                                    "country_a": [
                                        "PHL",
                                        null
                                    ],
                                    "country_source": [
                                        null
                                    ],
                                    "region": [
                                        "Cebu"
                                    ],
                                    "region_id": [
                                        "85675939"
                                    ],
                                    "region_a": [
                                        "CB"
                                    ],
                                    "region_source": [
                                        null
                                    ],
                                    "county": [
                                        "Cebu City"
                                    ],
                                    "county_id": [
                                        "890432909"
                                    ],
                                    "county_a": [
                                        null
                                    ],
                                    "county_source": [
                                        null
                                    ],
                                    "locality": [
                                        "Cebu",
                                        "City of Cebu"
                                    ],
                                    "locality_id": [
                                        "421175823"
                                    ],
                                    "locality_a": [
                                        null
                                    ],
                                    "locality_source": [
                                        null
                                    ]
                                },
                                "bounding_box": "{\"min_lat\":10.3180894,\"max_lat\":10.318546,\"min_lon\":123.9071555,\"max_lon\":123.9076221}",
                                "popularity": 9000,
                                "name": {
                                    "default": "Masters Tower Cebu"
                                },
                                "source": "openstreetmap",
                                "source_id": "way/1150614661",
                                "layer": "venue",
                                "_id": "openstreetmap:venue:way/1150614661",
                                "_score": 5.857381
                            },
                            {
                                "center_point": {
                                    "lon": 123.902712,
                                    "lat": 10.293997
                                },
                                "parent": {
                                    "continent": [
                                        "Asia"
                                    ],
                                    "continent_id": [
                                        "102191569"
                                    ],
                                    "continent_a": [
                                        null
                                    ],
                                    "continent_source": [
                                        null
                                    ],
                                    "country": [
                                        "Philippines",
                                        "Pilipinas"
                                    ],
                                    "country_id": [
                                        "85632509"
                                    ],
                                    "country_a": [
                                        "PHL",
                                        null
                                    ],
                                    "country_source": [
                                        null
                                    ],
                                    "region": [
                                        "Cebu"
                                    ],
                                    "region_id": [
                                        "85675939"
                                    ],
                                    "region_a": [
                                        "CB"
                                    ],
                                    "region_source": [
                                        null
                                    ],
                                    "county": [
                                        "Cebu City"
                                    ],
                                    "county_id": [
                                        "890432909"
                                    ],
                                    "county_a": [
                                        null
                                    ],
                                    "county_source": [
                                        null
                                    ],
                                    "locality": [
                                        "Cebu",
                                        "City of Cebu"
                                    ],
                                    "locality_id": [
                                        "421175823"
                                    ],
                                    "locality_a": [
                                        null
                                    ],
                                    "locality_source": [
                                        null
                                    ]
                                },
                                "popularity": 9000,
                                "name": {
                                    "default": "Basilica Minore del Santo Niño de Cebu Pilgrim Center"
                                },
                                "address_parts": {
                                    "zip": "6000",
                                    "street": "Osmeña Boulevard"
                                },
                                "addendum": {
                                    "osm": "{\"wikidata\":\"Q666552\",\"wikipedia\":\"en:Basilica del Santo Niño\"}"
                                },
                                "source": "openstreetmap",
                                "source_id": "node/10757993558",
                                "category": [
                                    "religion"
                                ],
                                "layer": "venue",
                                "_id": "openstreetmap:venue:node/10757993558",
                                "_score": 5.857381
                            },
                            {
                                "center_point": {
                                    "lon": 123.904397,
                                    "lat": 10.291793
                                },
                                "parent": {
                                    "continent": [
                                        "Asia"
                                    ],
                                    "continent_id": [
                                        "102191569"
                                    ],
                                    "continent_a": [
                                        null
                                    ],
                                    "continent_source": [
                                        null
                                    ],
                                    "country": [
                                        "Philippines",
                                        "Pilipinas"
                                    ],
                                    "country_id": [
                                        "85632509"
                                    ],
                                    "country_a": [
                                        "PHL",
                                        null
                                    ],
                                    "country_source": [
                                        null
                                    ],
                                    "region": [
                                        "Cebu"
                                    ],
                                    "region_id": [
                                        "85675939"
                                    ],
                                    "region_a": [
                                        "CB"
                                    ],
                                    "region_source": [
                                        null
                                    ],
                                    "county": [
                                        "Cebu City"
                                    ],
                                    "county_id": [
                                        "890432909"
                                    ],
                                    "county_a": [
                                        null
                                    ],
                                    "county_source": [
                                        null
                                    ],
                                    "locality": [
                                        "Cebu",
                                        "City of Cebu"
                                    ],
                                    "locality_id": [
                                        "421175823"
                                    ],
                                    "locality_a": [
                                        null
                                    ],
                                    "locality_source": [
                                        null
                                    ]
                                },
                                "bounding_box": "{\"min_lat\":10.2915799,\"max_lat\":10.2919086,\"min_lon\":123.9041533,\"max_lon\":123.9046485}",
                                "popularity": 9000,
                                "name": {
                                    "default": "National Museum of the Philippines - Cebu"
                                },
                                "address_parts": {
                                    "zip": "6000",
                                    "street": "Pigafetta Street"
                                },
                                "addendum": {
                                    "osm": "{\"wikipedia\":\"en:Malacañang sa Sugbo\",\"opening_hours\":\"Mo-Su 09:00-16:30\"}"
                                },
                                "source": "openstreetmap",
                                "source_id": "way/332819318",
                                "category": [
                                    "education",
                                    "entertainment"
                                ],
                                "layer": "venue",
                                "_id": "openstreetmap:venue:way/332819318",
                                "_score": 5.857381
                            },
                            {
                                "center_point": {
                                    "lon": 123.90449,
                                    "lat": 10.318047
                                },
                                "parent": {
                                    "continent": [
                                        "Asia"
                                    ],
                                    "continent_id": [
                                        "102191569"
                                    ],
                                    "continent_a": [
                                        null
                                    ],
                                    "continent_source": [
                                        null
                                    ],
                                    "country": [
                                        "Philippines",
                                        "Pilipinas"
                                    ],
                                    "country_id": [
                                        "85632509"
                                    ],
                                    "country_a": [
                                        "PHL",
                                        null
                                    ],
                                    "country_source": [
                                        null
                                    ],
                                    "region": [
                                        "Cebu"
                                    ],
                                    "region_id": [
                                        "85675939"
                                    ],
                                    "region_a": [
                                        "CB"
                                    ],
                                    "region_source": [
                                        null
                                    ],
                                    "county": [
                                        "Cebu City"
                                    ],
                                    "county_id": [
                                        "890432909"
                                    ],
                                    "county_a": [
                                        null
                                    ],
                                    "county_source": [
                                        null
                                    ],
                                    "locality": [
                                        "Cebu",
                                        "City of Cebu"
                                    ],
                                    "locality_id": [
                                        "421175823"
                                    ],
                                    "locality_a": [
                                        null
                                    ],
                                    "locality_source": [
                                        null
                                    ]
                                },
                                "popularity": 8400,
                                "name": {
                                    "default": "Yankee Candle At Rustans Cebu"
                                },
                                "address_parts": {
                                    "zip": "6000",
                                    "street": "Bohol Avenue"
                                },
                                "addendum": {
                                    "osm": "{\"wikidata\":\"Q8048733\",\"wikipedia\":\"en:Yankee Candle\",\"operator\":\"Perfect Serenity Bliss Inc.\",\"brand\":\"Yankee Candle\",\"website\":\"https://serenitybliss.com.ph/\",\"phone\":\"09606872241\",\"opening_hours\":\"Mo-Su 10:00-21:00\"}"
                                },
                                "source": "openstreetmap",
                                "source_id": "node/10822973321",
                                "layer": "venue",
                                "_id": "openstreetmap:venue:node/10822973321",
                                "_score": 5.827421
                            },
                            {
                                "center_point": {
                                    "lon": 123.896648,
                                    "lat": 10.307214
                                },
                                "parent": {
                                    "continent": [
                                        "Asia"
                                    ],
                                    "continent_id": [
                                        "102191569"
                                    ],
                                    "continent_a": [
                                        null
                                    ],
                                    "continent_source": [
                                        null
                                    ],
                                    "country": [
                                        "Philippines",
                                        "Pilipinas"
                                    ],
                                    "country_id": [
                                        "85632509"
                                    ],
                                    "country_a": [
                                        "PHL",
                                        null
                                    ],
                                    "country_source": [
                                        null
                                    ],
                                    "region": [
                                        "Cebu"
                                    ],
                                    "region_id": [
                                        "85675939"
                                    ],
                                    "region_a": [
                                        "CB"
                                    ],
                                    "region_source": [
                                        null
                                    ],
                                    "county": [
                                        "Cebu City"
                                    ],
                                    "county_id": [
                                        "890432909"
                                    ],
                                    "county_a": [
                                        null
                                    ],
                                    "county_source": [
                                        null
                                    ],
                                    "locality": [
                                        "Cebu",
                                        "City of Cebu"
                                    ],
                                    "locality_id": [
                                        "421175823"
                                    ],
                                    "locality_a": [
                                        null
                                    ],
                                    "locality_source": [
                                        null
                                    ]
                                },
                                "popularity": 8400,
                                "name": {
                                    "default": "Cebu Institute Of Medicine"
                                },
                                "address_parts": {
                                    "number": "79",
                                    "zip": "6000",
                                    "street": "F. Ramos Street"
                                },
                                "addendum": {
                                    "osm": "{\"wheelchair\":\"yes\",\"wikidata\":\"Q5055811\",\"wikipedia\":\"en:Cebu Institute of Medicine\",\"website\":\"http://cim.edu.ph/\",\"phone\":\"+63 32 253 7412\"}"
                                },
                                "source": "openstreetmap",
                                "source_id": "node/369910806",
                                "category": [
                                    "education"
                                ],
                                "layer": "venue",
                                "_id": "openstreetmap:venue:node/369910806",
                                "_score": 5.827421
                            }
                        ],
                        "meta": {
                            "scores": [
                                21.1606,
                                21.159729,
                                19.751204,
                                19.25506,
                                19.25506,
                                19.009922,
                                19.008074,
                                12.50567,
                                12.50567,
                                11.686426,
                                11.686426,
                                5.9965467,
                                5.960033,
                                5.9031334,
                                5.876264,
                                5.857381,
                                5.857381,
                                5.857381,
                                5.827421,
                                5.827421
                            ],
                            "query_type": "autocomplete"
                        },
                        "data": {
                            "took": 18,
                            "timed_out": false,
                            "_shards": {
                                "total": 12,
                                "successful": 12,
                                "skipped": 0,
                                "failed": 0
                            },
                            "hits": {
                                "total": {
                                    "value": 2273,
                                    "relation": "eq"
                                },
                                "max_score": 21.1606,
                                "hits": [
                                    {
                                        "_index": "pelias-planet-standard-es7-2025.11.03-135145",
                                        "_type": "_doc",
                                        "_id": "whosonfirst:region:85675939",
                                        "_score": 21.1606,
                                        "_source": {
                                            "center_point": {
                                                "lon": 123.875562,
                                                "lat": 10.568244
                                            },
                                            "parent": {
                                                "continent": [
                                                    "Asia"
                                                ],
                                                "continent_id": [
                                                    "102191569"
                                                ],
                                                "continent_a": [
                                                    null
                                                ],
                                                "continent_source": [
                                                    null
                                                ],
                                                "country": [
                                                    "Philippines"
                                                ],
                                                "country_id": [
                                                    "85632509"
                                                ],
                                                "country_a": [
                                                    "PHL"
                                                ],
                                                "country_source": [
                                                    null
                                                ],
                                                "region": [
                                                    "Cebu Province"
                                                ],
                                                "region_id": [
                                                    "85675939"
                                                ],
                                                "region_a": [
                                                    "CB"
                                                ],
                                                "region_source": [
                                                    null
                                                ]
                                            },
                                            "bounding_box": "{\"min_lat\":9.414528,\"max_lat\":11.354584,\"min_lon\":123.295441,\"max_lon\":124.567917}",
                                            "name": {
                                                "default": [
                                                    "Cebu Province",
                                                    "Cebu"
                                                ],
                                                "ar": "سيبو",
                                                "bn": "সেবু",
                                                "ca": "Província de Cebú",
                                                "de": "Provinz Cebu",
                                                "el": "Κεμπού",
                                                "eo": "Provinco Cebuo",
                                                "fa": "جزیره سبو",
                                                "gl": "Cebú",
                                                "gu": "સિબુ",
                                                "he": "סבו",
                                                "hi": "सिबु",
                                                "hy": "Սեբու",
                                                "ia": "provincia Cebu",
                                                "it": "Provincia di Cebu",
                                                "ja": "セブ州",
                                                "kn": "ಸೆಬು",
                                                "ka": "სებუ",
                                                "ko": "세부 주",
                                                "la": "Caebua",
                                                "lv": "Sebu",
                                                "lt": "Sebu",
                                                "ml": "സെബൂ",
                                                "mr": "सिबू",
                                                "mk": "Себу",
                                                "oc": "Província de Cebu",
                                                "ru": "Себу",
                                                "si": "සේබූ",
                                                "es": "Cebú",
                                                "sr": "Себу",
                                                "ta": "செப்பு",
                                                "te": "సెబు",
                                                "th": "เซบู",
                                                "uk": "Себу",
                                                "ur": "کیبو",
                                                "yi": "סעבו",
                                                "zh": "宿霧省"
                                            },
                                            "addendum": {
                                                "concordances": "{\"fct:id\":\"021f8688-8f76-11e1-848f-cfd5bf3ef515\",\"fips:code\":\"RP21\",\"gn:id\":1717511,\"gp:id\":2346676,\"hasc:id\":\"PH.CB\",\"iso:code\":\"PH-CEB\",\"iso:id\":\"PH-CEB\",\"qs_pg:id\":903646,\"unlc:id\":\"PH-CEB\",\"wd:id\":\"Q13786\"}"
                                            },
                                            "source": "whosonfirst",
                                            "source_id": "85675939",
                                            "layer": "region",
                                            "population": 4167320,
                                            "_id": "whosonfirst:region:85675939",
                                            "_score": 21.1606
                                        }
                                    },
                                    {
                                        "_index": "pelias-planet-standard-es7-2025.11.03-135145",
                                        "_type": "_doc",
                                        "_id": "geonames:venue:1717513",
                                        "_score": 21.159729,
                                        "_source": {
                                            "center_point": {
                                                "lon": 123.75,
                                                "lat": 10.33333
                                            },
                                            "parent": {
                                                "continent": [
                                                    "Asia"
                                                ],
                                                "continent_id": [
                                                    "102191569"
                                                ],
                                                "continent_a": [
                                                    null
                                                ],
                                                "continent_source": [
                                                    null
                                                ],
                                                "country": [
                                                    "Philippines",
                                                    "Pilipinas"
                                                ],
                                                "country_id": [
                                                    "85632509"
                                                ],
                                                "country_a": [
                                                    "PHL",
                                                    null
                                                ],
                                                "country_source": [
                                                    null
                                                ],
                                                "region": [
                                                    "Cebu"
                                                ],
                                                "region_id": [
                                                    "85675939"
                                                ],
                                                "region_a": [
                                                    "CB"
                                                ],
                                                "region_source": [
                                                    null
                                                ],
                                                "county": [
                                                    "Naga"
                                                ],
                                                "county_id": [
                                                    "1108698537"
                                                ],
                                                "county_a": [
                                                    null
                                                ],
                                                "county_source": [
                                                    null
                                                ]
                                            },
                                            "name": {
                                                "default": "Cebu"
                                            },
                                            "addendum": {
                                                "geonames": "{\"feature_code\":\"ISL\"}"
                                            },
                                            "source": "geonames",
                                            "source_id": "1717513",
                                            "category": [
                                                "natural"
                                            ],
                                            "layer": "venue",
                                            "population": 4164535,
                                            "_id": "geonames:venue:1717513",
                                            "_score": 21.159729
                                        }
                                    },
                                    {
                                        "_index": "pelias-planet-standard-es7-2025.11.03-135145",
                                        "_type": "_doc",
                                        "_id": "geonames:county:1717511",
                                        "_score": 19.751204,
                                        "_source": {
                                            "center_point": {
                                                "lon": 123.78021,
                                                "lat": 10.39597
                                            },
                                            "parent": {
                                                "continent": [
                                                    "Asia"
                                                ],
                                                "continent_id": [
                                                    "102191569"
                                                ],
                                                "continent_a": [
                                                    null
                                                ],
                                                "continent_source": [
                                                    null
                                                ],
                                                "country": [
                                                    "Philippines",
                                                    "Pilipinas"
                                                ],
                                                "country_id": [
                                                    "85632509"
                                                ],
                                                "country_a": [
                                                    "PHL",
                                                    null
                                                ],
                                                "country_source": [
                                                    null
                                                ],
                                                "region": [
                                                    "Cebu"
                                                ],
                                                "region_id": [
                                                    "85675939"
                                                ],
                                                "region_a": [
                                                    "CB"
                                                ],
                                                "region_source": [
                                                    null
                                                ],
                                                "county": [
                                                    "Cebu City"
                                                ],
                                                "county_id": [
                                                    "890432909"
                                                ],
                                                "county_a": [
                                                    null
                                                ],
                                                "county_source": [
                                                    null
                                                ]
                                            },
                                            "name": {
                                                "default": "Province of Cebu"
                                            },
                                            "addendum": {
                                                "geonames": "{\"feature_code\":\"ADM2\"}"
                                            },
                                            "source": "geonames",
                                            "source_id": "1717511",
                                            "category": [
                                                "admin:admin2",
                                                "admin"
                                            ],
                                            "layer": "county",
                                            "population": 1412726,
                                            "_id": "geonames:county:1717511",
                                            "_score": 19.751204
                                        }
                                    },
                                    {
                                        "_index": "pelias-planet-standard-es7-2025.11.03-135145",
                                        "_type": "_doc",
                                        "_id": "geonames:locality:1717506",
                                        "_score": 19.25506,
                                        "_source": {
                                            "center_point": {
                                                "lon": 123.9,
                                                "lat": 10.3
                                            },
                                            "parent": {
                                                "continent": [
                                                    "Asia"
                                                ],
                                                "continent_id": [
                                                    "102191569"
                                                ],
                                                "continent_a": [
                                                    null
                                                ],
                                                "continent_source": [
                                                    null
                                                ],
                                                "country": [
                                                    "Philippines",
                                                    "Pilipinas"
                                                ],
                                                "country_id": [
                                                    "85632509"
                                                ],
                                                "country_a": [
                                                    "PHL",
                                                    null
                                                ],
                                                "country_source": [
                                                    null
                                                ],
                                                "region": [
                                                    "Cebu"
                                                ],
                                                "region_id": [
                                                    "85675939"
                                                ],
                                                "region_a": [
                                                    "CB"
                                                ],
                                                "region_source": [
                                                    null
                                                ],
                                                "county": [
                                                    "Cebu City"
                                                ],
                                                "county_id": [
                                                    "890432909"
                                                ],
                                                "county_a": [
                                                    null
                                                ],
                                                "county_source": [
                                                    null
                                                ],
                                                "locality": [
                                                    "Cebu City"
                                                ],
                                                "locality_id": [
                                                    "1717506"
                                                ],
                                                "locality_a": [
                                                    null
                                                ],
                                                "locality_source": [
                                                    null
                                                ]
                                            },
                                            "name": {
                                                "default": "Cebu City"
                                            },
                                            "addendum": {
                                                "geonames": "{\"feature_code\":\"ADM3\"}"
                                            },
                                            "source": "geonames",
                                            "source_id": "1717506",
                                            "category": [
                                                "admin"
                                            ],
                                            "layer": "locality",
                                            "population": 965332,
                                            "_id": "geonames:locality:1717506",
                                            "_score": 19.25506
                                        }
                                    },
                                    {
                                        "_index": "pelias-planet-standard-es7-2025.11.03-135145",
                                        "_type": "_doc",
                                        "_id": "geonames:locality:1717512",
                                        "_score": 19.25506,
                                        "_source": {
                                            "center_point": {
                                                "lon": 123.89071,
                                                "lat": 10.31672
                                            },
                                            "parent": {
                                                "continent": [
                                                    "Asia"
                                                ],
                                                "continent_id": [
                                                    "102191569"
                                                ],
                                                "continent_a": [
                                                    null
                                                ],
                                                "continent_source": [
                                                    null
                                                ],
                                                "country": [
                                                    "Philippines",
                                                    "Pilipinas"
                                                ],
                                                "country_id": [
                                                    "85632509"
                                                ],
                                                "country_a": [
                                                    "PHL",
                                                    null
                                                ],
                                                "country_source": [
                                                    null
                                                ],
                                                "region": [
                                                    "Cebu"
                                                ],
                                                "region_id": [
                                                    "85675939"
                                                ],
                                                "region_a": [
                                                    "CB"
                                                ],
                                                "region_source": [
                                                    null
                                                ],
                                                "county": [
                                                    "Cebu City"
                                                ],
                                                "county_id": [
                                                    "890432909"
                                                ],
                                                "county_a": [
                                                    null
                                                ],
                                                "county_source": [
                                                    null
                                                ],
                                                "locality": [
                                                    "Cebu City"
                                                ],
                                                "locality_id": [
                                                    "1717512"
                                                ],
                                                "locality_a": [
                                                    null
                                                ],
                                                "locality_source": [
                                                    null
                                                ]
                                            },
                                            "name": {
                                                "default": "Cebu City"
                                            },
                                            "addendum": {
                                                "geonames": "{\"feature_code\":\"PPLA\"}"
                                            },
                                            "source": "geonames",
                                            "source_id": "1717512",
                                            "category": [
                                                "admin:city",
                                                "admin"
                                            ],
                                            "layer": "locality",
                                            "population": 965332,
                                            "_id": "geonames:locality:1717512",
                                            "_score": 19.25506
                                        }
                                    },
                                    {
                                        "_index": "pelias-planet-standard-es7-2025.11.03-135145",
                                        "_type": "_doc",
                                        "_id": "whosonfirst:county:890432909",
                                        "_score": 19.009922,
                                        "_source": {
                                            "center_point": {
                                                "lon": 123.857121,
                                                "lat": 10.403414
                                            },
                                            "parent": {
                                                "continent": [
                                                    "Asia"
                                                ],
                                                "continent_id": [
                                                    "102191569"
                                                ],
                                                "continent_a": [
                                                    null
                                                ],
                                                "continent_source": [
                                                    null
                                                ],
                                                "country": [
                                                    "Philippines"
                                                ],
                                                "country_id": [
                                                    "85632509"
                                                ],
                                                "country_a": [
                                                    "PHL"
                                                ],
                                                "country_source": [
                                                    null
                                                ],
                                                "county": [
                                                    "Cebu Municipality"
                                                ],
                                                "county_id": [
                                                    "890432909"
                                                ],
                                                "county_a": [
                                                    null
                                                ],
                                                "county_source": [
                                                    null
                                                ],
                                                "region": [
                                                    "Cebu Province"
                                                ],
                                                "region_id": [
                                                    "85675939"
                                                ],
                                                "region_a": [
                                                    "CB"
                                                ],
                                                "region_source": [
                                                    null
                                                ]
                                            },
                                            "bounding_box": "{\"min_lat\":10.261215,\"max_lat\":10.539132,\"min_lon\":123.762114,\"max_lon\":123.936278}",
                                            "name": {
                                                "default": [
                                                    "Cebu Municipality",
                                                    "Cebu City"
                                                ],
                                                "af": "Cebu Stad",
                                                "ar": "مدينة سيبو",
                                                "az": "Sebu",
                                                "be": "Себу",
                                                "bn": "সেবু শহর",
                                                "bg": "Себу",
                                                "ca": "Cebú",
                                                "ce": "Себу",
                                                "de": "Cebu-Stadt",
                                                "el": "Κεμπού Σίτι",
                                                "eo": "Cebuurbo",
                                                "eu": "Cebu Hiria",
                                                "fa": "سبو",
                                                "gl": "Cebú",
                                                "gu": "સેબુ શહેર",
                                                "he": "סבו סיטי",
                                                "hi": "सेबु सिटी",
                                                "hy": "Սեբու",
                                                "ja": "セブ州",
                                                "kn": "ಸೆಬು ನಗರ",
                                                "ka": "სებუ",
                                                "ko": "세부",
                                                "la": "Caebua",
                                                "lv": "Sebu",
                                                "lt": "Sebu",
                                                "mr": "सेबु शहर",
                                                "mk": "Себу",
                                                "mn": "Себу",
                                                "ms": "Bandar Cebu",
                                                "my": "စီဘူးမြို့",
                                                "nn": "Byen Cebu",
                                                "os": "Себу",
                                                "ro": "Cebú",
                                                "ru": "Себу",
                                                "si": "සෙබු නගරය",
                                                "es": "Ciudad de Cebú",
                                                "ta": "செபு நகரம்",
                                                "tt": "Себу-Сити",
                                                "te": "సెబు సిటీ",
                                                "tl": "Lungsod ng Cebu",
                                                "th": "เซบู",
                                                "uk": "Себу",
                                                "ur": "سیبو شہر",
                                                "uz": "Sebu",
                                                "yi": "סעבו",
                                                "zh": "ËÞ„ÕÊÐ"
                                            },
                                            "addendum": {
                                                "concordances": "{\"gn:id\":1717506,\"hasc:id\":\"PH.CB.CB\",\"qs_pg:id\":87997,\"wd:id\":\"Q1467\",\"wk:page\":\"Cebu City\"}"
                                            },
                                            "source": "whosonfirst",
                                            "source_id": "890432909",
                                            "layer": "county",
                                            "population": 799768,
                                            "_id": "whosonfirst:county:890432909",
                                            "_score": 19.009922
                                        }
                                    },
                                    {
                                        "_index": "pelias-planet-standard-es7-2025.11.03-135145",
                                        "_type": "_doc",
                                        "_id": "whosonfirst:locality:421175823",
                                        "_score": 19.008074,
                                        "_source": {
                                            "center_point": {
                                                "lon": 123.898304,
                                                "lat": 10.296323
                                            },
                                            "parent": {
                                                "continent": [
                                                    "Asia"
                                                ],
                                                "continent_id": [
                                                    "102191569"
                                                ],
                                                "continent_a": [
                                                    null
                                                ],
                                                "continent_source": [
                                                    null
                                                ],
                                                "country": [
                                                    "Philippines"
                                                ],
                                                "country_id": [
                                                    "85632509"
                                                ],
                                                "country_a": [
                                                    "PHL"
                                                ],
                                                "country_source": [
                                                    null
                                                ],
                                                "county": [
                                                    "Cebu Municipality"
                                                ],
                                                "county_id": [
                                                    "890432909"
                                                ],
                                                "county_a": [
                                                    null
                                                ],
                                                "county_source": [
                                                    null
                                                ],
                                                "locality": [
                                                    "Cebu"
                                                ],
                                                "locality_id": [
                                                    "421175823"
                                                ],
                                                "locality_a": [
                                                    null
                                                ],
                                                "locality_source": [
                                                    null
                                                ],
                                                "region": [
                                                    "Cebu Province"
                                                ],
                                                "region_id": [
                                                    "85675939"
                                                ],
                                                "region_a": [
                                                    "CB"
                                                ],
                                                "region_source": [
                                                    null
                                                ]
                                            },
                                            "bounding_box": "{\"min_lat\":10.259725,\"max_lat\":10.380919,\"min_lon\":123.798159,\"max_lon\":123.931003}",
                                            "name": {
                                                "default": [
                                                    "Cebu",
                                                    "City of Cebu"
                                                ],
                                                "af": "Cebu Stad",
                                                "ar": "مدينة سيبو",
                                                "az": "Sebu",
                                                "be": "Себу",
                                                "bn": "সেবু শহর",
                                                "bg": "Себу",
                                                "cs": "Cebu City",
                                                "ce": "Себу",
                                                "cy": "Cebu City",
                                                "da": "Cebu City",
                                                "de": "Cebu City",
                                                "el": "Κεμπού Σίτι",
                                                "eo": "Cebuurbo",
                                                "eu": "Cebu Hiria",
                                                "fa": "سبو",
                                                "fj": "Cebu City",
                                                "ga": "Cebu City",
                                                "gl": "Cebú",
                                                "gu": "સેબુ શહેર",
                                                "ha": "Cebu City",
                                                "he": "סבו סיטי",
                                                "hi": "सेबु सिटी",
                                                "ho": "Cebu City",
                                                "hy": "Սեբու",
                                                "ig": "Cebu City",
                                                "id": "Kota Cebu",
                                                "jv": "Cebu City",
                                                "ja": "セブ",
                                                "kn": "ಸೆಬು ನಗರ",
                                                "ka": "სებუ",
                                                "kg": "Cebu City",
                                                "ko": "세부",
                                                "la": "Cebu City",
                                                "lv": "Sebu",
                                                "lt": "Sebu",
                                                "mr": "सेबु शहर",
                                                "mk": "Себу",
                                                "mg": "Cebu City",
                                                "mn": "Себу",
                                                "mi": "Cebu City",
                                                "ms": "Bandar Cebu",
                                                "my": "စီဘူးမြို့",
                                                "na": "Cebu City",
                                                "nl": "Cebu City",
                                                "nn": "Byen Cebu",
                                                "nb": "Cebu City",
                                                "no": "Cebu City",
                                                "om": "Cebu City",
                                                "os": "Себу",
                                                "ru": "Себу",
                                                "si": "සෙබු නගරය",
                                                "sm": "Cebu City",
                                                "es": "Cebú",
                                                "su": "Cebu City",
                                                "sw": "Cebu City",
                                                "sv": "Cebu City",
                                                "ty": "Cebu City",
                                                "ta": "செபு நகரம்",
                                                "tt": "Себу-Сити",
                                                "te": "సెబు సిటీ",
                                                "tl": "Lungsod ng Cebu",
                                                "th": "เซบูซิตี้",
                                                "tr": "Cebu City",
                                                "uk": "Себу",
                                                "ur": "کیبو",
                                                "uz": "Sebu",
                                                "xh": "Cebu City",
                                                "yi": "סעבו",
                                                "yo": "Cebu City",
                                                "zh": "宿霧市",
                                                "zu": "Cebu City"
                                            },
                                            "addendum": {
                                                "concordances": "{\"gn:id\":1717512,\"gp:id\":1199079,\"loc:id\":\"n82242501\",\"ne:id\":1159150721,\"qs_pg:id\":1032883,\"wd:id\":\"Q1467\",\"wk:page\":\"Cebu City\"}"
                                            },
                                            "source": "whosonfirst",
                                            "source_id": "421175823",
                                            "layer": "locality",
                                            "population": 798634,
                                            "_id": "whosonfirst:locality:421175823",
                                            "_score": 19.008074
                                        }
                                    },
                                    {
                                        "_index": "pelias-planet-standard-es7-2025.11.03-135145",
                                        "_type": "_doc",
                                        "_id": "whosonfirst:locality:1125848041",
                                        "_score": 12.50567,
                                        "_source": {
                                            "center_point": {
                                                "lon": 124.96833,
                                                "lat": 6.38806
                                            },
                                            "parent": {
                                                "continent": [
                                                    "Asia"
                                                ],
                                                "continent_id": [
                                                    "102191569"
                                                ],
                                                "continent_a": [
                                                    null
                                                ],
                                                "continent_source": [
                                                    null
                                                ],
                                                "country": [
                                                    "Philippines"
                                                ],
                                                "country_id": [
                                                    "85632509"
                                                ],
                                                "country_a": [
                                                    "PHL"
                                                ],
                                                "country_source": [
                                                    null
                                                ],
                                                "county": [
                                                    "Tupi Municipality"
                                                ],
                                                "county_id": [
                                                    "1108699813"
                                                ],
                                                "county_a": [
                                                    null
                                                ],
                                                "county_source": [
                                                    null
                                                ],
                                                "locality": [
                                                    "Cebuano"
                                                ],
                                                "locality_id": [
                                                    "1125848041"
                                                ],
                                                "locality_a": [
                                                    null
                                                ],
                                                "locality_source": [
                                                    null
                                                ],
                                                "region": [
                                                    "South Cotabato Province"
                                                ],
                                                "region_id": [
                                                    "85676263"
                                                ],
                                                "region_a": [
                                                    "SC"
                                                ],
                                                "region_source": [
                                                    null
                                                ]
                                            },
                                            "bounding_box": "{\"min_lat\":6.36806,\"max_lat\":6.40806,\"min_lon\":124.94833,\"max_lon\":124.98833}",
                                            "name": {
                                                "default": "Cebuano",
                                                "sm": "Fa'asepuano",
                                                "tl": "Sugboanon"
                                            },
                                            "addendum": {
                                                "concordances": "{\"gn:id\":1717509,\"qs_pg:id\":87986,\"qs:id\":87986}"
                                            },
                                            "source": "whosonfirst",
                                            "source_id": "1125848041",
                                            "layer": "locality",
                                            "population": 5430,
                                            "_id": "whosonfirst:locality:1125848041",
                                            "_score": 12.50567
                                        }
                                    },
                                    {
                                        "_index": "pelias-planet-standard-es7-2025.11.03-135145",
                                        "_type": "_doc",
                                        "_id": "geonames:locality:1717509",
                                        "_score": 12.50567,
                                        "_source": {
                                            "center_point": {
                                                "lon": 124.96841,
                                                "lat": 6.38794
                                            },
                                            "parent": {
                                                "continent": [
                                                    "Asia"
                                                ],
                                                "continent_id": [
                                                    "102191569"
                                                ],
                                                "continent_a": [
                                                    null
                                                ],
                                                "continent_source": [
                                                    null
                                                ],
                                                "country": [
                                                    "Philippines",
                                                    "Pilipinas"
                                                ],
                                                "country_id": [
                                                    "85632509"
                                                ],
                                                "country_a": [
                                                    "PHL",
                                                    null
                                                ],
                                                "country_source": [
                                                    null
                                                ],
                                                "region": [
                                                    "South Cotabato"
                                                ],
                                                "region_id": [
                                                    "85676263"
                                                ],
                                                "region_a": [
                                                    "SC"
                                                ],
                                                "region_source": [
                                                    null
                                                ],
                                                "county": [
                                                    "Tupi"
                                                ],
                                                "county_id": [
                                                    "1108699813"
                                                ],
                                                "county_a": [
                                                    null
                                                ],
                                                "county_source": [
                                                    null
                                                ],
                                                "locality": [
                                                    "Cebuano"
                                                ],
                                                "locality_id": [
                                                    "1717509"
                                                ],
                                                "locality_a": [
                                                    null
                                                ],
                                                "locality_source": [
                                                    null
                                                ]
                                            },
                                            "name": {
                                                "default": "Cebuano"
                                            },
                                            "addendum": {
                                                "geonames": "{\"feature_code\":\"PPL\"}"
                                            },
                                            "source": "geonames",
                                            "source_id": "1717509",
                                            "category": [
                                                "admin:city",
                                                "admin"
                                            ],
                                            "layer": "locality",
                                            "population": 5430,
                                            "_id": "geonames:locality:1717509",
                                            "_score": 12.50567
                                        }
                                    },
                                    {
                                        "_index": "pelias-planet-standard-es7-2025.11.03-135145",
                                        "_type": "_doc",
                                        "_id": "whosonfirst:locality:890434175",
                                        "_score": 11.686426,
                                        "_source": {
                                            "center_point": {
                                                "lon": 125.03361,
                                                "lat": 7.09528
                                            },
                                            "parent": {
                                                "continent": [
                                                    "Asia"
                                                ],
                                                "continent_id": [
                                                    "102191569"
                                                ],
                                                "continent_a": [
                                                    null
                                                ],
                                                "continent_source": [
                                                    null
                                                ],
                                                "country": [
                                                    "Philippines"
                                                ],
                                                "country_id": [
                                                    "85632509"
                                                ],
                                                "country_a": [
                                                    "PHL"
                                                ],
                                                "country_source": [
                                                    null
                                                ],
                                                "county": [
                                                    "President Roxas Municipality"
                                                ],
                                                "county_id": [
                                                    "1108698965"
                                                ],
                                                "county_a": [
                                                    null
                                                ],
                                                "county_source": [
                                                    null
                                                ],
                                                "locality": [
                                                    "New Cebu"
                                                ],
                                                "locality_id": [
                                                    "890434175"
                                                ],
                                                "locality_a": [
                                                    null
                                                ],
                                                "locality_source": [
                                                    null
                                                ],
                                                "region": [
                                                    "North Cotabato Province"
                                                ],
                                                "region_id": [
                                                    "85676179"
                                                ],
                                                "region_a": [
                                                    "NC"
                                                ],
                                                "region_source": [
                                                    null
                                                ]
                                            },
                                            "bounding_box": "{\"min_lat\":7.07528,\"max_lat\":7.11528,\"min_lon\":125.01361,\"max_lon\":125.05361}",
                                            "name": {
                                                "default": "New Cebu"
                                            },
                                            "addendum": {
                                                "concordances": "{\"gn:id\":1697775,\"gp:id\":91419885,\"qs_pg:id\":134741}"
                                            },
                                            "source": "whosonfirst",
                                            "source_id": "890434175",
                                            "layer": "locality",
                                            "population": 2895,
                                            "_id": "whosonfirst:locality:890434175",
                                            "_score": 11.686426
                                        }
                                    },
                                    {
                                        "_index": "pelias-planet-standard-es7-2025.11.03-135145",
                                        "_type": "_doc",
                                        "_id": "geonames:locality:1697775",
                                        "_score": 11.686426,
                                        "_source": {
                                            "center_point": {
                                                "lon": 125.03361,
                                                "lat": 7.09528
                                            },
                                            "parent": {
                                                "continent": [
                                                    "Asia"
                                                ],
                                                "continent_id": [
                                                    "102191569"
                                                ],
                                                "continent_a": [
                                                    null
                                                ],
                                                "continent_source": [
                                                    null
                                                ],
                                                "country": [
                                                    "Philippines",
                                                    "Pilipinas"
                                                ],
                                                "country_id": [
                                                    "85632509"
                                                ],
                                                "country_a": [
                                                    "PHL",
                                                    null
                                                ],
                                                "country_source": [
                                                    null
                                                ],
                                                "region": [
                                                    "North Cotabato"
                                                ],
                                                "region_id": [
                                                    "85676179"
                                                ],
                                                "region_a": [
                                                    "NC"
                                                ],
                                                "region_source": [
                                                    null
                                                ],
                                                "county": [
                                                    "President Roxas"
                                                ],
                                                "county_id": [
                                                    "1108698965"
                                                ],
                                                "county_a": [
                                                    null
                                                ],
                                                "county_source": [
                                                    null
                                                ],
                                                "locality": [
                                                    "New Cebu"
                                                ],
                                                "locality_id": [
                                                    "1697775"
                                                ],
                                                "locality_a": [
                                                    null
                                                ],
                                                "locality_source": [
                                                    null
                                                ]
                                            },
                                            "name": {
                                                "default": "New Cebu"
                                            },
                                            "addendum": {
                                                "geonames": "{\"feature_code\":\"PPL\"}"
                                            },
                                            "source": "geonames",
                                            "source_id": "1697775",
                                            "category": [
                                                "admin:city",
                                                "admin"
                                            ],
                                            "layer": "locality",
                                            "population": 2895,
                                            "_id": "geonames:locality:1697775",
                                            "_score": 11.686426
                                        }
                                    },
                                    {
                                        "_index": "pelias-planet-standard-es7-2025.11.03-135145",
                                        "_type": "_doc",
                                        "_id": "openstreetmap:venue:relation/4040104",
                                        "_score": 5.9965467,
                                        "_source": {
                                            "center_point": {
                                                "lon": 123.989869,
                                                "lat": 10.314235
                                            },
                                            "parent": {
                                                "continent": [
                                                    "Asia"
                                                ],
                                                "continent_id": [
                                                    "102191569"
                                                ],
                                                "continent_a": [
                                                    null
                                                ],
                                                "continent_source": [
                                                    null
                                                ],
                                                "country": [
                                                    "Philippines",
                                                    "Pilipinas"
                                                ],
                                                "country_id": [
                                                    "85632509"
                                                ],
                                                "country_a": [
                                                    "PHL",
                                                    null
                                                ],
                                                "country_source": [
                                                    null
                                                ],
                                                "region": [
                                                    "Lapu-Lapu"
                                                ],
                                                "region_id": [
                                                    "85676291"
                                                ],
                                                "region_a": [
                                                    "CB"
                                                ],
                                                "region_source": [
                                                    null
                                                ],
                                                "county": [
                                                    "Lapu-lapu City"
                                                ],
                                                "county_id": [
                                                    "1108698011"
                                                ],
                                                "county_a": [
                                                    null
                                                ],
                                                "county_source": [
                                                    null
                                                ]
                                            },
                                            "bounding_box": "{\"min_lat\":10.2962602,\"max_lat\":10.3270832,\"min_lon\":123.9722116,\"max_lon\":123.9943224}",
                                            "popularity": 12400,
                                            "name": {
                                                "default": [
                                                    "Mactan–Cebu International Airport",
                                                    "Mactan Airport",
                                                    "Cebu Airport",
                                                    "MCIA",
                                                    "CEB",
                                                    "CEB Airport"
                                                ],
                                                "ja": "マクタン・セブ国際空港",
                                                "ko": "막탄 세부 국제공항",
                                                "ms": "Lapangan Terbang Antarabangsa Mactan-Cebu",
                                                "tl": "Paliparang Pandaigdig ng Mactan-Cebu"
                                            },
                                            "address_parts": {
                                                "zip": "6016"
                                            },
                                            "addendum": {
                                                "osm": "{\"wheelchair\":\"yes\",\"iata\":\"CEB\",\"icao\":\"RPVM\",\"wikidata\":\"Q1048704\",\"wikipedia\":\"en:Mactan–Cebu International Airport\",\"operator\":\"Mactan Cebu International Airport Authority\",\"website\":\"https://mciaa.gov.ph/\"}"
                                            },
                                            "source": "openstreetmap",
                                            "source_id": "relation/4040104",
                                            "category": [
                                                "transport",
                                                "transport:air",
                                                "transport:air:aerodrome"
                                            ],
                                            "layer": "venue",
                                            "_id": "openstreetmap:venue:relation/4040104",
                                            "_score": 5.9965467
                                        }
                                    },
                                    {
                                        "_index": "pelias-planet-standard-es7-2025.11.03-135145",
                                        "_type": "_doc",
                                        "_id": "openstreetmap:venue:way/97924550",
                                        "_score": 5.960033,
                                        "_source": {
                                            "center_point": {
                                                "lon": 123.933131,
                                                "lat": 10.319969
                                            },
                                            "parent": {
                                                "continent": [
                                                    "Asia"
                                                ],
                                                "continent_id": [
                                                    "102191569"
                                                ],
                                                "continent_a": [
                                                    null
                                                ],
                                                "continent_source": [
                                                    null
                                                ]
                                            },
                                            "bounding_box": "{\"min_lat\":10.3193355,\"max_lat\":10.3205184,\"min_lon\":123.9325119,\"max_lon\":123.9336806}",
                                            "popularity": 11400,
                                            "name": {
                                                "default": "Cebu Doctors University"
                                            },
                                            "address_parts": {
                                                "number": "1",
                                                "zip": "6014",
                                                "street": "Dr. P. V. Larrazabal Jr. Avenue"
                                            },
                                            "addendum": {
                                                "osm": "{\"wikidata\":\"Q5055806\",\"wikipedia\":\"en:Cebu Doctors' University\",\"website\":\"https://cebudoctorsuniversity.edu/\",\"phone\":\"+63 32 238 8333\",\"opening_hours\":\"Mo-Sa 08:00-12:00, 13:00-17:00\"}"
                                            },
                                            "source": "openstreetmap",
                                            "source_id": "way/97924550",
                                            "category": [
                                                "education"
                                            ],
                                            "layer": "venue",
                                            "_id": "openstreetmap:venue:way/97924550",
                                            "_score": 5.960033
                                        }
                                    },
                                    {
                                        "_index": "pelias-planet-standard-es7-2025.11.03-135145",
                                        "_type": "_doc",
                                        "_id": "openstreetmap:venue:way/265556079",
                                        "_score": 5.9031334,
                                        "_source": {
                                            "center_point": {
                                                "lon": 123.896706,
                                                "lat": 10.307305
                                            },
                                            "parent": {
                                                "continent": [
                                                    "Asia"
                                                ],
                                                "continent_id": [
                                                    "102191569"
                                                ],
                                                "continent_a": [
                                                    null
                                                ],
                                                "continent_source": [
                                                    null
                                                ],
                                                "country": [
                                                    "Philippines",
                                                    "Pilipinas"
                                                ],
                                                "country_id": [
                                                    "85632509"
                                                ],
                                                "country_a": [
                                                    "PHL",
                                                    null
                                                ],
                                                "country_source": [
                                                    null
                                                ],
                                                "region": [
                                                    "Cebu"
                                                ],
                                                "region_id": [
                                                    "85675939"
                                                ],
                                                "region_a": [
                                                    "CB"
                                                ],
                                                "region_source": [
                                                    null
                                                ],
                                                "county": [
                                                    "Cebu City"
                                                ],
                                                "county_id": [
                                                    "890432909"
                                                ],
                                                "county_a": [
                                                    null
                                                ],
                                                "county_source": [
                                                    null
                                                ],
                                                "locality": [
                                                    "Cebu",
                                                    "City of Cebu"
                                                ],
                                                "locality_id": [
                                                    "421175823"
                                                ],
                                                "locality_a": [
                                                    null
                                                ],
                                                "locality_source": [
                                                    null
                                                ]
                                            },
                                            "bounding_box": "{\"min_lat\":10.307114,\"max_lat\":10.3076361,\"min_lon\":123.8963936,\"max_lon\":123.8970196}",
                                            "popularity": 10000,
                                            "name": {
                                                "default": [
                                                    "Cebu Institute of Medicine",
                                                    "Cebu Velez General Hospital"
                                                ]
                                            },
                                            "address_parts": {
                                                "zip": "6000",
                                                "street": "F. Ramos Street"
                                            },
                                            "addendum": {
                                                "osm": "{\"wikidata\":\"Q5055811\",\"wikipedia\":\"en:Cebu Institute of Medicine\",\"operator\":\"Cebu Velez General Hospital\"}"
                                            },
                                            "source": "openstreetmap",
                                            "source_id": "way/265556079",
                                            "category": [
                                                "education",
                                                "health"
                                            ],
                                            "layer": "venue",
                                            "_id": "openstreetmap:venue:way/265556079",
                                            "_score": 5.9031334
                                        }
                                    },
                                    {
                                        "_index": "pelias-planet-standard-es7-2025.11.03-135145",
                                        "_type": "_doc",
                                        "_id": "openstreetmap:venue:relation/12661604",
                                        "_score": 5.876264,
                                        "_source": {
                                            "center_point": {
                                                "lon": 123.891963,
                                                "lat": 10.314314
                                            },
                                            "parent": {
                                                "continent": [
                                                    "Asia"
                                                ],
                                                "continent_id": [
                                                    "102191569"
                                                ],
                                                "continent_a": [
                                                    null
                                                ],
                                                "continent_source": [
                                                    null
                                                ],
                                                "country": [
                                                    "Philippines",
                                                    "Pilipinas"
                                                ],
                                                "country_id": [
                                                    "85632509"
                                                ],
                                                "country_a": [
                                                    "PHL",
                                                    null
                                                ],
                                                "country_source": [
                                                    null
                                                ],
                                                "region": [
                                                    "Cebu"
                                                ],
                                                "region_id": [
                                                    "85675939"
                                                ],
                                                "region_a": [
                                                    "CB"
                                                ],
                                                "region_source": [
                                                    null
                                                ],
                                                "county": [
                                                    "Cebu City"
                                                ],
                                                "county_id": [
                                                    "890432909"
                                                ],
                                                "county_a": [
                                                    null
                                                ],
                                                "county_source": [
                                                    null
                                                ],
                                                "locality": [
                                                    "Cebu",
                                                    "City of Cebu"
                                                ],
                                                "locality_id": [
                                                    "421175823"
                                                ],
                                                "locality_a": [
                                                    null
                                                ],
                                                "locality_source": [
                                                    null
                                                ]
                                            },
                                            "bounding_box": "{\"min_lat\":10.3139601,\"max_lat\":10.3149678,\"min_lon\":123.8915496,\"max_lon\":123.892327}",
                                            "popularity": 9400,
                                            "name": {
                                                "default": "Cebu Doctors' University Hospital"
                                            },
                                            "address_parts": {
                                                "zip": "6000",
                                                "street": "Osmeña Boulevard"
                                            },
                                            "addendum": {
                                                "osm": "{\"wikidata\":\"Q5055804\",\"wikipedia\":\"en:Cebu Doctors' University Hospital\",\"website\":\"http://cduh.com.ph\",\"phone\":\"+63 32 255 5555\",\"opening_hours\":\"24/7\"}"
                                            },
                                            "source": "openstreetmap",
                                            "source_id": "relation/12661604",
                                            "category": [
                                                "health"
                                            ],
                                            "layer": "venue",
                                            "_id": "openstreetmap:venue:relation/12661604",
                                            "_score": 5.876264
                                        }
                                    },
                                    {
                                        "_index": "pelias-planet-standard-es7-2025.11.03-135145",
                                        "_type": "_doc",
                                        "_id": "openstreetmap:venue:way/1150614661",
                                        "_score": 5.857381,
                                        "_source": {
                                            "center_point": {
                                                "lon": 123.9074,
                                                "lat": 10.318321
                                            },
                                            "parent": {
                                                "continent": [
                                                    "Asia"
                                                ],
                                                "continent_id": [
                                                    "102191569"
                                                ],
                                                "continent_a": [
                                                    null
                                                ],
                                                "continent_source": [
                                                    null
                                                ],
                                                "country": [
                                                    "Philippines",
                                                    "Pilipinas"
                                                ],
                                                "country_id": [
                                                    "85632509"
                                                ],
                                                "country_a": [
                                                    "PHL",
                                                    null
                                                ],
                                                "country_source": [
                                                    null
                                                ],
                                                "region": [
                                                    "Cebu"
                                                ],
                                                "region_id": [
                                                    "85675939"
                                                ],
                                                "region_a": [
                                                    "CB"
                                                ],
                                                "region_source": [
                                                    null
                                                ],
                                                "county": [
                                                    "Cebu City"
                                                ],
                                                "county_id": [
                                                    "890432909"
                                                ],
                                                "county_a": [
                                                    null
                                                ],
                                                "county_source": [
                                                    null
                                                ],
                                                "locality": [
                                                    "Cebu",
                                                    "City of Cebu"
                                                ],
                                                "locality_id": [
                                                    "421175823"
                                                ],
                                                "locality_a": [
                                                    null
                                                ],
                                                "locality_source": [
                                                    null
                                                ]
                                            },
                                            "bounding_box": "{\"min_lat\":10.3180894,\"max_lat\":10.318546,\"min_lon\":123.9071555,\"max_lon\":123.9076221}",
                                            "popularity": 9000,
                                            "name": {
                                                "default": "Masters Tower Cebu"
                                            },
                                            "source": "openstreetmap",
                                            "source_id": "way/1150614661",
                                            "layer": "venue",
                                            "_id": "openstreetmap:venue:way/1150614661",
                                            "_score": 5.857381
                                        }
                                    },
                                    {
                                        "_index": "pelias-planet-standard-es7-2025.11.03-135145",
                                        "_type": "_doc",
                                        "_id": "openstreetmap:venue:node/10757993558",
                                        "_score": 5.857381,
                                        "_source": {
                                            "center_point": {
                                                "lon": 123.902712,
                                                "lat": 10.293997
                                            },
                                            "parent": {
                                                "continent": [
                                                    "Asia"
                                                ],
                                                "continent_id": [
                                                    "102191569"
                                                ],
                                                "continent_a": [
                                                    null
                                                ],
                                                "continent_source": [
                                                    null
                                                ],
                                                "country": [
                                                    "Philippines",
                                                    "Pilipinas"
                                                ],
                                                "country_id": [
                                                    "85632509"
                                                ],
                                                "country_a": [
                                                    "PHL",
                                                    null
                                                ],
                                                "country_source": [
                                                    null
                                                ],
                                                "region": [
                                                    "Cebu"
                                                ],
                                                "region_id": [
                                                    "85675939"
                                                ],
                                                "region_a": [
                                                    "CB"
                                                ],
                                                "region_source": [
                                                    null
                                                ],
                                                "county": [
                                                    "Cebu City"
                                                ],
                                                "county_id": [
                                                    "890432909"
                                                ],
                                                "county_a": [
                                                    null
                                                ],
                                                "county_source": [
                                                    null
                                                ],
                                                "locality": [
                                                    "Cebu",
                                                    "City of Cebu"
                                                ],
                                                "locality_id": [
                                                    "421175823"
                                                ],
                                                "locality_a": [
                                                    null
                                                ],
                                                "locality_source": [
                                                    null
                                                ]
                                            },
                                            "popularity": 9000,
                                            "name": {
                                                "default": "Basilica Minore del Santo Niño de Cebu Pilgrim Center"
                                            },
                                            "address_parts": {
                                                "zip": "6000",
                                                "street": "Osmeña Boulevard"
                                            },
                                            "addendum": {
                                                "osm": "{\"wikidata\":\"Q666552\",\"wikipedia\":\"en:Basilica del Santo Niño\"}"
                                            },
                                            "source": "openstreetmap",
                                            "source_id": "node/10757993558",
                                            "category": [
                                                "religion"
                                            ],
                                            "layer": "venue",
                                            "_id": "openstreetmap:venue:node/10757993558",
                                            "_score": 5.857381
                                        }
                                    },
                                    {
                                        "_index": "pelias-planet-standard-es7-2025.11.03-135145",
                                        "_type": "_doc",
                                        "_id": "openstreetmap:venue:way/332819318",
                                        "_score": 5.857381,
                                        "_source": {
                                            "center_point": {
                                                "lon": 123.904397,
                                                "lat": 10.291793
                                            },
                                            "parent": {
                                                "continent": [
                                                    "Asia"
                                                ],
                                                "continent_id": [
                                                    "102191569"
                                                ],
                                                "continent_a": [
                                                    null
                                                ],
                                                "continent_source": [
                                                    null
                                                ],
                                                "country": [
                                                    "Philippines",
                                                    "Pilipinas"
                                                ],
                                                "country_id": [
                                                    "85632509"
                                                ],
                                                "country_a": [
                                                    "PHL",
                                                    null
                                                ],
                                                "country_source": [
                                                    null
                                                ],
                                                "region": [
                                                    "Cebu"
                                                ],
                                                "region_id": [
                                                    "85675939"
                                                ],
                                                "region_a": [
                                                    "CB"
                                                ],
                                                "region_source": [
                                                    null
                                                ],
                                                "county": [
                                                    "Cebu City"
                                                ],
                                                "county_id": [
                                                    "890432909"
                                                ],
                                                "county_a": [
                                                    null
                                                ],
                                                "county_source": [
                                                    null
                                                ],
                                                "locality": [
                                                    "Cebu",
                                                    "City of Cebu"
                                                ],
                                                "locality_id": [
                                                    "421175823"
                                                ],
                                                "locality_a": [
                                                    null
                                                ],
                                                "locality_source": [
                                                    null
                                                ]
                                            },
                                            "bounding_box": "{\"min_lat\":10.2915799,\"max_lat\":10.2919086,\"min_lon\":123.9041533,\"max_lon\":123.9046485}",
                                            "popularity": 9000,
                                            "name": {
                                                "default": "National Museum of the Philippines - Cebu"
                                            },
                                            "address_parts": {
                                                "zip": "6000",
                                                "street": "Pigafetta Street"
                                            },
                                            "addendum": {
                                                "osm": "{\"wikipedia\":\"en:Malacañang sa Sugbo\",\"opening_hours\":\"Mo-Su 09:00-16:30\"}"
                                            },
                                            "source": "openstreetmap",
                                            "source_id": "way/332819318",
                                            "category": [
                                                "education",
                                                "entertainment"
                                            ],
                                            "layer": "venue",
                                            "_id": "openstreetmap:venue:way/332819318",
                                            "_score": 5.857381
                                        }
                                    },
                                    {
                                        "_index": "pelias-planet-standard-es7-2025.11.03-135145",
                                        "_type": "_doc",
                                        "_id": "openstreetmap:venue:node/10822973321",
                                        "_score": 5.827421,
                                        "_source": {
                                            "center_point": {
                                                "lon": 123.90449,
                                                "lat": 10.318047
                                            },
                                            "parent": {
                                                "continent": [
                                                    "Asia"
                                                ],
                                                "continent_id": [
                                                    "102191569"
                                                ],
                                                "continent_a": [
                                                    null
                                                ],
                                                "continent_source": [
                                                    null
                                                ],
                                                "country": [
                                                    "Philippines",
                                                    "Pilipinas"
                                                ],
                                                "country_id": [
                                                    "85632509"
                                                ],
                                                "country_a": [
                                                    "PHL",
                                                    null
                                                ],
                                                "country_source": [
                                                    null
                                                ],
                                                "region": [
                                                    "Cebu"
                                                ],
                                                "region_id": [
                                                    "85675939"
                                                ],
                                                "region_a": [
                                                    "CB"
                                                ],
                                                "region_source": [
                                                    null
                                                ],
                                                "county": [
                                                    "Cebu City"
                                                ],
                                                "county_id": [
                                                    "890432909"
                                                ],
                                                "county_a": [
                                                    null
                                                ],
                                                "county_source": [
                                                    null
                                                ],
                                                "locality": [
                                                    "Cebu",
                                                    "City of Cebu"
                                                ],
                                                "locality_id": [
                                                    "421175823"
                                                ],
                                                "locality_a": [
                                                    null
                                                ],
                                                "locality_source": [
                                                    null
                                                ]
                                            },
                                            "popularity": 8400,
                                            "name": {
                                                "default": "Yankee Candle At Rustans Cebu"
                                            },
                                            "address_parts": {
                                                "zip": "6000",
                                                "street": "Bohol Avenue"
                                            },
                                            "addendum": {
                                                "osm": "{\"wikidata\":\"Q8048733\",\"wikipedia\":\"en:Yankee Candle\",\"operator\":\"Perfect Serenity Bliss Inc.\",\"brand\":\"Yankee Candle\",\"website\":\"https://serenitybliss.com.ph/\",\"phone\":\"09606872241\",\"opening_hours\":\"Mo-Su 10:00-21:00\"}"
                                            },
                                            "source": "openstreetmap",
                                            "source_id": "node/10822973321",
                                            "layer": "venue",
                                            "_id": "openstreetmap:venue:node/10822973321",
                                            "_score": 5.827421
                                        }
                                    },
                                    {
                                        "_index": "pelias-planet-standard-es7-2025.11.03-135145",
                                        "_type": "_doc",
                                        "_id": "openstreetmap:venue:node/369910806",
                                        "_score": 5.827421,
                                        "_source": {
                                            "center_point": {
                                                "lon": 123.896648,
                                                "lat": 10.307214
                                            },
                                            "parent": {
                                                "continent": [
                                                    "Asia"
                                                ],
                                                "continent_id": [
                                                    "102191569"
                                                ],
                                                "continent_a": [
                                                    null
                                                ],
                                                "continent_source": [
                                                    null
                                                ],
                                                "country": [
                                                    "Philippines",
                                                    "Pilipinas"
                                                ],
                                                "country_id": [
                                                    "85632509"
                                                ],
                                                "country_a": [
                                                    "PHL",
                                                    null
                                                ],
                                                "country_source": [
                                                    null
                                                ],
                                                "region": [
                                                    "Cebu"
                                                ],
                                                "region_id": [
                                                    "85675939"
                                                ],
                                                "region_a": [
                                                    "CB"
                                                ],
                                                "region_source": [
                                                    null
                                                ],
                                                "county": [
                                                    "Cebu City"
                                                ],
                                                "county_id": [
                                                    "890432909"
                                                ],
                                                "county_a": [
                                                    null
                                                ],
                                                "county_source": [
                                                    null
                                                ],
                                                "locality": [
                                                    "Cebu",
                                                    "City of Cebu"
                                                ],
                                                "locality_id": [
                                                    "421175823"
                                                ],
                                                "locality_a": [
                                                    null
                                                ],
                                                "locality_source": [
                                                    null
                                                ]
                                            },
                                            "popularity": 8400,
                                            "name": {
                                                "default": "Cebu Institute Of Medicine"
                                            },
                                            "address_parts": {
                                                "number": "79",
                                                "zip": "6000",
                                                "street": "F. Ramos Street"
                                            },
                                            "addendum": {
                                                "osm": "{\"wheelchair\":\"yes\",\"wikidata\":\"Q5055811\",\"wikipedia\":\"en:Cebu Institute of Medicine\",\"website\":\"http://cim.edu.ph/\",\"phone\":\"+63 32 253 7412\"}"
                                            },
                                            "source": "openstreetmap",
                                            "source_id": "node/369910806",
                                            "category": [
                                                "education"
                                            ],
                                            "layer": "venue",
                                            "_id": "openstreetmap:venue:node/369910806",
                                            "_score": 5.827421
                                        }
                                    }
                                ]
                            },
                            "response_time": 25
                        }
                    }
                }
            },
            {
                "controller:predicates:has_response_data": {
                    "reply": true
                }
            },
            {
                "controller:predicates:has_request_errors": {
                    "reply": false
                }
            },
            {
                "controller:predicates:has_request_parameter": {
                    "reply": {
                        "lang": true
                    }
                }
            },
            {
                "middleware:change_language": {
                    "language": "en",
                    "translations": {
                        "85632509": {
                            "id": 85632509,
                            "name": "Philippines",
                            "abbr": "PHL",
                            "placetype": "country",
                            "rank": {
                                "min": 19,
                                "max": 20
                            },
                            "population": 108116615,
                            "lineage": [
                                {
                                    "continent_id": 102191569,
                                    "country_id": 85632509
                                }
                            ],
                            "geom": {
                                "area": 24.676486,
                                "bbox": "116.927086,4.505389,126.604584,21.125416",
                                "lat": 16.932122,
                                "lon": 121.387948
                            },
                            "names": {
                                "eng": [
                                    "Philippines"
                                ]
                            }
                        },
                        "85675939": {
                            "id": 85675939,
                            "name": "Cebu",
                            "abbr": "CB",
                            "placetype": "region",
                            "rank": {
                                "min": 14,
                                "max": 15
                            },
                            "population": 4167320,
                            "lineage": [
                                {
                                    "continent_id": 102191569,
                                    "country_id": 85632509,
                                    "region_id": 85675939
                                }
                            ],
                            "geom": {
                                "area": 0.384841,
                                "bbox": "123.295441,9.414528,124.567917,11.354584",
                                "lat": 10.568244,
                                "lon": 123.875562
                            },
                            "names": {
                                "eng": [
                                    "Cebu"
                                ]
                            }
                        },
                        "102191569": {
                            "id": 102191569,
                            "name": "Asia",
                            "placetype": "continent",
                            "rank": {
                                "min": 21,
                                "max": 22
                            },
                            "population": 4560667108,
                            "lineage": [
                                {
                                    "continent_id": 102191569
                                }
                            ],
                            "geom": {
                                "area": 5367.767307,
                                "bbox": "-180.0,-12.199965,180.0,81.288804",
                                "lat": 49.512481,
                                "lon": 94.464337
                            },
                            "names": {
                                "eng": [
                                    "Asia"
                                ]
                            }
                        },
                        "890432909": {
                            "id": 890432909,
                            "name": "Cebu City",
                            "placetype": "county",
                            "rank": {
                                "min": 12,
                                "max": 13
                            },
                            "population": 799768,
                            "lineage": [
                                {
                                    "continent_id": 102191569,
                                    "country_id": 85632509,
                                    "county_id": 890432909,
                                    "region_id": 85675939
                                }
                            ],
                            "geom": {
                                "area": 0.028455,
                                "bbox": "123.762114,10.261215,123.936278,10.539132",
                                "lat": 10.403414,
                                "lon": 123.857121
                            },
                            "names": {
                                "eng": [
                                    "Cebu City"
                                ]
                            }
                        }
                    },
                    "duration": 5
                }
            }
        ],
        "engine": {
            "name": "Pelias",
            "author": "Mapzen",
            "version": "1.0"
        },
        "timestamp": 1764760818490
    },
    "type": "FeatureCollection",
    "features": [
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    123.78021,
                    10.39597
                ]
            },
            "properties": {
                "id": "1717511",
                "gid": "geonames:county:1717511",
                "layer": "county",
                "source": "geonames",
                "source_id": "1717511",
                "country_code": "PH",
                "name": "Cebu City",
                "accuracy": "centroid",
                "country": "Philippines",
                "country_gid": "whosonfirst:country:85632509",
                "country_a": "PHL",
                "region": "Cebu",
                "region_gid": "whosonfirst:region:85675939",
                "region_a": "CB",
                "county": "Cebu City",
                "county_gid": "whosonfirst:county:890432909",
                "continent": "Asia",
                "continent_gid": "whosonfirst:continent:102191569",
                "label": "Cebu City, CB, Philippines",
                "population": 1412726,
                "addendum": {
                    "geonames": {
                        "feature_code": "ADM2"
                    }
                },
                "index": 0
            }
        }
    ],
    "bbox": [
        123.78021,
        10.39597,
        123.78021,
        10.39597
    ]
}

@missinglink missinglink merged commit ccaad33 into master Dec 3, 2025
6 checks passed
@missinglink missinglink deleted the geonames-translations branch December 3, 2025 15:01
missinglink added a commit to pelias/acceptance-tests that referenced this pull request Dec 3, 2025
missinglink added a commit to pelias/acceptance-tests that referenced this pull request Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants