Matched Buildings on Tiles
If your account is enabled with our Regrid Parcel Data + Matched Building Footprints, you have the ability to create custom raster and vector layers to display the building footprints.
The building footprint tiles contain only the building footprints. You can use the building footprints layer in combination with a parcel layer and the Parcels + Matched Building Footprints API to retrieve additional details, including building attributes.
Sample layer definition with building footprints
To create a building footprints tile layer, follow the steps for creating a custom layer above. In your custom layer definition, specify the buildings layer with a query for "buildings": true.
The default tile format for a custom layer is raster tiles, and you can use the format parameter in the layer request URL to change the default format for the layer to vector tiles.
POST /api/v1/sources?token=
{
"query": {
"buildings": true
},
"styles": "Map { background-color: rgba(0,0,0,0); } #loveland { line-color: #69387a; }"
}The styles property above is optional and is be used to style raster tiles.
Updated 3 months ago
