From 5b1b5a13efb6728f7c4def92d71f4559696cbe46 Mon Sep 17 00:00:00 2001 From: John Harrington Date: Wed, 19 Apr 2017 19:29:33 +0100 Subject: [PATCH] Update... Change brigades to chapters --- data/code-for-europe.geojson | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/code-for-europe.geojson b/data/code-for-europe.geojson index 048c397..f4fe442 100644 --- a/data/code-for-europe.geojson +++ b/data/code-for-europe.geojson @@ -2,7 +2,7 @@ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, "features": [ -{ "type": "Feature", "properties": { "Name": "Code for Ireland", "description": "http:\/\/codeforireland.com\/", "type": "brigades"}, "geometry": { "type": "Point", "coordinates": [ -6.2603097, 53.3498053, 0.0 ] } }, +{ "type": "Feature", "properties": { "Name": "Code for Ireland", "description": "http:\/\/codeforireland.com\/", "type": "chapters"}, "geometry": { "type": "Point", "coordinates": [ -6.2603097, 53.3498053, 0.0 ] } }, { "type": "Feature", "properties": { "Name": "Code for Romania", "description": "http:\/\/code4.ro\/", "type": "brigades"}, "geometry": { "type": "Point", "coordinates": [ 24.96676, 45.943161, 0.0 ] } }, { "type": "Feature", "properties": { "Name": "Code for Poland", "description": "https:\/\/kodujdlapolski.pl\/", "type": "brigades"}, "geometry": { "type": "Point", "coordinates": [ 19.145136, 51.919438, 0.0 ] } }, { "type": "Feature", "properties": { "Name": "Code for NL", "description": "http:\/\/www.codefor.nl", "type": "brigades"}, "geometry": { "type": "Point", "coordinates": [ 4.4777325, 51.9244201, 0.0 ] } }, @@ -17,4 +17,4 @@ { "type": "Feature", "properties": { "Name": "Ministerie van Binnenlandse Zaken en Koninkrijksrelaties", "description": null, "type": "partner"}, "geometry": { "type": "Point", "coordinates": [ 4.322196, 52.0790539, 0.0 ] } }, { "type": "Feature", "properties": { "Name": "Forum Virium Helsinki Oy", "description": null, "type": "partner"}, "geometry": { "type": "Point", "coordinates": [ 24.9510324, 60.1666612, 0.0 ] } } ] -} \ No newline at end of file +}