I am a totally newbie for open street map, map drawing etc. I'm trying to do indoor map for a building. I've draw the map of the building with josm and have .osm file. I have to implement the map to the flutter and found a plugin called flutter_map which is leaflet implementation for flutter. Than I've realized that i have to use tile.png. I googled it and found that i should build my own tile server. Since there is only one little building in my map, isn't there a simpler way to turn .osm in tile.png instead of using server ? asked 20 Nov '21, 13:44 baranacikgoz |
Docker was easier than i thought. Solved with docker tile server. answered 22 Nov '21, 16:17 baranacikgoz Was that https://switch2osm.org/serving-tiles/using-a-docker-container/ or something else?
(22 Nov '21, 16:40)
SomeoneElse ♦
Yep, switch2osm's docker tile server
(23 Nov '21, 18:27)
baranacikgoz
|
I don't think there is such solution. Probably the most simple way is to learn tool like QGIS, import the data and define how do you want to see all the things, then export the image. This way you avoid server, but still I'm not aware of the solution that would be much simpler than that. answered 20 Nov '21, 14:08 kocio 1
The QMetaTiles plugin can export a set of tiles from QGIS. While QGIS does support the
(20 Nov '21, 16:11)
InsertUser
|