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
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
#2
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
#3
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
#4
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
#5
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
#6
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
#7
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