GIS Integration
Geolocarta data is accessible via standard OGC services (WMS, WFS, WMTS), making it compatible with all major GIS platforms.
QGIS
Adding WMS Imagery
- Open QGIS and go to Layer → Add Layer → Add WMS/WMTS Layer
- Click New and enter:
- Name: Geolocarta Aerial
- URL:
https://tiles.geolocarta.com/wms?api_key=YOUR_API_KEY
- Click Connect, select the
aeriallayer, and click Add
Adding WFS Cadastral Data
- Go to Layer → Add Layer → Add WFS Layer
- Click New and enter:
- Name: Geolocarta Cadastral
- URL:
https://tiles.geolocarta.com/wfs?api_key=YOUR_API_KEY
- Connect and select the
cadastrallayer
ArcGIS Pro
Add a WMS connection:
- In the Catalog pane, right-click Servers → Add WMS Server
- Enter the URL:
https://tiles.geolocarta.com/wms?api_key=YOUR_API_KEY - Drag the aerial layer onto your map
Coordinate Reference Systems
Geolocarta data is served in the following CRS options:
| CRS | EPSG | Description |
|---|---|---|
| WGS 84 | 4326 | Default, global |
| GDA2020 | 7844 | Australian standard |
| MGA Zone 55 | 7855 | South-east Australia |
| MGA Zone 56 | 7856 | East coast Australia |
| Web Mercator | 3857 | Web mapping |
Specify your preferred CRS using the srs parameter:
https://tiles.geolocarta.com/wms?service=WMS&request=GetMap&srs=EPSG:7844&...
Was this page helpful?