-
Notifications
You must be signed in to change notification settings - Fork 261
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
add wms for ortho and dtm hillshade for kanton thurgau #664
Conversation
It looks like iD won't be able to use either one, so I'm a bit meh about merging this: Would it please be possible to add the Thurgau hillshade layer to the SOSM tms proxy, @simonpoole? |
@grischard The sources should work with iD. I specified in the url explicitly wms version 1.1.1 and the server accepts that. I'm currently travelling but I will verify when I'm back. |
@grischard The sources work with my local installation of the latest id. ID supports EPSG:4326. For ID (and probably all other editors that don't check the wms version in the url) EPSG:4326 and WMS < 1.3.0 works. To get EPSG:4326 and WMS == 1.3.0 working, the position of the x and y coordinates in the bbox must be switched. |
Aha, good to know! I should really document this somewhere. What do you think we should do about the duplicate? Won't it be confusing to users if the same source is shown twice? |
…nd hiking and cycling route sources
@grischard I asked the canton of Thurgau if it would possible to add EPSG:3857 to their opendata wms layers and they very kindly added them within a few days! I updated the sources accordingly. Furthermore, I added to following by the canton of Thurgau on opendata.swiss published wms layers:
Regarding the orthophoto layer. The existing sources uses the mapproxy.osm.ch to access the same data. It was added by @simonpoole. As far I understand it was necessary to use the mapproxy when wms was not supported by editors. For me, it would make sense to directly access the wms layers and not use a proxy, but there might be reasons I'm not aware of. Ultimately, I think it is up to you (@grischard, @simonpoole ) to decide which source (or both) should be included in this index. As stated above, I'm happy to remove the orhto wms source from this PR. |
Hi @rbuffat, very cool! I think we can drop the proxy entry for the orthophoto layer then. |
see #664 - fix description according https://opendata.swiss/dataset/rad-routen
Travis timed out and didn't generate the combined files. |
I had a quick look at the later, and it includes routes from SchweizMobil which is not open data and likely the canton doesn't have the rights to publish as is (except if they surveyed the routes naturally). As the usefulness of these two layers is roughly zero in any case I would suggest removing them till such a point in time that their provenance is clarified. In general I would suggest not using ELI as the dumpster for any old junk found on the internet to start with as doing so just overwhelms our ability to vet sources properly, not even considering long term maintenance. Note: had the PR title accurately reflected what was being added in the PR I would have complained far earlier. |
@simonpoole basically you imply that the Canton of Thurgau is incompetent? This is quite a bold statement! In case you doubt that the Cantons do not have the right to publish the datasets, I suggest that you contact them to clarify. Probably you are not aware, but at least two other Cantons offer hiking routes for download (but only as zipped shapefiles). The Canton of Valais also on opendata.swiss, and the Canton of Bern on their own website (Zugangsberechtigung: A: öffentlich zugängliche Geodaten, Datenabgabe: Freier Download, weitergehende Datenabgaben durch das AGI). Thus at least three Cantons would be incompetent. In my eyes, this is highly unlikely. As probably most visitors here are not aware of the situation in Switzerland (for hiking routes), here a brief summary. Switzerland is a bit special, as hiking routes are included in our constitution. The Swiss state delegates the responsibility for the planning and maintenance of hiking routes to the Cantons (The administration level below the state). Typically, hiking routes (and I assume also cycling routes) are included in the “Richtpläne” of the Cantons.
I don’t think the Cantons survey the routes. I assume it is the other way around: the routes are built after the plans of the Cantons.
Is this “old junk found on the internet” just general, random grumble, or specific to these datasets? Because probably the Cantons have the most up to date datasets for hiking routes. I’m not sure if the two datasets published on openata.swiss correspond to the newest data the Cantons have because I don’t have the means to validate such a claim, but at least a yearly update interval is indicated in the metadata.
I understand that cycling and hiking routes are not of interest to you. Put please respect that others can have a different opinion. The coverage of hiking routes in OSM for the Canton of Thurgau is minimal. This dataset has the potential to change this. Furthermore, it can help to keep existing routes up to date. Regarding SchweizMobil: I assume that SchweizMobil neither plans nor surveys routes. I think what they are using are data of the Cantons. On their website you can find the following statement:
I don't think it is valid to infer from the fact that SchweizMobil does not publish the routes as open data (which they probably can't anyway because they don't own the data) that no one in Switzerland can publish hiking routes as open data. |
@Klumbumbus Thanks for fixing my mistake with the description! |
* add wms for ortho and dtm hillshade for kanton thurgau * uppercase ch * update wms sources of canton Thurgau to EPSG:3857, add basisplan AV and hiking and cycling route sources * Delete KantonThurgau-2017-TMS.geojson Co-authored-by: Guillaume Rischard <github@stereo.lu>
see osmlab#664 - fix description according https://opendata.swiss/dataset/rad-routen
This PR adds two sources for the Canton Thurgau, Switzerland, Europe.
The first source is a WMS with a hillshade of a terrain model. The second source is a WMS with an ortho from 2017. This source is a duplicate to https://github.com/osmlab/editor-layer-index/blob/gh-pages/sources/europe/ch/KantonThurgau-2017-TMS.geojson (the same wms service, but through a tms proxy by SOSM). If you don't like duplicate I can remove the ortho WMS source from this PR.
While adding these WMS I noticed the following:
Is this a known issue, or just a problem with the iD editor?