https://blog.abysm.org/2016/04/taiwan-gis-resources/ lists
In JOSM I have tried to enter them in various ways in Imagery Preferences. The best I could ever get was some blank tiles. asked 17 Feb '18, 03:00 jidanni |
To give some more background: WMS servers work slightly different than google/OSM style tile servers and provide a proper API to find out what imagery layers with associated properties are available. Typical integration with OSM editors involves getting the layer url from the WMS server either by using the GetCapabilities call and then extracting the required URL from the response by using the layer name, or by directly configuring that URL with corresponding placeholders. What don-vip is pointing out is that the WMS server is actually not configured correctly, well at least not responding to the GetCapabilities call properly, which is a non-starter for any use of the server. answered 18 Feb '18, 23:40 SimonPoole ♦ |
Capabilities are invalid, there is no layer defined. Please contact the servers admins. answered 17 Feb '18, 12:59 don-vip |
legal sidenote: the need for a specific referer suggests that this imaginary is NOT usable by us (in fact it is intended not to be even viewed by everyone). Please do not use it as a source for your contributions. Only use sources where you know the opposite (a explicit positive statement about usability)
Yes I want to use those cadastral layers to align an ancient aerial photograph via PicLayer plugin, nothing to do with putting any results into OSM. Just a learning exercise for me. Anyway I found {header} in https://josm.openstreetmap.de/wiki/Maps#WebMapServicesWMS but still don't know the proper way to feed those two URLs into JOSM.
Try to include this in the URL:
{header(Referer,http://maps.nlsc.gov.tw/)}
(not tried by me). But it seems for WMS you need to specify also the other parameters (width, ...) with placeholders.As a sidenote to the legal sidenote - if you believe that these sources should be listed in the imagery available from JOSM and the other OSM editors then please raise that at https://github.com/osmlab/editor-layer-index .