-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specifying mbtiles layer in tessera conf? #32
Comments
Not at the moment, though I've been considering a way to augment / override the TileJSON that's already generated. Tessera passes through the TileJSON provided by a source, How did you produce the MBTiles archive? |
Thanks for the reply! I've made the mbtiles with tippecanoe, with 38 layers corresponding to 38 geojson files - the final mbtiles is about 2Gb - for that reason I was thinking about using layers. Of course the backup solution is to produce 38 different mbtiles, with a tessera config - but I have a bunch of these vector files to serve (more than 1000). |
Yeah, layers seem like they would make sense. Rather than treating tessera as a standalone server with a complicated configuration that needs to be kept in sync, you could try using it as a library and handle the layer management in code. fp-tiler does this to dynamically tile rasters (where the slug matches a snapshot id). sm2 is another example. |
Is there a way to specify the mbtiles vector_layer into tessera conf? Or, do I have to specify it somewhere else, i.e. on the client? Thanks.
The text was updated successfully, but these errors were encountered: