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 - 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
did anybody manage to get this stuff running on a linux (ubuntu server) machine?
#3
Troubles & Questions / Re: gpx import not working
September 13, 2012, 17:22:53
latest from market
#4
Wishlist / Re: gpx mass import
September 13, 2012, 17:21:50
shit... forgot about the zip posibility.
just imported 20 tracks the classic way... :(
#5
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
#6
Troubles & Questions / Re: gpx import not working
September 13, 2012, 16:41:54
thats how i did it...

but it works now after resetting settings of locus (not acceptable solution)
#7
Troubles & Questions / Re: gpx import not working
September 13, 2012, 16:22:30
looking good... so it works for you?! damnit!
#8
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
#9
if anybody wants to create maps on his own.
here is my step by step howto to do it an a fresh ubuntu server installation

###login as user
sudo passwd root
###type your password and then the new password for user root twice
logout
###login as root
apt-get update
apt-get upgrade
reboot
###login as root
apt-get dist-upgrade
reboot
###login as root
wget http://bretth.dev.openstreetmap.org/osmosis-build/osmosis-latest.zip
apt-get install unzip
unzip osmosis-latest.zip
mkdir .openstreetmap
mkdir .openstreetmap/osmosis
mkdir .openstreetmap/osmosis/plugins
cd .openstreetmap/osmosis/plugins
wget http://mapsforge.googlecode.com/files/mapsforge-map-writer-0.3.0-jar-with-dependencies.jar ### source: http://code.google.com/p/mapsforge/downloads/list
cd /root
mkdir planet
cd planet
wget http://download.geofabrik.de/osm/europe/germany/bremen.osm.pbf
mkdir /root/osm
cd /root/osmosis-0.40.1/bin
chmod 777 osmosis
apt-get install openjdk-6-jdk openjdk-6-source openjdk-6-demo openjdk-6-doc openjdk-6-jre-headless openjdk-6-jre-lib
./osmosis --rb file=/root/planet/bremen.osm.pbf --mapfile-writer file=/root/osm/bremen.map type=hd
#11
if you dont need the terrain lines. i can create the greece map for you...
#12
attached the requested alps.poly
#13
now it includes the french/italian alps
#14
alps finally done!
#15
woops. my mistake. i took the alps.osm.bz2 from geofabrik, extracted it and used that to create the poly with the per script...

but creating the osm xml file with josm seems to have worked outed now...

generating the alps atm ;-)