I am using maps from OpenAndroMaps.
For France, there are 2 maps (north and south) with some overlap. So I have 2 XML mapsources, 1 for each half (see exemple for North below). That is working fine
Now I would love to be able to create some maps that are across the 2 France maps.
I tried to combine them using a multilayer XML :
But that doesn't work
Would there be a way for achieving that combination?
Thanks
My XML for the north map (south is the same but pointing to the south map file):
<?xml version="1.0" encoding="UTF-8"?><mapsforge><!-- name of the map - as shown in map source list --><name>OAMFranceNorth</name><!-- optional --><minZoom>0</minZoom><!-- optional --><maxZoom>20</maxZoom><!-- absolute or relative file name --><mapFile>locusmaps/France-North_oam.osm.map</mapFile><!-- optional default OSMARENDERER Theme --><!-- absolute or relative file name --><xmlRenderTheme>locusmaps/Elevate/Elevate_mtb.xml</xmlRenderTheme><transparent>false</transparent><!-- text size scale factor --><textScale>1.0</textScale></mapsforge>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I am using maps from OpenAndroMaps.
For France, there are 2 maps (north and south) with some overlap. So I have 2 XML mapsources, 1 for each half (see exemple for North below). That is working fine
Now I would love to be able to create some maps that are across the 2 France maps.
I tried to combine them using a multilayer XML :
But that doesn't work
Would there be a way for achieving that combination?
Thanks
My XML for the north map (south is the same but pointing to the south map file):
Only set the two maps defined as
<transparent>true</transparent>
in their XML mapsource file and it works.
PS : Actually, it's enough to define the map of the second layer (South in your case) as transparent
Last edit: Laurent Grenet 2024-06-20
Bonjour Laurent
Sorry for late feedback, I didn't had a notification
I tried as per your suggestion
But MoBAC is complaining:
Sorry I read too fast, you meant in the individual map XML
All good now
Many thanks 👍