tileserver-gl
tileserver-gl copied to clipboard
tileserver advice
Hello there,
I have a general or more conceptual question. I am building a web GIS application for which I will be using mainly Azure cloud. On the backend side I am using PostGIS and martin tile server.I would like to be able to publish the same layers I publish using martin as raster tiles and plan to use raster layers on zoom levels ( <5) and vector tiles for zoom > =5.
I want to have a map where the layers displayed at the beginning will be raster(png) but once I zoom in further they will be vector tiles(pbf) so I can query and interact with the features.
i have following questions
is it possible to use tileserver-gl to create raster tiles from vector tiles served by martin? (I read that it is doable using remote tile sources defined in a style)
what tools can I use to create CartoCSS styles for my layers except Mapbox Studio (maputnik, map box studio classic, tilemill?).
i plan to use maplibre to render the layers. Can i use the same style the tileserver will use to style the vector data on the client side?
does tileserver support any query parameters for layers? (martin does support some)?
does anybody know if all this is doable using tilelive modules and tessera server?
Thanks in advance