From e350cce9be3b22d6b899d74b50b359d48de151fa Mon Sep 17 00:00:00 2001 From: Stephan Date: Wed, 9 May 2018 09:06:22 +0200 Subject: [PATCH 1/2] Add area of Chiang Mai, Thailand --- features/asia/thailand/thailand_cnx.geojson | 37 +++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 features/asia/thailand/thailand_cnx.geojson 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 + ] + ] + ] + } + } + ] +} From 3039a50c42aae37cbbb58716fa8df3d247968580 Mon Sep 17 00:00:00 2001 From: Stephan Date: Wed, 9 May 2018 09:22:40 +0200 Subject: [PATCH 2/2] Add meetup in Chiang Mai, Thailand As there is currently no dedicated URL for the meetups and it is organized in the forum I link to it. Once a better URL exists we're updating it. --- resources/asia/thailand/OSM-TH-CNX-meetup.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 resources/asia/thailand/OSM-TH-CNX-meetup.json 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"}] +}