Skip to content

Commit

Permalink
Add OSM Scotland Twitter
Browse files Browse the repository at this point in the history
(closes #271)
  • Loading branch information
bhousel committed Oct 16, 2019
1 parent ed0a56a commit 91461ba
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
33 changes: 33 additions & 0 deletions features/europe/united_kingdom/scotland.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"type": "Feature",
"id": "scotland",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-3.05969, 54.98352],
[-3.12904, 54.95199],
[-3.21625, 54.96579],
[-5, 54.4],
[-6.1, 55.5],
[-9, 55.5],
[-9, 63],
[0, 63],
[0, 56.6],
[-2.08637, 55.79086],
[-2.08569, 55.7619],
[-2.10251, 55.76132],
[-2.24258, 55.64505],
[-2.32979, 55.64079],
[-2.16019, 55.46095],
[-2.56805, 55.31274],
[-2.70401, 55.1773],
[-2.96082, 55.05084],
[-3.04939, 55.05517],
[-3.03017, 55.03314],
[-3.05969, 54.98352]
]
]
}
}
3 changes: 3 additions & 0 deletions i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,9 @@ en:
ua-osm:
name: OpenStreetMap Website Ukraine
description: OpenStreetMap website in Ukraine
scotland-twitter:
name: OpenStreetMap Alba on Twitter
description: 'OpenStreetMap Alba on Twitter: {url}'
Nottingham-OSM-pub-meetup:
name: East Midlands (Nottingham) Monthly pub meet-up
description: Social gathering for East Midlands mappers and users
Expand Down
11 changes: 11 additions & 0 deletions resources/europe/united_kingdom/scotland-twitter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"id": "scotland-twitter",
"featureId": "scotland",
"type": "twitter",
"name": "OpenStreetMap Alba on Twitter",
"countryCodes": ["gb"],
"languageCodes": ["en"],
"description": "OpenStreetMap Alba on Twitter: {url}",
"url": "https://twitter.com/OSMScotland",
"order": 4
}

0 comments on commit 91461ba

Please sign in to comment.