I want to convert shapfile to .mbtiles in FME2019.
Could you show me how to convert?
Thank you
I want to convert shapfile to .mbtiles in FME2019.
Could you show me how to convert?
Thank you
That's a very general question. Shape is a vector format and MBTiles is a raster format so that means you'll have to use for example an ImageRasterizer or MapnikRasterizer to create that raster. You'll also need to think about zoom levels and styling.
If you can go a bit more in detail about what you have as input and what you want to get as an end-result we'd be able to give you some more specific advice.
That's a very general question. Shape is a vector format and MBTiles is a raster format so that means you'll have to use for example an ImageRasterizer or MapnikRasterizer to create that raster. You'll also need to think about zoom levels and styling.
If you can go a bit more in detail about what you have as input and what you want to get as an end-result we'd be able to give you some more specific advice.
Yes. I have a model in FME to convert vector to mbtile in here: