Skip to main content

Importing Data

AugmentCity supports two ways to add data to a project:

  • Upload a file — import data you have stored locally
  • Connect an external source — stream live data from a server

Both options are available in the Layers panel by clicking the + button.


File upload

Click + → Import file to upload data from your device. The file is stored in the project and loaded into the 3D viewer. Supported formats:

FormatExtension(s)What it produces
GeoJSON.geojsonVector layer
GPX.gpxVector layer (converted to GeoJSON)
TopoJSON.topojsonVector layer (converted to GeoJSON)
CSV / TSV.csvPoint layer (coordinate or address columns auto-detected; all other columns become attributes)
Shapefile.shp, .zipVector layer (converted to GeoJSON)
KML / KMZ.kml, .kmzVector layer
CZML.czmlTime-dynamic layer
IFC.ifc3D building model (converted to GLB)
3D Model.glb, .gltf3D model layer
Point Cloud.las, .lazPoint cloud layer
GeoTIFF.tif, .tiffRaster imagery layer (RGB/RGBA) or terrain layer (elevation)

File size limit: 100 MB per file.


External sources

Click + → Connect stream to link a live data source. No file is stored — the data is fetched from the server each time the layer is loaded. Supported sources:

SourceDescription
WMSOGC Web Map Service — raster imagery tiles
WMTSOGC Web Map Tile Service — pre-tiled raster imagery
ArcGIS Feature ServerEsri ArcGIS REST API vector features
XYZ TilesSlippy map tile URLs (e.g. OpenStreetMap)
Cesium IonCesium Ion 3D assets (tilesets, terrain, imagery)