ThinkGeo.com    |     Documentation    |     Premium Support

Wms 1.3

Hi guys,


I'm trying to connect to this WMS server isse.cr.usgs.gov/ArcGIS/services/Combined/SDDS_Imagery/MapServer/WMSServer?request=GetCapabilities&service=WMS however I can't get any data.  I *THINK* the problem is that the server is using WMS 1.3...  I specified in the Parameters VERSION=1.1.0, however it seems to return an error.  I guess my question is if there is a timeline for WMS 1.3 being integrated into MapSuite and if there is a workaround to get my layer rendering until then.


Thanks,


.Ryan.



 Ryan,


 
Thanks for your questions!
 
As so far, we don't support the WMS 1.3 service, just support the WMS 1.1 service, also currently we don't have a timeline for WMS 1.3 for MapSuite, but we will consider to integrate it to our core code in the next public release, if you think this new features is a good addition to Map Suite, please feel free to suggest it on our enhancement tracker at:  
 
helpdesk.thinkgeo.com/EnhancementTracker
 
and see if the Map Suite community will give it any votes.
 
Thanks,
 
Scott,

 



Hi Scott, 
  
 Is there any way I can connect to the WMS server I posted with the current implementation of ThinkGeo?  I’m only guessing that the problem is that the server only supports WMS 1.3, but I could totally be wrong… 
  
 Thanks,  
 .Ryan.

Hello Ryan, 
  
 I have tested your WMS server, though I can’t get the data but at least I can open it successful, I think it’s not the problem of compatibility, it should support your server. 
  
 Could you please provide some sample code? 
  
 Regards, 
  
 Gary

Hi Gary, 
  
 I also cannot get data from the server using MapSuite… however using some other GIS software (such as QGIS), I can display the data just fine.  The server is not ours and is something that is publicly available, so I have no control over that.  I don’t know if you still need sample code, as I’m not doing anything special… if you do I can get it to you in a couple days or so… just let me know. 
  
 .Ryan.

Ryan, 
  
 OK, I will try to find the solution, will let you know the answer as soon as possible. 
  
 Regards, 
  
 Gary

Ryan, 
  
 Thank you for your patience. 
  
 This problem is caused by your WMS server config. Visited your sever, we can see version="1.3.0", but after my test, your server is actually 1.1.1, so the layer make the uri as 1.3 but it need 1.1.1. 
  
 Please try the uri below, it created by layer, and I have changed the version to 1.1.1, that works: 
  
 raster.nationalmap.gov/arcgis/services/Combined/SDDS_Imagery/MapServer/WMSServer?REQUEST=GetMap&BBOX=-180,0,-90,90&WIDTH=256&HEIGHT=256&LAYERS=0&FORMAT=IMAGE/PNG&SRS=EPSG:4326&VERSION=1.1.1&STYLES= 
  
 Any more questions please feel free to let me know. 
  
 Regards, 
  
 Gary