Hello from greece,
I'm trying to create a map using a greek wms service
[url][/http://gis.ktimanet.gr/wms/ktbasemap/default.aspx]
The URL is the following
http://gis.ktimanet.gr/wms/wmsopen/wmsserver.aspx?
And the only Layer served is the KTBASEMAP
I'm using this parameters.txt file (among others) and it's not working
[PARAMS]
pnum=35
GUID={dd6af9b1-9713-4a75-94ec-681c5b443a18}
name_ru=OKXE - GR Orthophoto
name=OKXE - GR Orthophoto
name_uk=OKXE - Orthophoto
ParentSubMenu=OKXE
asLayer=1
CacheType=0
DefURLBase=http://gis.ktimanet.gr/wms/wmsopen/wmsserver.aspx
projection=1
sradiusa=6378137
sradiusb=6378137
EPSG=4326
NameInCache=OKXE
EPSG=4326
Ext=.jpg, .png
UseDwn=1
Usestick=1
DefHotKey=0
ContentType=image/jpeg; image/png
version=0
Using a sniffer i found that a image request is like :
Request URI [truncated]: /wms/wmsopen/wmsserver.aspx?SERVICE=WMS&VERSION=1.1.0&REQUEST=GetMap&BBOX=22.39086975379165523,39.43454468128405921,22.39389696326431789,39.43852057530012445&SRS=EPSG:4326&WIDTH=635&HEIGHT=835&LAYERS=KTBASEMAP&STYL
Request URI Path: /wms/wmsopen/wmsserver.aspx
Request URI Query [truncated]: SERVICE=WMS&VERSION=1.1.0&REQUEST=GetMap&BBOX=22.39086975379165523,39.43454468128405921,22.39389696326431789,39.43852057530012445&SRS=EPSG:4326&WIDTH=635&HEIGHT=835&LAYERS=KTBASEMAP&STYLES=&FORMAT=image/jpeg&
Request URI Query Parameter: SERVICE=WMS
Request URI Query Parameter: VERSION=1.1.0
Request URI Query Parameter: REQUEST=GetMap
Request URI Query Parameter: BBOX=22.39086975379165523,39.43454468128405921,22.39389696326431789,39.43852057530012445
Request URI Query Parameter: SRS=EPSG:4326
Request URI Query Parameter: WIDTH=635
Request URI Query Parameter: HEIGHT=835
Request URI Query Parameter: LAYERS=KTBASEMAP
Request URI Query Parameter: STYLES=
Request URI Query Parameter: FORMAT=image/jpeg
Request URI Query Parameter: DPI=96
Request URI Query Parameter: MAP_RESOLUTION=96
Request URI Query Parameter: FORMAT_OPTIONS=dpi:96
Request Version: HTTP/1.1
Any ideas? Thank you in advance...