Class MVTResource

java.lang.Object
com.graphhopper.resources.MVTResource

@Path("mvt") public class MVTResource extends Object
  • Constructor Details

  • Method Details

    • doGetXyz

      @GET @Path("{z}/{x}/{y}.mvt") @Produces("application/x-protobuf") public javax.ws.rs.core.Response doGetXyz(@Context javax.servlet.http.HttpServletRequest httpReq, @Context javax.ws.rs.core.UriInfo uriInfo, @PathParam("z") int zInfo, @PathParam("x") int xInfo, @PathParam("y") int yInfo, @QueryParam("render_all") @DefaultValue("false") Boolean renderAll)