WMS Configuration
Configure Web Map Service settings, layer availability, performance options, and security policies.
WMS Endpoint: Your WMS service is accessible at
https://api.geoserver.com/wms. Changes made here will propagate within 30 seconds.
General Settings
Last updated: 2 mins agoImmutable identifier for the WMS service.
Performance & Caching
β OptimizedLimit for GetFeatureInfo requests.
Layer Availability
| Layer Name | Workspace | Status | Action | |
|---|---|---|---|---|
| global_satellite_2024 | remote | Active | ||
| us_roads_vector | national | Active | ||
| climate_model_v2 | research | Hidden | ||
| urban_zones_alpha | planning | Maintenance |
Advanced Options
Enable GetFeatureInfo
Allow clients to query feature attributes at map coordinates.
Cross-Origin Resource Sharing (CORS)
Permit cross-domain map rendering from web clients.
Raw CRS Support
Allow unregistered EPSG codes in requests.
Debug Mode
Include detailed stack traces in WMS errors (not for production).
Security Policies
Comma-separated IPv4/IPv6 addresses or CIDR ranges.
WMS GetCapabilities Example
Preview of the XML configuration generated by these settings:
wms_getcapabilities.xml
π Copy
<WMS_Capabilities version=\"1.3.0\">
<Service>
<Name>WMS</Name>
<Title>GeoServer Cloud WMS</Title>
<OnlineResource>https://api.geoserver.com/wms</OnlineResource>
<ContactInformation>
<ContactEmail>support@geoserver.com</ContactEmail>
</ContactInformation>
</Service>
<Capability>
<Layer>
<Name>global_satellite_2024</Name>
<CRS>EPSG:4326</CRS>
<CRS>EPSG:3857</CRS>
</Layer>
</Capability>
</WMS_Capabilities>