I'm developing an app for windows using WPF project.
In this app I want an offline map of all the France. I have downloaded the osm.pbf file of my country but I don't know how to display it in my app.
I have done some search, I'm supposed to generate the tiles (png or vector) and after add them with my leaflet map.
I'm just wondering how I can render all those tiles (I'm on windows). Or just if you know a app that can generate them automatically?
Or if you can tell me how i can create a local server that can generate my tiles when i asking them on leaflet it could be ok.