From 927d3ad73e9a2f8886da14e689ac9513b76801fe Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Sat, 3 Oct 2020 15:00:49 +0100 Subject: [PATCH 1/3] Contry coder supports GB-SCT so use that directly Remove scotland.geojson --- features/scotland.geojson | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 features/scotland.geojson diff --git a/features/scotland.geojson b/features/scotland.geojson deleted file mode 100644 index 7f8e690e489..00000000000 --- a/features/scotland.geojson +++ /dev/null @@ -1,32 +0,0 @@ -{ - "type": "Feature", - "id": "scotland.geojson", - "properties": {}, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-3.0597, 54.9835], - [-3.129, 54.952], - [-3.2163, 54.9658], - [-5, 54.4], - [-6.1, 55.5], - [-14.785, 57.6071], - [-0.3751, 61.3224], - [0, 56.6], - [-2.0864, 55.7909], - [-2.0857, 55.7619], - [-2.1025, 55.7613], - [-2.2426, 55.645], - [-2.3298, 55.6408], - [-2.1602, 55.4609], - [-2.568, 55.3127], - [-2.704, 55.1773], - [-2.9608, 55.0508], - [-3.0494, 55.0552], - [-3.0302, 55.0331], - [-3.0597, 54.9835] - ] - ] - } -} \ No newline at end of file From 2459d34b1f629bd3de4ac8f8b2f7bcc58b7b720a Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Sat, 3 Oct 2020 15:02:16 +0100 Subject: [PATCH 2/3] Give a different example geojson --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0961f2072eb..c7d1e870adb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -325,7 +325,7 @@ Feature files look like this: ```js { "type": "Feature", - "id": "scotland.geojson", + "id": "contiguous_us.geojson", "properties": {}, "geometry": { "type": "Polygon", From 81454526982650ddd6eea964e9b269b738c6da6a Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Sat, 3 Oct 2020 15:05:01 +0100 Subject: [PATCH 3/3] Give a different example in features --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44d58b5e971..e01702f0055 100644 --- a/README.md +++ b/README.md @@ -84,9 +84,9 @@ The files under `config/*`, `data/*`, and `features/*` can be edited: * `data/transit/route/*.json` * and so on… * `features/*` - GeoJSON files that define custom regions where the features are allowed + * `contiguous_us.geojson` * `hawaii.geojson` * `quebec.geojson` - * `scotland.geojson` * and so on… :point_right: See [CONTRIBUTING.md](CONTRIBUTING.md) for info about how to contribute to this index.