URL Reference#
Overview#
You can obtain URLs from GetCapabilities as well as Store and Layer info function.
Below, we’ll use the BGSGrid demo layer for examples of common URLS.
GetCapabilities#
GetCapabilities urls have the following form for Public Stores:
https://doamin.com/stores/4/wms.php?REQUEST=GetCapabilities
For Private Layers, append an access_key to the url:
https://doamin.com/stores/4/wms.php?REQUEST=GetCapabilities?access_key=<accessKey>
WMS#
PNG using MapProxy
Public Layer:
https://quail-docker.webgis1.com/mproxy/service?service=WMS&version=1.1.0&request=GetMap&layers=bgsgrid&bbox=-8.476567%2C49.796537%2C2.873641%2C60.911296&width=638&styles&height=768&srs=EPSG%3A4326&FORMAT=image%2Fpng
Private Layer (Using Access Key:
https://domain.com/mproxy/service?access_key=78091b92-5bcd-4306-92ad-8dce26d50a68&service=WMS&version=1.1.0&request=GetMap&layers=bgsgrid&bbox=-8.476567%2C49.796537%2C2.873641%2C60.911296&width=638&styles&height=768&srs=EPSG%3A4326&FORMAT=image%2Fpng
PNG using no Cache or Session Cache:
https://yourdomain.com/layers/3/proxy_qgis.php?service=WMS&version=1.1.0&request=GetMap&layers=waterways%2Cparks&bbox=-87.938902%2C41.619499%2C-86.206663%2C43.21631&width=833&height=768&srs=EPSG%3A4326&FORMAT=image%2Fpng
WFS#
GeoJson:
https://yourdomain.com/layers/2/proxy_qgis.php?service=WFS&version=1.1.0&request=GetFeature&typeName=states&maxFeatures=500&OUTPUTFORMAT=application/geojson