gravitystorm / openstreetmap-carto

A general-purpose OpenStreetMap mapnik style, in CartoCSS
Other
1.51k stars 811 forks source link

Possible issue with get-shapes #4958

Closed StyXman closed 2 months ago

StyXman commented 2 months ago
mdione@ioniq:~/src/projects/elevation/osm-carto$ ./get-shapefiles.sh 
curl detected...
tar detected...
unzip detected...
downloading world_boundaries...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   383  100   383    0     0   4365      0 --:--:-- --:--:-- --:--:--  4402
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
expanding world_boundaries...
downloading simplified-land-polygons-complete-3857...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (52) Empty reply from server

More details:

curl --verbose -z data/simplified-land-polygons-complete-3857.zip -L -o data/simplified-land-polygons-complete-3857.zip http://data.openstreetmapdata.com/simplified-land-polygons-complete-3857.zip
* Host data.openstreetmapdata.com:80 was resolved.
* IPv6: (none)
* IPv4: 69.16.230.42
*   Trying 69.16.230.42:80...
* Connected to data.openstreetmapdata.com (69.16.230.42) port 80
> GET /simplified-land-polygons-complete-3857.zip HTTP/1.1
> Host: data.openstreetmapdata.com
> User-Agent: curl/8.7.1
> Accept: */*
> If-Modified-Since: Sun, 26 Feb 2017 12:47:29 GMT
> 
* Request completely sent off
* Empty reply from server

In the browser, going to http://data.openstreetmapdata.com/ redirects to http://ww7.openstreetmapdata.com/?usid=17&utid=32162671399 which seems to be redirected via JS to some URL in http://iyfbodn.com/ (which I'm not going to link), which is blocked by the proxy. Is this normal?

imagico commented 2 months ago

You must be working off an old branch here, we have not had a get-shapefiles.sh for some time, we havescripts/get-external-data.py - and neither that nor external-data.yml references data.openstreetmapdata.com these days.

StyXman commented 2 months ago

Yeah, I just noticed my mistake. Sorry for the noise.