Utilery HTTP API
Utilery exposes a very simple HTTP API. Here are the existing endpoints.
Endpoints
/<recipe>/<names>/<int:zoom>/<int:x>/<int:y>.(pbf|mvt)
Serves protobuf tiles for the given recipe, names,
zoom and x and y coordinates, where:
recipeis the optional name of the recipe to target; if not set, it will default to the "default" recipe (which is the first loaded in the configuration).namesis a+separated list of layers names, or the special keywordallthat will consider all layers.zoom,x,yare the classic coordinates of the wanted tile, in "web tile format"
/<recipe>/<names>/<int:zoom>/<int:x>/<int:y>.json
Same scheme than protobuf tiles, but serves them in raw json.
/<recipe>/<names>/<int:zoom>/<int:x>/<int:y>.geojson
Same scheme than protobuf tiles, but serves them as a geojson FeatureCollection. The key
layer is added to each Feature, given that they are all grouped in one collection.
/tilejson/mvt.json
The Tilejson describing the current Utilery deployment.