This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo_cloud_maps_wms [2019/03/11 17:17] brianr |
thinkgeo_cloud_maps_wms [2019/03/31 16:38] (current) brianr [Related Links] |
||
---|---|---|---|
Line 20: | Line 20: | ||
//**URL Parameters**// | //**URL Parameters**// | ||
- | * //**Request**//: __Required__. The type of WMS request. Supported values are: | + | * <html><span class="api-parameter"><span class="api-parameter-name">Request:</span> <em>Required.</em> The type of WMS request. Supported values are:</span></html> |
- | * //**GetMap**// - Requests a map image. This will be the request type you use most often. | + | * <html><span class="api-parameter"><span class="api-parameter-name">GetMap:</span> Requests a map image. This will be the request type you use most often.</span></html> |
- | * //**GetCapabilities**// - Details the capabilities of the WMS service. | + | * <html><span class="api-parameter"><span class="api-parameter-name">GetCapabilities:</span> Details the capabilities of the WMS service.</span></html> |
- | * //**Service**//: __Required__. The service name. Must be "WMS". **Default value: WMS** | + | * <html><span class="api-parameter"><span class="api-parameter-name">Service:</span> <em>Required.</em> The service name. Must be "WMS". <strong>Default value: WMS</strong></span></html> |
- | * //**Version**//: __Required__. The WMS version to use. Supported values are “1.1.1” and "1.3.0". **Default value: 1.1.1** | + | * <html><span class="api-parameter"><span class="api-parameter-name">Version:</span> <em>Required.</em> The WMS version to use. Supported values are “1.1.1” and "1.3.0". <strong>Default value: 1.1.1</strong></span></html> |
- | * //**Layers**//: __Required for "GetMap"__. The map layers to include in the requested image. Use “,” as the separator for multiple layers. For a list of supported values, please send a “GetCapablities” request. | + | * <html><span class="api-parameter"><span class="api-parameter-name">Layers:</span> <em>Required for "GetMap".</em> The map layers to include in the requested image. Use “,” as the separator for multiple layers. For a list of supported values, please send a “GetCapablities” request.</span></html> |
- | * //**Styles**//: __Required for "GetMap"__. The styles for the requested image. Use “,” as the separator for multiple styles. For a list of supported values, please send a “GetCapablities” request. | + | * <html><span class="api-parameter"><span class="api-parameter-name">Styles:</span> <em>Required for "GetMap".</em> The styles for the requested image. Use “,” as the separator for multiple styles. For a list of supported values, please send a “GetCapablities” request.</span></html> |
- | * //**Format**//: __Required for "GetMap"__. The format of the requested image. For a list of supported values, please send a “GetCapablities” request. | + | * <html><span class="api-parameter"><span class="api-parameter-name">Format:</span> <em>Required for "GetMap".</em> The format of the requested image. For a list of supported values, please send a “GetCapablities” request.</span></html> |
- | * //**Width**//: __Required for "GetMap"__. The width of the requested image in pixels. **Default value: 512** | + | * <html><span class="api-parameter"><span class="api-parameter-name">Width:</span> <em>Required for "GetMap".</em> The width of the requested image in pixels. <strong>Default value: 512</strong></span></html> |
- | * //**Height**//: __Required for "GetMap"__. The height of the requested image in pixels. **Default value: 512** | + | * <html><span class="api-parameter"><span class="api-parameter-name">Height:</span> <em>Required for "GetMap".</em> The height of the requested image in pixels. <strong>Default value: 512</strong></span></html> |
- | * //**BBox**//: __Required for "GetMap"__. The bounding box of the requested image, expressed as the spatial coordinates of a rectangle. The required format is "minX,minY,maxX,maxY". | + | * <html><span class="api-parameter"><span class="api-parameter-name">BBox:</span> <em>Required for "GetMap".</em> The bounding box of the requested image, expressed as the spatial coordinates of a rectangle. The required format is "minX,minY,maxX,maxY".</span></html> |
- | * //**Srs**//: __Required for "GetMap"__. The spatial reference system in which the BBox is specified. Applies only to version "1.1.1". **Default value: EPSG:3857** | + | * <html><span class="api-parameter"><span class="api-parameter-name">Srs:</span> <em>Required for "GetMap".</em> The spatial reference system in which the BBox is specified. Applies only to version "1.1.1". <strong>Default value: EPSG:3857</strong></span></html> |
- | * //**Crs**//: __Required for "GetMap"__. The coordinate reference system in which the BBox is specified. Applies only to version "1.3.0". | + | * <html><span class="api-parameter"><span class="api-parameter-name">Crs:</span> <em>Required for "GetMap".</em> The coordinate reference system in which the BBox is specified. Applies only to version "1.3.0".</span></html> |
- | * //**Exceptions**//: The output format to use for exceptions. | + | * <html><span class="api-parameter"><span class="api-parameter-name">Exceptions:</span> The output format to use for exceptions.</span></html> |
- | * //**Transparent**//: Indicates whether or not the requested image should have an alpha channel (transparent background). | + | * <html><span class="api-parameter"><span class="api-parameter-name">Transparent:</span> Indicates whether or not the requested image should have an alpha channel (transparent background).</span></html> |
Visit [[https://cloud.thinkgeo.com/help/#/MapsWms/GetWmsMapV1|GetWmsMap]] and click "Try It Out" to explore this API online. | Visit [[https://cloud.thinkgeo.com/help/#/MapsWms/GetWmsMapV1|GetWmsMap]] and click "Try It Out" to explore this API online. | ||
Line 90: | Line 90: | ||
* [[thinkgeo_cloud_projection|ThinkGeo Cloud Projection]] | * [[thinkgeo_cloud_projection|ThinkGeo Cloud Projection]] | ||
* [[thinkgeo_cloud_colors|ThinkGeo Cloud Colors]] | * [[thinkgeo_cloud_colors|ThinkGeo Cloud Colors]] | ||
+ | * [[thinkgeo_cloud_timezone|ThinkGeo Cloud Time Zones]] | ||