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

update urls to osmdata.openstreetmap.de #50

Merged
merged 1 commit into from Feb 2, 2021
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
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -97,9 +97,9 @@ of the project, see below.

- download coastline data

wget http://data.openstreetmapdata.com/simplified-land-polygons-complete-3857.zip
wget https://osmdata.openstreetmap.de/download/simplified-land-polygons-complete-3857.zip
unzip simplified-land-polygons-complete-3857.zip
wget http://data.openstreetmapdata.com/land-polygons-split-3857.zip
wget https://osmdata.openstreetmap.de/download/land-polygons-split-3857.zip
unzip land-polygons-split-3857.zip

- import OSM data
Expand Down
4 changes: 2 additions & 2 deletions forte.yml
Expand Up @@ -48,15 +48,15 @@ Layer:
geometry: "polygon"
<<: *extents
Datasource:
file: "http://data.openstreetmapdata.com/simplified-land-polygons-complete-3857.zip"
file: "https://osmdata.openstreetmap.de/download/simplified-land-polygons-complete-3857.zip"
type: shape

- id: land
class: ""
geometry: "polygon"
<<: *extents
Datasource:
file: http://data.openstreetmapdata.com/land-polygons-split-3857.zip
file: https://osmdata.openstreetmap.de/download/land-polygons-split-3857.zip
type: shape

- id: landuse
Expand Down
4 changes: 2 additions & 2 deletions piano.yml
Expand Up @@ -46,15 +46,15 @@ Layer:
geometry: "polygon"
<<: *extents
Datasource:
file: "http://data.openstreetmapdata.com/simplified-land-polygons-complete-3857.zip"
file: "https://osmdata.openstreetmap.de/download/simplified-land-polygons-complete-3857.zip"
type: "shape"

- id: land
class: ""
geometry: "polygon"
<<: *extents
Datasource:
file: http://data.openstreetmapdata.com/land-polygons-split-3857.zip
file: https://osmdata.openstreetmap.de/download/land-polygons-split-3857.zip
type: "shape"

- id: landuse
Expand Down