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

Correct links for OpenMapSurfer layers #77

Closed
Rungee opened this issue Dec 19, 2013 · 2 comments
Closed

Correct links for OpenMapSurfer layers #77

Rungee opened this issue Dec 19, 2013 · 2 comments

Comments

@Rungee
Copy link

Rungee commented Dec 19, 2013

At the moment ip address-based links are used. These links contain nonstandard ports, which can be sometimes blocked by a firewall.
Please correct all used links according to the table below:

OSM Roads layer:
URL: http://openmapsurfer.uni-hd.de/tiles/roads/x={x}&y={y}&z={z}
instead http://129.206.74.245:8001/tms_r.ashx?x={x}&y={y}&z={z}
OSM Semitransparent layer:
URL: http://openmapsurfer.uni-hd.de/tiles/hybrid/x={x}&y={y}&z={z}
instead http://129.206.74.245:8003/tms_h.ashx?x={x}&y={y}&z={z}
ASTER GDEM & SRTM Hillshade layer:
URL: http://openmapsurfer.uni-hd.de/tiles/asterh/
instead http://129.206.74.245:8004/tms_hs.ashx?x={x}&y={y}&z={z}
ASTER GDEM contour lines layer:
URL: http://openmapsurfer.uni-hd.de/tiles/asterc/
instead http://129.206.74.245:8006/tms_il.ashx?x={x}&y={y}&z={z}
OSM Administrative Boundaries layer:
URL: http://openmapsurfer.uni-hd.de/tiles/adminb/
instead http://129.206.74.245:8007/tms_b.ashx?x={x}&y={y}&z={z}
OSM Roads Grayscale Layer:
URL: http://openmapsurfer.uni-hd.de/tiles/roadsg/
instead http://129.206.74.245:8008/tms_rg.ashx?x={x}&y={y}&z={z}

@brunob
Copy link
Member

brunob commented Dec 24, 2013

Pull request provided, thanks for the hint @Rungee :)

@brunob brunob closed this as completed in 5d85fe3 Dec 24, 2013
calvinmetcalf added a commit that referenced this issue Dec 24, 2013
Fix #77 : use openmapsurfer.uni-hd.de domain instead of ip address
@jieter
Copy link
Contributor

jieter commented Dec 24, 2013

@Rungee you might want to remove those ip-urls from the info page too...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants