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

Topics - sebbo

#1
i set up my own traccar server and am trying to use the live tracking option in locus. when using  fixed url: http://192.168.10.7:5055/?id=123456&lat=51&lon=12&altitude=300&speed=20
its working and sending the position to the server.

when i am using the placeholders, its not working


any ideas?
#2
Wishlist / gpx mass import
September 13, 2012, 16:54:29
is it possible to integrate a feature to import every gpx in a specific folder or to just select several files to import at once?

thanks
#3
Troubles & Questions / gpx import not working
September 13, 2012, 15:55:06
while trying to import gpx files to locus with tracks recorded by another locus

it records the following error in the logs folder

Quote----------  13.09.2012 15:48:16  ----------
TAG:FileImport
MSG:parseGeoData(2012-09-03_190926.gpx)
TRACE:java.lang.NullPointerException
   at menion.android.locus.core.geoData.io.h.a(L:349)
   at menion.android.locus.core.geoData.io.a.a(L:47)
   at menion.android.locus.core.geoData.io.g.a(L:328)
   at menion.android.locus.core.geoData.io.aj.a(L:326)
   at menion.android.locus.core.gui.extension.ar.doInBackground(L:1)
   at android.os.AsyncTask$2.call(AsyncTask.java:264)
   at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
   at java.util.concurrent.FutureTask.run(FutureTask.java:137)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
   at java.lang.Thread.run(Thread.java:856)


example file is attached
#4
Maps / vector .map Germany weekly; regions daily
March 23, 2012, 10:28:52
Daily .map files of german regions
weekly .map file of germany

http://sebbosweb.com/wp/?p=375

upload on this server is limited to 5000 kbps

if anybody needs other maps more frequently then provided anywhere else, just leave a message
#5
Troubles & Questions / Vector Map Style
March 12, 2012, 10:57:48
Is it Possible to change the style of vector maps being displayed?
atm its like this:


which is kinda difficult/not possible to see the difference between roads, tracks and paths while driving offroad

much more usefull would be the view as on openstreetmap itself:

#6
i have 2 tracks with more than 3000km.
one is importet. the other is merged from lots smaller with locus recorded tracks
i cant either see information of them, nor can export them
i even cant display them on them on the map. there is just nothing happening. not even a error message  :cry:

#7
as i wanted to create a "huge" map for my holiday destination and the download limitation in the new locus version i came to a problem: no time to wait for the download to finish

at first: create your own tile server and render your own tiles
http://weait.com/content/build-your-own ... map-server

second: get the tiles into a sqlite database useable by locus
viewtopic.php?f=21&t=4
Note: add your custom mapsource to mobac by adding your_name.xml to "mapsources" folder containing:

<?xml version="1.0" encoding="UTF-8"?>
<customMapSource>
<name>test</name>
<minZoom>0</minZoom>
<maxZoom>18</maxZoom>
<tileType>png</tileType>
<tileUpdate>None</tileUpdate>
<url>http://your.webserver.ip.com/subfolder/{$z}/{$x}/{$y}.png</url>
<backgroundColor>#000000</backgroundColor>
</customMapSource>

i know this is not the best howto for a kinda complex thing like this. if you have any questions ill try to help