-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend Norway geojson to include Svalbard
- Loading branch information
Showing
5 changed files
with
47 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]"}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
} |