Topic: OpenStreetMap offline

Hi, i'm new here and i have a little question.
I need to run my application offline and i try to catch tiles from openstreetmap datas but i don't now how to convert osm file to tiles..
have you any tips for me?
Thank a lot

Re: OpenStreetMap offline

Hello.

The osm file is a vector tile.
The current version of Online Maps can only use raster tiles.
You can try to search for any rasterizer or cache raster tiles (png or jpg).

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: OpenStreetMap offline

Thank you for your answer.
Can we use MBTiles format?

Re: OpenStreetMap offline

Yes, you can use mbtiles.
But Online Maps does not have a built-in SQL client, so you will need to read the tiles and send them to the map.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.