Skip to content

Commit

Permalink
portland-metro: fix broken data URLS (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink authored Feb 1, 2023
1 parent 6c50a65 commit fcfefd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/portland-metro/pelias.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"openstreetmap": {
"download": [
{ "sourceURL": "https://s3.amazonaws.com/metro-extracts.nextzen.org/portland_oregon.osm.pbf" }
{ "sourceURL": "https://data.geocode.earth/archive/portland-metro/2022-06-20/portland_oregon.osm.pbf" }
],
"leveldbpath": "/tmp",
"datapath": "/data/openstreetmap",
Expand Down Expand Up @@ -111,7 +111,7 @@
},
{
"layerId": "stops",
"url": "http://www.c-tran.com/images/Google/GoogleTransitUpload.zip",
"url": "https://data.geocode.earth/archive/portland-metro/2022-06-20/C-TRAN.zip",
"filename": "C-TRAN-stops.txt",
"agencyId": "C-TRAN",
"agencyName": "C-TRAN",
Expand Down

0 comments on commit fcfefd8

Please sign in to comment.