Welcome to Water Restrictions, your go-to source for up-to-date information on water restrictions in your area.Water Restrictions LogoWater Restrictions

Get Area Tile

Returns a Mapbox Vector Tile (MVT) for the given XYZ tile coordinates. Returns 204 when no areas intersect the tile.

GET
/v1/tiles/areas/{z}/{x}/{y}.mvt

Returns a Mapbox Vector Tile (MVT) for the given XYZ tile coordinates. Returns 204 when no areas intersect the tile.

Path Parameters

z*integer
Match^-?(?:0|[1-9]\d*)$
Formatint32
x*integer
Match^-?(?:0|[1-9]\d*)$
Formatint32
y*integer
Match^-?(?:0|[1-9]\d*)$
Formatint32

Response Body

application/vnd.mapbox-vector-tile

application/vnd.mapbox-vector-tile

curl -X GET "https://example.com/v1/tiles/areas/0/0/0.mvt"
Empty
Empty