Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - TrulloF

#1
I have a problem with themes using transparency. If areas are drawn with transparency (doesn't matter if using transparency with area or line colors or svg graphics, whith transpareny) I get visible tile borders, which is pretty annoying and ugly to my eyes. Happens with internal theme too (look at forest areas), but mainly with smaller maps. Germany North isn't affected by this, but for instance Brandenburg or other counties. Seems to me like a rendering bug. If I stop using transparency in my theme the tile borders are gone.
The following users thanked this post: Tapio
#2
New version crashes immediately when tapping a search result in LoSearch (Xperia XZ1 Compact, Android 12).
The following users thanked this post: Menion
#3
Quote from: freischneider on October 15, 2025, 06:13:03It happens to me regularly.
Same here. Routing data gets updated without any problems for me and there's a message every time it's done.
The following users thanked this post: Andrew Heard
#4
In the latest beta version theme defined icons don't get drawn on map, if you activate map rotation. If map rotation is off, they get drawn again. Doesn't matter if the icons are png or svg. This doesn't affect LoPoints. They are shown with and without map rotation activated.
The following users thanked this post: Tapio
#5
Locus Map / Re: [APP] - version 4.21.+ ( 1/2024 )
February 19, 2024, 09:34:53
Much better. Thanks.

Quote from: Menion on February 19, 2024, 08:15:57The slowdown is interesting.
Could you please give a try to the V2 version on Google Drive? Thanks
> MapGooglePlay_4.21.1.2 V2_1125_beta


The following users thanked this post: Menion
#6
Locus Map / Re: [APP] - version 4.19.+ ( 9/2023 )
November 10, 2023, 18:28:09
Quote from: AgusOrux on November 10, 2023, 16:52:56Hi Menion.

In beta 4.19.0.8 the online address and location search does not work on my device.
Same here. Quite annoying to be honest.
The following users thanked this post: Menion
#7
Offline LoPoints still don't respect theme definitions and always overlay icon definitions in v4 themes with Locus default icons. That's true for all themes like Voluntary and other custom themes. With v3 maps the behaviour is different in the way that offline  LoPoints are depicted as defined by the theme and not as extra overlay.
The following users thanked this post: Andrew Heard
#8
I get lots of crashes in connection with point/track menu. If I chose a point and try to start navigation/guiding then it crashes. If I choose the same point from the map, it works. I get also crashes if I push the center on point button in point screen. Pretty unusable for me in this state...
The following users thanked this post: Andrew Heard
#9
Themes - Vector maps / Re: [Theme] OS Style
March 09, 2018, 23:58:22
There's a mistake in your theme xml. bicycle_rental.png should be bicycle_rental.svg. Just check any bigger city (e. g. in Germany Berlin, Leipzig starting with zoom level 16).
The following users thanked this post: john_percy
#10
Maps / Re: [Overlay] Google Traffic Overlay
July 23, 2016, 19:40:35
Or use similar traffic data from other source:   

<provider id="10861" type="0" visible="true" background="-1">
      <name>Traffic Overlay</name>
      <mode>Traffic - Overlay</mode>
      <countries>World</countries>
      <url><![CDATA[https://map{s}.mappy.net/map/1.0/slab/traffic/256/{z}/{x}/{y}]]></url>
      <serverPart>1;2;3;4</serverPart>
      <zoomPart>{z}-8</zoomPart>
      <zoomMin>8</zoomMin>
      <zoomMax>28</zoomMax>
      <tileSize>256</tileSize>
      <attribution><![CDATA[]]></attribution>
      <extraHeader><![CDATA[Referer#http://en.mappy.com]]></extraHeader>
      <extraHeader><![CDATA[User-Agent#Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0]]></extraHeader>
      <usage>overlay</usage>
   </provider>   
The following users thanked this post: gynta
#11
Hi.
They changed their tiling scheme some time ago, so you can easily integrate it into Locus.
Just create a new xml file (e. g.  michelin.xml) in the \Locus\mapsOnline\custom\ folder with the following content:

<?xml version="1.0" encoding="UTF-8" ?>
<!-- ViaMichelin maps -->
<providers>
<provider id="80118" type="0" visible="true" background="-1">
      <name>ViaMichelin</name>
      <mode>Michelin</mode>
      <countries>Europe</countries>
      <url><![CDATA[http://map{s}.viamichelin.com/map/mapdirect?map=viamichelin&z={z}&x={x}&y={y}&format=png&version=201503191157&layer=background&locale=default&debug_pattern=.*]]></url>
      <serverPart>1;2;3</serverPart>
      <zoomPart>{z}-8</zoomPart>
      <zoomMin>16</zoomMin>
      <zoomMax>28</zoomMax>
      <tileSize>256</tileSize>
      <attribution><![CDATA[Map data ©Michelin TomTom Natural Earth<a href="http://www.viamichelin.de/">© viamichelin.de</a>]]></attribution>
      <extraHeader><![CDATA[Referer#http://www.viamichelin.de/]]></extraHeader>
      <extraHeader><![CDATA[User-Agent#Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101 Firefox/21]]></extraHeader>
   </provider>
</providers>
The following users thanked this post: 2012, john_percy, Hexchaintech, LocusUser#1