question: Does it support raster data? #248
Replies: 4 comments 10 replies
-
Hi! Currently, martin doesn't support raster tiles, but it can be added in the feature releases. |
Beta Was this translation helpful? Give feedback.
-
@stepankuzmin Did you already think about how one could implement this? Resorting to mapnik etc. for rendering and just serving the resulting raster tiles? |
Beta Was this translation helpful? Give feedback.
-
@Baschdl Maybe this helps? Take a look at |
Beta Was this translation helpful? Give feedback.
-
Update: Yes, Martin has been able to serve raster tiles from postgres, mbtiles, and pmtiles for a while now. To try it out (if you have Rust installed, from the root of the Martin repo) - just do If you have an mbtiles file with images, you can just run |
Beta Was this translation helpful? Give feedback.
-
Can we store/map raster data using
postgis + martin
to speed up rendering on the client side?Edit: And if it does not, how can that be achieved?
Beta Was this translation helpful? Give feedback.
All reactions