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

#10291
[CZ&SK] - diskuze o Locusu / Re: nejde import dat
February 16, 2012, 19:57:47
ahoj,
  objevil jsem před pár dny jednu chybu při importu bodů. Tedy konkrétně při přepisování již naimportovaných bodů. Zkus tvoje body naimportovat do nově vytvořené kategorie co to udělá.
#10292
Troubles & Questions / Re: Move to final waypoint
February 16, 2012, 12:23:25
hi Honza, dont know ... attach sample file and i'll look at it ...

Sent from my Galaxy Nexus using Tapatalk
#10293
I know guys, sorry ... no time for WhereYouGo, as usually. I hope that during March, I'll find free day to fix some bugs that I have already reported
#10294
Maps / Re: [MAPS] - Vector maps
February 13, 2012, 14:12:50
difference is for sure bounding area. I defined all countries manually by my own (to be true, it's work of my girlfriend) and all places have around 10km bounding area around borders. It's causing bigger files. If this is only reason ... don't know
#10295
Troubles & Questions / Re: Wrong-named NMEA logs
February 13, 2012, 14:10:37
i see no problem in naming scheme in code anyway just for sure I changed it a little, so check it in next version
#10296
Thanks Jusc,
  I was already looking on it but it have no usage for me. All (except Smooth animation when zooming) is already created in my own system, anyway thanks
#10297
the whole system changes so check new version (it will still take at least 10 days to release) but seems like this issue isn't there
#10298
hi rev, sorry but this is not possible. Data are permanently lost if they're not in your backup. As gynta wrote, updated dialog will be in next release to prevent this accidentally deleted data
#10299
hi tommi,
  you great idea realized

http://server.asamm.com/locus/maps.html

  here is result! nice, thank you once more

  system will be working in new version (there was need for changes in Locus code)
#10300
Troubles & Questions / Re: Google Maps support?
February 11, 2012, 21:40:32
yes it's not just moral decision, you're right. Risky ... yes, but as you can see, 95% of apps use these maps illegally and google seems don't case. Unfortunately for me.
#10301
very nice idea ... added!
#10302
Troubles & Questions / Re: Google Maps support?
February 11, 2012, 18:31:51
Hello Soravis,
  using of Google maps is allowed only in one condition. Google provide their own API for android for accessing their maps. But this API is not usable for me to implement into Locus. When Locus was just for free, it was possible for me to use their maps ... by use I mean stole. But when I ask for money for payed version, my conscience do not allow me to use stolen maps.

 As I look on AplineQuest and also on many other map application, this is very easy - they stole their maps. That's all ...
#10303
perfect. Yes it's for routing info or just generally on points where are some special informations. Also should be interesting for you column "breaks" where are indexes of points on which track was paused or when some tracks were merged etc. And one last info ... number of points in "points" column is not known. When I read this data, I just read till some data are available :). Just for your info to save some time with searching for some number of points

ah and also this should be helpful for you. http://code.google.com/p/android-locus- ... Utils.java ... scroll to bottom. There is storing and loading of locations in current Locus API. It's same in database (I hope :) )
#10304
Hi,
  I use own format for storing such informations that don't need any searching or similar operations. You will do some operations over them in Java? I can tell you current format of "points" column. This is not hard. It's just an array of location (android specific) objects

loc = new Location(dis.readUTF());
loc.setLatitude(dis.readDouble());
loc.setLongitude(dis.readDouble());
loc.setAltitude(dis.readDouble());
loc.setBearing(dis.readFloat());
loc.setSpeed(dis.readFloat());
loc.setAccuracy(dis.readFloat());
loc.setTime(dis.readLong());

Anyway column "waypoints" is really really complex and in this case I rather suggest to export/import. Ask if you're interested in any specific information, just ask ...
#10305
no to se nic neděje :). Locus Pro/Free, addony Vector maps, Contact a AR jsou moje ale zbytek (už cca 10 addonů) dělají různí lidé takže pokud je to chyba vysloveně v tom addonu tak je potřeba kontaktovat konkrétního autora