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

#1
Troubles & Questions / Re: possible memory leak?
November 15, 2022, 09:54:45
Hello,

is there more info about this?
We tested
-using on-and offline maps (no difference),
-no wps (no difference)
-no active kml (no difference)
-only points and tracks (no difference)
-all settings default (except screen allways on!)
rollback to 3.54.3 seems to solve the 'crash' problem (bus still a pretty high memory usage).
#2
Troubles & Questions / Re: possible memory leak?
October 24, 2022, 13:16:16
@balloni55 depending on device:
Developer settings, running services;
you can try to install an older version and see if you experience the same as us. I think vs 4.3 is somthing like our working version

We don't use geocaching

I am also not sure if the problem started with 3.43, i only know that the newer versions give problems to us (3.6X defenitly)
#3
Hello,

we are experiencing higher memory usage after version 3.54.3 . The memory usage is expanding over the time from 500Mb till all the free memory is used and the complete system crashes (after +-4 hrs off driving). We are experiencing this in the all latest versions; our system is android 11 and has 4GB off ram. the issue was also there with android 10.
As side info: we use Lomaps (offline maps) in combination with a lot off tracks
#4
Troubles & Questions / Re: overview_image disable
October 12, 2022, 10:03:30
@menion,

we still use classic, because the layout off the classic is better for our use on tablets. Will the change also be done on the classic version?
#5
Troubles & Questions / Re: overview_image disable
October 10, 2022, 14:21:45
Hello,
the problem for us is the size off the database at the end. We use a lot off tracks and sometimes we load +- 1000 tracks at once. This gives some problem with the size off the  tracks database. Idealy we would like to be able to disable the generation because off the cpu load when generating these tracks and the sql lite db sizes.
#6
Troubles & Questions / overview_image disable
October 07, 2022, 10:10:10
Hello,

is there an possibility to disable the generation off overview images in the database.
Can you tell us when these are generated?
#7
Quote from: menion on October 01, 2019, 12:33:15
Thanks. I'm checking app source code and I see that only "color", "opacity" and  "width" are used. "pattern" and "dasharray" are currently not used.
Menion
thx for looking into this. Are there plans off integrating this? It would be very usefull for us.
#8
Quote from: menion on October 01, 2019, 11:22:32
Hello, not sure if this is currently supported.
Please share small sample track with this style and I'll test it and tell you, why this does not work.
Here the gpx content:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<gpx version="1.1" creator="Locus Map, Android"
xmlns="http://www.topografix.com/GPX/1/1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd"
xmlns:gpx_style="http://www.topografix.com/GPX/gpx_style/0/2"
xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3"
xmlns:gpxtrkx="http://www.garmin.com/xmlschemas/TrackStatsExtension/v1"
xmlns:gpxtpx="http://www.garmin.com/xmlschemas/TrackPointExtension/v2"
xmlns:locus="http://www.locusmap.eu">
   <metadata>
      <desc>File with points/tracks from Locus Map/3.39.4</desc>
   </metadata>
<trk>
<name>Test</name>
<desc><![CDATA[<!-- desc_gen:start -->
<!-- desc_gen:end -->]]></desc>
   <extensions>
      <gpx_style:line>
         <gpx_style:color>008000</gpx_style:color>
         <gpx_style:opacity>0.29</gpx_style:opacity>
         <gpx_style:width>20.0</gpx_style:width>
         <gpx_style:pattern>dash</gpx_style:pattern>
         <gpx_style:dasharray>
            <gpx_style:dash mark="4" space="10"></gpx_style:dash>
         </gpx_style:dasharray>
      </gpx_style:line>
   </extensions>
<trkseg>
<trkpt lat="50.920694" lon="4.954408">
</trkpt>
<trkpt lat="50.927194" lon="4.951460">
</trkpt>
<trkpt lat="50.927528" lon="4.951442">
</trkpt>
</trkseg>
</trk>
</gpx>
#9
I am trying to import gpx files with lines that have a pattern. Lines need to be dashed, defined in the gpx itself. I can't seem to get it to work. Map layout is not usable for me since i will generate the gpx from Mysql, with different line styles and colors defined in one gpx.
Can someone post an working example off the gpx content?
thx in advance