The cadastar services are geoblocked - you need a VPN with Slovakian PoP. (IPVanish works)
The cadastral layers sit at
https://kataster.skgeodesy.sk/eskn/rest/services/VRM/ and you can modify my code below to pull transparent PNG's. You will get no attribution and you are probably better writing a JSON query using Identify or Find if you are looking for a particular polygon/parcel.
For the second question it looks like the content is hidden behind the https. I would look here for Slovakian geological data -
https://gis.geology.sk/arcgis/rest/services/ - and much easier to access with SAS Planet.
As an unrelated side note I tried pulling the topographic layer
https://zbgis.skgeodesy.sk/zbgis/rest/services/ZBGIS/ and seem to work fine except that some tiles are jpg and others are png. I get the "Download Error: unexpected content type jpg" and it is very random and only a few are JPG but leaves holes in the tile set. I added the
but that has not solved it.
For example
https://zbgis.skgeodesy.sk/zbgis/rest/s ... /2833/4484 is jpg and the next tile
https://zbgis.skgeodesy.sk/zbgis/rest/s ... /2833/4483 is a png
My code
Код: Выделить всё
[PARAMS]
pnum=458
GUID={7B854985-BC7F-4AB6-9823-EC9DBBB8F514}
asLayer=0
name=Slovakia Topo
name_en=Slovakia Topo
NameInCache=Slovakia_Topo
DefURLBase=https://zbgis.skgeodesy.sk/zbgis/rest/services/ZBGIS/MapServer/tile/
ContentType=image/png
ParentSubMenu=Europe\Slovakia
DetectContentType=1
Ext=.png
projection=1
sradiusa=6378137
sradiusb=6356752
separator=0
UseDwn=1
Sleep=0
DefHotKey=0
Any ideas on how to resolve?