Replies: 3 comments 14 replies
-
I managed to create .mwm files (from .pbf downloads from Geofabrik) on Ubuntu 18.04. I'll write up the process. My problem now is to somehow store an .mwm file in the organicmaps app data folder. One can get at the data folder by connecting an Android phone to a PC (I use a Pixel 4a phone). |
Beta Was this translation helpful? Give feedback.
-
The more I look into the code and the app, the more it seems this could be a cool feature: getting gas prices in the Another problem is the data accuracy from french gas prices... some stations have wrong lat/lng and searching may be tricky when there is a station on each side of a road. In the Osmand version I was just creating a new gas station object with the prices as name. May be that would be a first step here? |
Beta Was this translation helpful? Give feedback.
-
Note that I managed to work around my original problem by exporting the french gas prices as KML files. It's quite nice to use, but still requires to manually import the files |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have recently discovered organic maps to your Google Summer of Code representative at the mentor summit and started using it. I have a piece of code generating osmand data file from the fuel prices published by the french government and would like to generate those data for Organic Maps. I have found the
maps_generator
tool, but I still fail to see how to go from.osm
files to.mwm
. Would you have some code pointers to get me started in that task?My existing code uses osmand's tools, which are storing everything in memory. Ideally I would like to process the data in a stream to run it on my RPi B... but that would be the cherry on the cake.
Beta Was this translation helpful? Give feedback.
All reactions