Parcel Boundary Tile Server API

Connection Guide

The Local Gradient Parcel Boundary Tile Server API serves both vector and raster tiles and is compatible with a wide range of standard mapping applications including Leaflet, Mapbox, Dash-Plotly and others.

To access the Tile Server API the user needs a unique access token which they can get by signing up for a free account and then purchasing tile server credits. For trial and development purposes tile server credits can be purchased in increments as low as 10k credits for $10. After trying out the tile server most users prefer to sign up for a monthly renewing tile server subscription which can be cancelled or modified at any time.

Once a user has purchased either trial credits or a subscription they can go to their accounts screen to get their user specific access token. This access token should be stored securely and never shared with anyone. If at any time a user suspects their access token has been compromised please contact us immediately to be issued a new token and we will disable use of the compromised token once you confirm you are no longer using it in any critical application. To access the tile server API add a source/layer to your mapping application of choice with the following information.

Vector Tiles (Recommended for Speed/Flexibility):

https://frontend-jypnlxgeua-uc.a.run.app/data/v3/{z}/{x}/{y}.pbf?key="USER_TOKEN"

Source Layer Name = 'parcels'

Raster Tiles:

https://frontend-jypnlxgeua-uc.a.run.app/styles/blueprint/512/{z}/{x}/{y}.png?key="USER_TOKEN"

If you have any questions please don't hesitate to reach out to us.