MapInfo Pro Developers User Group

Welcome to the MapInfo Pro Developers community!  We are a group dedicated to the discussion and understanding of MapBasic and .Net MapInfoPro AddIn development. Bring your questions and ideas here. This group includes several members of the Pro development team from around the world.

Please feel free to start a discussion in the discussion tab or join in a conversation.

Product Information  Ideas Portal  MapInfo Community Downloads

Discussions

Members

Resources

Events

 View Only
  • 1.  Downloading a snapshot of data from WMS/WFS

    Posted 01-23-2018 00:19

    Hi li360, 

    Is there a process to use a .tab generated from a WMS server that can then be downloaded as a snapshot of the data and saved as a second .tab containing queryable data and if not, could someone explain why?

    I don't know the difference between WMS and a WFS and I'm guessing it might have something to do with that.

    My example WMS:

    https://gisservices.information.qld.gov.au/arcgis/services/Economy/MinesPermitsCurrent/MapServer/WMSServer?request=GetCapabilities&service=WMS

    ?Thanks in advance, 

    Nick



  • 2.  RE: Downloading a snapshot of data from WMS/WFS

    Employee
    Posted 01-25-2018 03:30

    A WMS Service, Web Map Service, returns images of a certain area. These can be used for example as background maps but they can also be used as business maps and overlaid other datasets.

    When you access a WMS Service in MapInfo Pro, Pro will dynamically request images for the extent of the map. This is done automatically everytime you zoom or pan your map. The fetched image isn't stored as an image on disk.

    A WFS Service, Web Feature Service, returns a dataset with vector features. This can either be the entire dataset from the server or a limited set of records, either limited by a geographical extent or via attribute conditions.

    When requesting data from a WFS Servvice, MapInfo Pro stores the data fetched from the service in a local WFS table which basically is a native tab file that however knows what WFS Service it's "connected" to.

    MapInfo Pro doesn't dynamically request new data from the WFS Service as you zoom and pan in your map. You will have to do this manually if required. MapInfo Pro can however use the current map extent when requesting data from the WFS Service.



  • 3.  RE: Downloading a snapshot of data from WMS/WFS

    Posted 01-28-2018 17:13

    Thanks for the answer.

    Exactly what I wanted to know.

    Cheers!



  • 4.  RE: Downloading a snapshot of data from WMS/WFS

    Posted 04-30-2018 19:28

    I'd also like to know if there is anything else we can do with WMS layers.