WMS libraries & custom raster layers
Add curated base maps and overlays without manual setup.
Overview
Soarvo provides curated WMS library bundles — pre-configured open-data base maps and overlays ready to add to projects, without manually sourcing EPSG codes, layer names, or URLs.
Available Library Bundles
Available Downloads
Each download is a ZIP of configuration files. Once downloaded, ask your Administrator or Soarvo support to load it into your tenant's Background Maps.
HistoricalOrdnance-Survey.zip
Download
MastermapVariations.zip
Download
ESRI.zip
Download
Adding a Library to Your Project
Contact Soarvo support to provision a bundle. Once provisioned, layers appear in the Background Maps selector in the Data Viewer. See WMS & Custom Raster Layers for layer-level management.
What's Next?
Overview
Soarvo supports custom raster tile sources (WMS and ZXY) as project-wide background layers, visible in the Maps folder of the Layers Panel. Only Administrators and Project Managers can add them.
Using the Create Layer File Tool
Click ⋮ on a location card > Create Layer File… and follow the prompts.
Manual File Format
Custom layers are .mapjson or .wms files containing JSON.
ZXY Tile Source
{"service_type": "ZXY_TEMPLATE", "url_template": "https://your-tile-provider.com/{z}/{x}/{y}.png?key=YOUR_KEY" }
For TMS format (Y origin south), use {reverseY} instead of {y}.
WMS Tile Source
{"service_type": "WMS_TEMPLATE", "url_template": "https://your-wms-server.com/service?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&LAYERS=YourLayer&CRS=EPSG:3857&BBOX={westProjected},{southProjected},{eastProjected},{northProjected}&WIDTH=256&HEIGHT=256" }
Optional Parameters (all types)
"tile_width": 256, "tile_height": 256, "bounds": { "west": -10, "south": 49, "east": 2, "north": 61 }
Uploading and Activating the Layer
- In a location's Map Window, click Upload Files and upload your
.mapjsonor.wmsfile. - Wait a couple of minutes, then refresh — the layer appears in the Maps folder.
Pre-built WMS Libraries
Downloadable WMS config files for Ordnance Survey 1919 Historical Data, Ordnance Survey Mastermap Variations, and ESRI Open WMS Datasets are in the Libraries section of the Knowledge Base.