mikelmaron/map-demos

osm-community-index json parse errors

Opened this issue · 1 comments

had to add catch on error in json parse on osm-community-index resource

problem is in this entry

    "be-matrix": {
      "id": "be-matrix",
      "featureId": "belgium",
      "type": "matrix",
      "countryCodes": ["be"],
      "languageCodes": ["en", "nl", "fr", "de"],
      "name": "OpenStreetMap BE Matrix channel",
      "description": "All mappers are welcome!",
      "extendedDescription": "Most talk is happening at the \"OpenStreetMap Belgium\" channel. You can ask anything there! The other rooms are for specific subjects.",
      "url": "https://riot.im/app/#/group/+osmbe:matrix.org",
      "contacts": [{"name": "BE community", "email": "community@osm.be"}]
    },

Didn't get any error on parsing it (and the JOSN above seems correct) ;
Did you invest it further ?