opendatakerala / map.opendatakerala.org

LSG Level Portal Based On OSM Data for Map Kerala Campaign
17 stars 3 forks source link

getCenter errors when no data #33

Closed asdofindia closed 2 years ago

asdofindia commented 2 years ago

Uncaught (in promise) TypeError: this._southWest is undefined getCenter https://map.opendatakerala.org/main.js:635 fetchAndStore https://map.opendatakerala.org/main.js:13129 promise callback*fetchAndStore https://map.opendatakerala.org/main.js:13126 expect2 https://map.opendatakerala.org/main.js:13141 mapChangeRequired https://map.opendatakerala.org/main.js:13306 setFeature https://map.opendatakerala.org/main.js:13291

Go to Irikkur -> Kindergartens to reproduce

Response from overpass is

{
  "version": 0.6,
  "generator": "Overpass API 0.7.57 93a4d346",
  "osm3s": {
    "timestamp_osm_base": "2022-02-18T09:30:39Z",
    "timestamp_areas_base": "2022-02-18T08:37:54Z",
    "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."
  },
  "elements": [

{
  "type": "area",
  "id": 3611306191,
  "tags": {
    "admin_level": "8",
    "boundary": "local_authority",
    "local_authority:IN": "gram_panchayat",
    "name": "Irikkur",
    "name:ml": "ഇരിക്കൂർ",
    "type": "boundary",
    "wikidata": "Q16133654"
  }
}

  ]
}
asdofindia commented 2 years ago

Fixed by f0ed91a6a82458b955548d53f68064373ef19d9e