-
|
Hi, I'm trying to find the differences between OpenAndroMaps and MapsForge Prebuilt Maps (from ftp-stud.hs-esslingen.de). Particularly, I'm developing themes for paragliding pilots and high voltage power cables seems to be not visible on the MapsForge maps. In Maplibre/Mapbox world, there are the inspector themes, which show this "X-Ray" view of all data visible on maps. Is this possible to have this view in the Mapsforge ecosystem? I tried both Cruiser, but didn't find an option for this) and VTM playgrounds (but couldn't start it on Apple M1 Macbook). I'm looking for any option to debug this. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 12 replies
-
|
There are 2 map libraries:
OpenAndroMaps themes are created for the Mapsforge map library. About your question, there is no such tool, unless an app implements it. |
Beta Was this translation helpful? Give feedback.
-
|
I don't yet understand the difference between Mapsforge and VTM. I'm familiar with Maplibre and OpenMapTiles. What is their analogue in the Mapsforge/VTM/Cruiser ecosystem of libraries? Practically speaking I have two questions:
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks, I've developed a theme once, now I'd like to update it, to run on recent VTM versions and support MapsForge Prebuilt Maps. This my map theme, made for paragliding pilots: I didn't know VTM has a different syntax. So if Cruiser runs on my computer, can I just use it to develop the theme? I had trouble compiling VTM playgrounds. About the tag mapping, powerlines in particular: OAM has this, along a bunch of other power line related bits: Mapsforge Prebuilt only has this: Can I conclude that Mapsforge Prebuilt then has no way of displaying power lines? |
Beta Was this translation helpful? Give feedback.
-
|
OK, I was able to solve it, by changing the order of arguments. This is the full command which works: |
Beta Was this translation helpful? Give feedback.
-
|
Hello @hyperknot Having added a "quick n dirty"declaration of power-lines in a VTM theme, I can confirm that OpenAndroMaps have them, but Mapsforge maps do not. This might be something to add to the Cruiser themes so that the basic theme "rules" make their way back to developers/tweakers like yourself - there is a similar "issue" with "Contour Lines" as they are not present within a Mapsforge map. However, we include a Layer which makes them visible with the right map provider, eg: Freiz, OAMaps. |
Beta Was this translation helpful? Give feedback.
What is included in Mapsforge maps depends on the tag-mapping during the map creation.
Each map provider may include different map content:
To develop map themes for a map library, you can start with one of their default themes and modify it.
VTM uses OpenGL and can read Mapsforge maps and themes.
But it uses a slightly different syntax of theme rules.