#15853 closed defect (fixed)
Geobase wms servers being shut down and replaced
Reported by: | james2432 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | External imagery source | Version: | latest |
Keywords: | canada | Cc: |
Description
When you add:
Geobase Roads
to viewed imagery you will get a warning that the wms server will be shutdown and to visit geogratis.gc.ca for more information.
The wms services are being replace with:
https://www.nrcan.gc.ca/earth-sciences/geography/topographic-information/free-data-geogratis/geogratis-web-services/17216
For example geobase roads is now available from:
http://maps.geogratis.gc.ca/wms/roads_en?service=wms&version=1.3.0&request=GetCapabilities
or
http://maps.geogratis.gc.ca/wms/roads_fr?service=wms&version=1.3.0&request=GetCapabilities
More specifically:
wms:http://maps.geogratis.gc.ca/wms/roads_en?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=roads.road_segment.label&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}
or in french:
wms:http://maps.geogratis.gc.ca/wms/roads_fr?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=roads.road_segment.label&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}
The hydrography is the same:
http://maps.geogratis.gc.ca/wms/hydro_network_en?service=wms&version=1.3.0&request=GetCapabilities
or
http://maps.geogratis.gc.ca/wms/hydro_network_fr?service=wms&version=1.3.0&request=GetCapabilities
Attachments (0)
Change History (19)
comment:1 by , 7 years ago
Priority: | major → normal |
---|
comment:2 by , 7 years ago
Keywords: | canada added |
---|
comment:4 by , 7 years ago
NOTE - I changed the names back. Translation is done in Launchpad, our layer names should be English.
comment:5 by , 7 years ago
layers "Geobase Roads" (French and english) have been disabled a few days ago.
but it seem working at least from zoom level 11 to 20
https://maps.geogratis.gc.ca/wms/roads_en?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=roads.road_segment.label&STYLES=&SRS=EPSG:3857&WIDTH=512&HEIGHT=512&BBOX=-7944559.4915892,5909500.1379892,-7905423.7347892,5948635.8947892
did we need to add min zoom level or no-tile-checksum or something else is broken ?
comment:6 by , 7 years ago
Their reasonning it doesnt exist anymore, which isn't true. I reenabled them
comment:7 by , 7 years ago
I disabled them, because
- I get only white tiles
- The Capabilities does not contain the layer names
The servcie itself still exists, but the JOSM entry does not work. It must be fixed and not only reenabled.
follow-up: 9 comment:8 by , 7 years ago
you get white tiles because you are not putting png and instead putting jpg which doesnt handle transparency.
comment:9 by , 7 years ago
Replying to anonym:
you get white tiles because you are not putting png and instead putting jpg which doesnt handle transparency.
What has transparency to do with this? I expect that I get something (probably roads) beside white. Also I don't "put" anything. I simply use the entry. And the entry definition as is does not work and must be fixed.
comment:10 by , 7 years ago
comment:11 by , 7 years ago
James, did you test the french version? The english version works for me now but not the french version.
comment:12 by , 7 years ago
They translated the subdomain instead of having one -_-
It's not working but I think that's NRCan't i'll send them a message that their french basemap isnt working(they had did a reboot over the weekend)
comment:13 by , 7 years ago
both seems working for me, here is a french tile
https://cartes.geogratis.gc.ca/wms/roads_fr?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=routes&STYLES=&SRS=EPSG:3857&WIDTH=512&HEIGHT=512&BBOX=-7944559.4915892,5909500.1379892,-7905423.7347892,5948635.8947892
LAYERS=routes <> roads
comment:14 by , 7 years ago
Yes works for me now, but I don't see a difference between the two sources.
comment:15 by , 7 years ago
the diff is some labels (autoroute <> highway)
in French
https://cartes.geogratis.gc.ca/wms/roads_fr?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=routes&STYLES=&SRS=EPSG:3857&WIDTH=512&HEIGHT=512&BBOX=-7922545.6283892,5905831.1607892,-7921322.6359892,5907054.1531892
in English
https://maps.geogratis.gc.ca/wms/roads_en?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=roads&STYLES=&SRS=EPSG:3857&WIDTH=512&HEIGHT=512&BBOX=-7922545.6283892,5905831.1607892,-7921322.6359892,5907054.1531892
comment:18 by , 7 years ago
@marc_marc: these are left to be updated in ELI: https://josm.openstreetmap.de/wiki/ImageryCompareIgnores?sfp_email=&sfph_mail=&action=diff&version=425&old_version=422&sfp_email=&sfph_mail=
The imagery list is a wiki driven by the community, you can update it by yourself, see Maps/Canada.
Please close the issue once fixed.