• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Autodesk InfraWorks

    Reply
    New Member
    slezacek
    Posts: 2
    Registered: ‎03-08-2011

    WMS Server

    219 Views, 3 Replies
    04-16-2012 12:50 AM

    Hello, I would like  conect to WMS from IM. Is it possible ?

    Thank you. Filip 

    Please use plain text.
    Employee
    konstantin.baumann
    Posts: 84
    Registered: ‎01-04-2011

    Re: WMS Server

    04-16-2012 01:46 AM in reply to: slezacek

    Since we are using GDAL (1.8.x) for raster data input, this page might help you to setup the required XML description file for describing the corresponding WMS server: http://www.gdal.org/frmt_wms.html

     

    If you need more support you could also post some more infos about the WMS you want to access and we can try to figure out, which paramaters to set in the required GDAL-XML file...

    Please use plain text.
    New Member
    slezacek
    Posts: 2
    Registered: ‎03-08-2011

    Re: WMS Server

    04-17-2012 02:28 AM in reply to: konstantin.baumann

    Hello Konstantin,

    thank you for your answer. Can you help me with this url ? : http://wms.cuzk.cz/wms.asp

    Thank you. Filip

     

    Please use plain text.
    Employee
    konstantin.baumann
    Posts: 84
    Registered: ‎01-04-2011

    Re: WMS Server

    04-17-2012 05:41 AM in reply to: slezacek

    Since the call to:

     

    http://services.cuzk.cz/wms/wms.asp?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities

     

    does not return a XML specification of this service, I don't know how to get to the required elements for the GDAL XML file.

     

    This sample request demonstrates an expected and usable XML server reply:

     

    http://demo.mapserver.org/cgi-bin/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities

     

    Maybe you can check for the bbox of the service in LL84 and also figure out the ground pixel resolution of the highest resolution layer?

    Please use plain text.