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

Define a new geojson for Ireland, and use it for Irish resources. #332

Merged
merged 1 commit into from Feb 6, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 21 additions & 0 deletions features/europe/ireland/ireland.geojson
@@ -0,0 +1,21 @@
{
"type": "Feature",
"id": "ireland.geojson",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-5, 54.4],
[-6.1, 55.5],
[-7.88, 55.94],
[-11, 54.14],
[-11.15, 51.23],
[-9.19, 50.9],
[-5.79, 52.05],
[-5.372, 53.633],
[-5, 54.4]
]
]
}
}
2 changes: 1 addition & 1 deletion resources/europe/ireland/ireland-chapter.json
@@ -1,7 +1,7 @@
{
"id": "ireland-chapter",
"type": "osm-lc",
"locationSet": {"include": ["ie"]},
"locationSet": {"include": ["ireland.geojson"]},
"languageCodes": ["en"],
"name": "OpenStreetMap Ireland Local Chapter",
"description": "We help grow and improve OpenStreetMap in Ireland.",
Expand Down
2 changes: 1 addition & 1 deletion resources/europe/ireland/ireland-facebook.json
@@ -1,7 +1,7 @@
{
"id": "ireland-facebook",
"type": "facebook",
"locationSet": {"include": ["ie"]},
"locationSet": {"include": ["ireland.geojson"]},
"languageCodes": ["en"],
"name": "OpenStreetMap Ireland Facebook group",
"description": "OpenStreetMap Ireland Facebook page",
Expand Down
2 changes: 1 addition & 1 deletion resources/europe/ireland/ireland-irc.json
@@ -1,7 +1,7 @@
{
"id": "ireland-irc",
"type": "irc",
"locationSet": {"include": ["ie"]},
"locationSet": {"include": ["ireland.geojson"]},
"languageCodes": ["en"],
"name": "OpenStreetMap Ireland IRC",
"description": "Join #osm-ie on irc.oftc.net (port 6667)",
Expand Down
2 changes: 1 addition & 1 deletion resources/europe/ireland/ireland-mailinglist.json
@@ -1,7 +1,7 @@
{
"id": "ireland-mailinglist",
"type": "mailinglist",
"locationSet": {"include": ["ie"]},
"locationSet": {"include": ["ireland.geojson"]},
"languageCodes": ["en"],
"name": "Talk-ie Mailing List",
"description": "Talk-ie is the mailing list for the Irish OSM community",
Expand Down
2 changes: 1 addition & 1 deletion resources/europe/ireland/ireland-telegram.json
@@ -1,7 +1,7 @@
{
"id": "ireland-telegram",
"type": "telegram",
"locationSet": {"include": ["ie"]},
"locationSet": {"include": ["ireland.geojson"]},
"languageCodes": ["en"],
"name": "OSM Ireland on Telegram",
"description": "OpenStreetMap Ireland Telegram chat",
Expand Down
2 changes: 1 addition & 1 deletion resources/europe/ireland/ireland-twitter.json
@@ -1,7 +1,7 @@
{
"id": "ireland-twitter",
"type": "twitter",
"locationSet": {"include": ["ie"]},
"locationSet": {"include": ["ireland.geojson"]},
"languageCodes": ["en"],
"name": "OpenStreetMap IE on Twitter",
"description": "OpenStreetMap IE on Twitter: {url}",
Expand Down