Skip to main content

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

  1. Open QGIS and go to Layer → Add Layer → Add WMS/WMTS Layer
  2. Click New and enter:
    • Name: Geolocarta Aerial
    • URL: https://tiles.geolocarta.com/wms?api_key=YOUR_API_KEY
  3. Click Connect, select the aerial layer, and click Add

Adding WFS Cadastral Data

  1. Go to Layer → Add Layer → Add WFS Layer
  2. Click New and enter:
    • Name: Geolocarta Cadastral
    • URL: https://tiles.geolocarta.com/wfs?api_key=YOUR_API_KEY
  3. Connect and select the cadastral layer

ArcGIS Pro

Add a WMS connection:

  1. In the Catalog pane, right-click Servers → Add WMS Server
  2. Enter the URL: https://tiles.geolocarta.com/wms?api_key=YOUR_API_KEY
  3. Drag the aerial layer onto your map

Coordinate Reference Systems

Geolocarta data is served in the following CRS options:

CRSEPSGDescription
WGS 844326Default, global
GDA20207844Australian standard
MGA Zone 557855South-east Australia
MGA Zone 567856East coast Australia
Web Mercator3857Web 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?