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 - kavetheman

#1
Maps / Re: Problem with online map source
February 03, 2024, 23:01:46
Perfect. However I cant make it work woth any of the modes.

Here is my provider:
<provider id="10921" type="1" visible="true" background="-1">
<name>Hitta Friluft</name>
<mode>Classic</mode>
<countries>Sweden</countries>

<url><![CDATA[http://static.hitta.se/tile/v3/4_2x/{z}/{x}/{y}]]></url>
<zoomPart>{z}-8</zoomPart>
<zoomMin>12</zoomMin>
<zoomMax>25</zoomMax>
<tileSize>256</tileSize>
<attribution><![CDATA[© Karttakeskus. Lantmäteriet/Metria]]></attribution>
<extraHeader><![CDATA[Referer#http://kartor.eniro.se/]]></extraHeader>
<extraHeader><![CDATA[User-Agent#Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0]]></extraHeader>
<usage>road,city</usage>
</provider>
#2
Maps / Re: Problem with online map source
February 03, 2024, 14:00:50
Quote from: michaelbechtold on February 03, 2024, 13:49:45The URL string has to have x/y (lon/lat) included. Are they in the right place (order)?
In Guru maps we use invY, inverted Y. Is it possible with Locus?
#3
Maps / Re: Problem with online map source
February 03, 2024, 13:56:48
This is what works in Guru maps for the same map source:
<?xml version="1.0" encoding="UTF-8"?>
<customMapSource>
<name>Hitta Frilufts</name>
<url>http://static.hitta.se/tile/v3/4_2x/{$z}/{$x}/{$invY}</url>
</customMapSource>
#4
Maps / Re: Problem with online map source
February 03, 2024, 13:55:17
If I remember correctly this is what is in the providers file:

<provider id="10921" type="1" visible="true" background="-1">
<name>Hitta Friluft</name>
<mode>Classic</mode>
<countries>Sweden</countries>

<url><![CDATA[http://static.hitta.se/tile/v3/4_2x/{z}/{x}/{y}]]></url>
<zoomPart>{z}-8</zoomPart>
<zoomMin>12</zoomMin>
<zoomMax>25</zoomMax>
<tileSize>256</tileSize>
<attribution><![CDATA[© Karttakeskus. Lantmäteriet/Metria]]></attribution>
<extraHeader><![CDATA[Referer#http://kartor.eniro.se/]]></extraHeader>
<extraHeader><![CDATA[User-Agent#Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0]]></extraHeader>
<usage>road,city</usage>
</provider>
#5
Maps / Problem with online map source
February 03, 2024, 11:24:52
I am trying to add an online mapsource. The map displays its tiles not in order. What can be wrong?
#6
Quote from: Andrew Heard on June 13, 2021, 23:55:49
Quote from: kavetheman on June 13, 2021, 06:48:01
Any ideas why it is so thin and opaque sometimes? Makes it hard to see.
the default navigation track style can be changed to other styles - main menu > Settings > Navigation > Line style. The solid line indicates your track, the clear track indicates your route. All settings are a compromise to suit the majority, but the great thing about Locus is the huge amount of customization to help those want something a little different.
In my case i am stationary, I just change zoom level on the map and pan arround. I get that it might change after I have travelled a bit but this is all done 5 seconds apart from the same location
#7
In this example I have pointed on a location on the map and told locus to navigate to it.
Here the whole route is shown:

Here it is zoomed in:

Any ideas why it is so thin and opaque sometimes? Makes it hard to see.