Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Country coder supports GB-SCT so use that directly #4256

Merged
merged 3 commits into from
Oct 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ Feature files look like this:
```js
{
"type": "Feature",
"id": "scotland.geojson",
"id": "contiguous_us.geojson",
"properties": {},
"geometry": {
"type": "Polygon",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
32 changes: 0 additions & 32 deletions features/scotland.geojson

This file was deleted.