diff --git a/features/asia/thailand/thailand_cnx.geojson b/features/asia/thailand/thailand_cnx.geojson new file mode 100644 index 000000000..a4de30849 --- /dev/null +++ b/features/asia/thailand/thailand_cnx.geojson @@ -0,0 +1,37 @@ +{ + "type": "FeatureCollection", + "id": "thailand_cnx", + "features": [ + { + "type": "Feature", + "properties": {}, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 98.4375, + 18.2319 + ], + [ + 99.5306, + 18.2319 + ], + [ + 99.5306, + 19.2255 + ], + [ + 98.4375, + 19.2255 + ], + [ + 98.4375, + 18.2319 + ] + ] + ] + } + } + ] +} diff --git a/resources/asia/thailand/OSM-TH-CNX-meetup.json b/resources/asia/thailand/OSM-TH-CNX-meetup.json new file mode 100644 index 000000000..da309cd1e --- /dev/null +++ b/resources/asia/thailand/OSM-TH-CNX-meetup.json @@ -0,0 +1,12 @@ +{ + "id": "OSM-TH-CNX-meetup", + "featureId": "thailand_cnx", + "type": "meetup", + "countryCodes": ["th"], + "languageCodes": ["en"], + "name": "OSM Meetup Chiang Mai", + "description": "Irregular meeting of the OpenStreetMap community in Chiang Mai", + "extendedDescription": "Members of the OpenStreetMap community meet every few months in Chiang Mai. Get in contact and check out {url} to see when the next meetup is scheduled", + "url": "https://forum.openstreetmap.org/viewforum.php?id=46", + "contacts": [{"name": "Team Chiang Mai", "email": "meetup-cnx@openstreetmap.in.th"}] +}