Skip to content

Commit

Permalink
Extend Norway geojson to include Svalbard
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Apr 19, 2018
1 parent 549937f commit 17ab91e
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 35 deletions.
55 changes: 34 additions & 21 deletions features/europe/no/norway.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,40 @@
"type": "Polygon",
"coordinates": [
[
[25.00488,68.30190],
[29.39941,68.75231],
[31.64062,69.56522],
[32.16796,70.52489],
[27.94921,71.39916],
[23.90625,71.34301],
[19.02832,70.49557],
[13.93066,69.02141],
[11.46972,67.47492],
[4.350585,62.49202],
[3.999023,60.73768],
[4.877929,58.65408],
[5.800781,57.93818],
[7.910156,57.68066],
[11.77734,58.56252],
[13.09570,59.93300],
[13.35937,61.14323],
[14.63378,64.01449],
[15.73242,66.00015],
[20.12695,68.10610],
[25.00488,68.30190]
[25.98816, 69.6179],
[25.24109, 68.60752],
[20.42908, 68.97318],
[16.9519, 67.9499],
[13.77686, 64.59561],
[14.28223, 64.47279],
[14.08447, 63.99524],
[13.02979, 64.10101],
[12.00806, 63.2633],
[12.14813, 61.6586],
[12.87323, 61.31245],
[12.67548, 61.0636],
[12.26074, 61.00241],
[12.60681, 60.50593],
[12.49146, 60.08128],
[12.17285, 59.88756],
[11.87622, 59.84895],
[11.94214, 59.69547],
[11.6922, 59.58998],
[11.84601, 59.25044],
[11.64276, 58.89471],
[11.45325, 58.88194],
[11.44775, 59.00168],
[11.34888, 59.11254],
[11.18134, 59.08009],
[11.06186, 58.97054],
[8, 57.5],
[3, 57.5],
[3, 83],
[40, 83],
[35, 71],
[29.61365, 69.28629],
[27.98767, 69.99711],
[25.98816, 69.6179]
]
]
}
Expand Down
9 changes: 9 additions & 0 deletions i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,15 @@ en:
name: OpenStreetMap IT Lazio
description: 'All are welcome! Sign up at {signupUrl}'
extendedDescription: Mailinglist for Rome and Lazio area.
no-forum:
name: OpenStreetMap Norway Web Forum
description: OpenStreetMap Norway web forum
no-irc:
name: OpenStreetMap Norway on IRC
description: 'Chat room for mappers and OpenStreetMap users, developers and enthusiasts in Norway'
no-mailinglist:
name: OpenStreetMap Norway mailing list
description: 'Mailing list for mappers and OpenStreetMap users, developers and enthusiasts in Norway'
OSM-PL-facebook-group:
name: OpenStreetMap Poland Facebook group
description: Group for mappers and users of OpenStreetMap in Poland
Expand Down
6 changes: 2 additions & 4 deletions resources/europe/no/no-forum.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
"featureId": "norway",
"countryCodes": ["no"],
"languageCodes": ["no"],
"name": "OpenStreetMap Norway web forum",
"name": "OpenStreetMap Norway Web Forum",
"description": "OpenStreetMap Norway web forum",
"url": "https://forum.openstreetmap.org/viewforum.php?id=68",
"contacts": [
{"name": "OpenStreetMap Norway", "email": "[email protected]"}
]
"contacts": [{"name": "OpenStreetMap Norway", "email": "[email protected]"}]
}
6 changes: 1 addition & 5 deletions resources/europe/no/no-irc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
"countryCodes": ["no"],
"languageCodes": ["no"],
"description": "Chat room for mappers and OpenStreetMap users, developers and enthusiasts in Norway",
"contacts": [
{
"name" : "OpenStreetMap Norway",
"email" : "[email protected]"
}],
"contacts": [{"name": "OpenStreetMap Norway", "email": "[email protected]"}],
"url": "https://webchat.oftc.net/?channels=osm-no"
}
6 changes: 1 addition & 5 deletions resources/europe/no/no-mailinglist.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
"countryCodes": ["no"],
"languageCodes": ["no"],
"description": "Mailing list for mappers and OpenStreetMap users, developers and enthusiasts in Norway",
"contacts": [
{
"name" : "OpenStreetMap Norway",
"email" : "[email protected]"
}],
"contacts": [{"name": "OpenStreetMap Norway", "email": "[email protected]"}],
"url": "https://lists.nuug.no/mailman/listinfo/kart"
}

0 comments on commit 17ab91e

Please sign in to comment.