Changes between Version 11 and Version 12 of FdoWmsNotes
- Timestamp:
- 02/15/08 10:27:14 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FdoWmsNotes
v11 v12 1 1 [[PageOutline]] 2 = Overriding WMS Settings for !MapGuide Open Source Consumption =3 '''If you wish, you can download a PDF version of this document at the bottom of the page.'''4 5 Configuration of WMS feature sources within !MapGuide Open Source is generally done using one of the commercial (such as Autodesk !MapGuide Studio) or open source (such as Webstudio) GUI's. Unfortunately, these GUI's currently do not allow the overriding of configuration information used in the WMS requests. Examples of these configuration options include:2 = Overriding WMS Provider settings for !MapGuide Open Source Consumption = 3 '''If you wish, you can also download a [/fdo/attachment/wiki/FdoWmsNotes/ConfiguringAWMSFeatureSource.pdf?format=raw PDF version of this document].''' 4 5 Configuration of feature sources within !MapGuide Open Source is generally done using one of the open source (such as Web Studio or [http://www.hexad.eu/opensource/mapstudio.html MapStudio Open Source]) or proprietary (Autodesk !MapGuide Studio) GUI's. Unfortunately, these applications currently do not provide a simple interface for overriding the configuration of WMS feature sources. Examples of these configuration options include: 6 6 7 7 * Image transparency … … 11 11 * Displaying of multiple WMS layers in a single !MapGuide layer 12 12 13 This document describes how to manually create a new FDO WMS configuration file, and load it for use in !MapGuide 14 13 15 = Configuration Document = 14 16 … … 16 18 17 19 == Get the Capabilities Document == 18 Before anything can be done, you should get the capabilities document for the WMS service. This document contains the list of all the layers and possible values that can be used for the configuration parameters. To do this: Start a web browser and go to the location20 Before anything can be done, you should get the WMS capabilities document for the service you want to interact with. This XML document contains the details of the services provided by the WMS service, such as coordinate systems, image formats, layers, and styles. To do obtain this file, start a web browser and go to the location 19 21 20 22 !http://<WMSServiceAddress>?service=wms&request=!GetCapabilities