Web Map Service · Axel Dev Group Geospatial API
This is a WMS 1.3.0 endpoint. Use it with QGIS, Leaflet, OpenLayers, or any WMS-compatible client.
Use the /wms/ path for all WMS requests.
GetCapabilities
→ GetMap (sample · Africa countries)
→ Interactive Web Map (Leaflet)
→ GeoDashboard (QGIS Server WMS)
→ Download GeoPackage (5 MB)
main_project All countries (177) — enriched with 36 attributes buildings Test building footprint layer default Default test layer
Add this URL as a WMS connection in QGIS:
https://maps.axeldevlab.com/wms/
QGIS will call GetCapabilities and list all available layers.
L.tileLayer.wms('https://maps.axeldevlab.com/wms/', {
layers: 'main_project',
format: 'image/png',
transparent: true,
crs: L.CRS.EPSG4326
}).addTo(map);
# Full Africa extent https://maps.axeldevlab.com/wms/?SERVICE=WMS&REQUEST=GetMap &VERSION=1.3.0&BBOX=-25,-36,55,38 &CRS=EPSG:4326&WIDTH=800&HEIGHT=600 &FORMAT=image/png&LAYERS=main_project # West Africa focus https://maps.axeldevlab.com/wms/?SERVICE=WMS&REQUEST=GetMap &VERSION=1.3.0&BBOX=-17,4,16,16 &CRS=EPSG:4326&WIDTH=800&HEIGHT=600 &FORMAT=image/png&LAYERS=main_project
Tip: This URL is a WMS endpoint, not a web page. Opening it directly returns XML. Use a WMS client (QGIS, Leaflet) or append proper query parameters.
ADG Geospatial · Axel Dev Lab