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

#13411
Maybe it's not the best english translation ... Track logger better? it just record points when you're walking or driving with enabled gps ...
#13412
Hi to all,
  seems that waiting for new My Tracks release is never ending ...

 ... so, seems that you really want track recording, I created one during today!

There is also missing many features but recording and viewing recorded track is now available!

BUT! I need any feedback from you! I'm personally not using track recording, so I don't know what is most important for that. Help me create simple and useful track recorder. Not any complex as My Tracks and many others is. Try this version, write me mistakes and things you really miss and want!! Exporting feature is prepared but not working. What formats do you like to export? Is important for you to select path of exported data or is enough to export to for example Locus root directory? Write, write, something :) thanks to all ...

EDIT

19.1.2011 - Locus 0.9.3.7
Big update ...
  • support for maps bigger then 2GB actually disabled. No simple solution to Hack android device problems with these big files!
  • improved menu on map screen (when you press hardware menu button). There is enough space for new, simple "tools"
  • ability to draw (and save) track manually
  • created categories for tracks (currently only few types ... do you want more? which?), ability to filter them similar to point filter.
  • many fixs with My Maps. Now should work much better!
  • new dialog for creating new maps in My Maps
  • and many more, I don't even know what ... :)

17.1.2011 - Locus 0.9.3.6
One update after another ...
  • imporvements for SQL maps with TXT file works even on smaller maps if you have any problems or want faster initialization
  • small fix to Locus icon

17.1.2011 - Locus 0.9.3.5
One nice morning update!
  • added support for unlimited SQL file map size ;) (with some work before fully function to do - read after try to add map - works?)
  • rapidly improved importing of files (KML now support whole range of style tag, GPX, ...)
  • fixed some problems with map edit!
  • added custom filtering of POI's (by icon - usable for imported data, PQ, KML, ...)

16.1.2011 - Locus 0.9.3.4
Hmm, don't work on saturday and sunday I suggest. But I have to, you're waiting for new versions right? :) so ...
  • improved route record speed and stability. Now do not harm map speed anymore ...
  • added editable style of every single track!!
  • added settings for default track style and also settings for behavior of track record!
  • many fixs and improvements mainly with tracks ... uff

15.1.2011 - Locus 0.9.3.3
  • fixed stupid crashing mistake during track record
  • added Switzerland Maps+
  • re-writted online map handling. I founded source of OutOfMemory errors during Online maps viewing. But it need some testing, so Online maps may be a little slower now, just test and let me know ...
  • problem with Offline maps bigger then 2GB cannot be solved! It's limitation in Android devices, so offline maps bigger then 2GB aren't supported now!

14.1.2011 - Locus 0.9.3.2
  • added Google China (doesn't seem to work as have to ... same as MOBAC ... in Peking, around 500 metres out ... what you think?!)
  • added Google Korea maps
  • added ability to export Tracks
  • fixed problem with selection download "By state"
  • founded problem with SQLite maps bigger then cca 1.5GB! I cannot initialize them correctly! Not fixed yet. Currently only solution for me is that all zooms will be opened which means that you'll zoom through all zooms even when no tiles are downloaded ... stupid!
  • fixed some crashs when leaving POI screen too fast :)
[/list]
#13413
nene není, zkus vytvořit malý soubor a jestli ti nepůjde tak mi ho pošli ...
#13414
Zdravím, ano obecně by SQLite měl být rychlejší.

Každopádně, pokud jsi mapu nahrál přímo do Locus/maps, tak se ani přidávat nemusí tím spodním tlačítkem. Mapy v maps adresáři se aktualizují a přidávají samy takže po prvním spuštění by měla proběhnout inicializace a mapa by měla být vidět. Není? Tak je někde v appce problém! Jak je ta mapa co jsi vytvořil velká? dala by se někam nahrát abych ji zkusil? Díky
#13415
Hi Onelook,
  I'll try to write in English, for more users ...

  nice utility, haven't tried but seem fine. About documentation, I don't know about any. I created one SQLite map in MOBAC and by that I created whole support. Only think you have to worry is this: don't create database with classic auto-increment index, create it just without it! It's much much faster and index is not needed! It takes me a lot of time to figure out this (I'm really not a database expert)!

so in Java I'm just creating these two tables in database
CREATE TABLE info (minzoom INTEGER,maxzoom INTEGER);
CREATE TABLE tiles (x INTEGER,y INTEGER,z INTEGER,s INTEGER,image BYTE, PRIMARY KEY (x, y, z, s));

how this is helpful for you if you have any troubles
#13416
Troubles & Questions / Re: zoom out in offline mode
January 11, 2011, 06:08:04
Hi notua,
  I know, it's kind of issue and I have to solve it into next version. I'll allow to download all sub-layers until lowest one ...

EDIT 7:30 :)
  OK so first today task done - issue fixed, wait for new release, today or tomorrow ...
#13417
Hi,
  I did this behavior to save user a little time with touching one command. You think it's useless? I don't think that is priority to have exactly same game style on all platforms.
#13418
Hi rasj,
  saving functionality should work! May you send me cartridge GC code to allow me simulate your problem?
#13419
ahoj,
  ten proces pro převod není až tak potřeba. Ta TAR mapa co jsi stáhl je i tak čitelná v Locusu. Stačí celý adresář nahrát do maps adresáře!
#13420
Hi,
  hmm, I don't want to add too many buttons on main panel. I cannot say I'll do it soon, but sometimes when functionality grow a little bit, maybe I'll do something like left panel on which you should place whatever functionality you'll want. This functionality I don't feel like too important ... anyway, thanks for tip :)
#13421
Implemented / Re: New mapdata
January 10, 2011, 06:48:05
Hi,
  new map data are added into version 0.9.2 and higher. Only problem with this, is tile limitation on single IP per day set on 10000 tiles! So count with this and remember that downloading more then this amount per day will not success!!
#13422
Information / Re: [POLL] - what to do in 2011!
January 08, 2011, 17:53:58
Hi,
  thanks ;)

  about recording - still waiting for new verison on MyTracks, but my cup of tea is almost full :)

  don't know about fusion tables. Seems interesting. But have to say, maybe later. But developing process never ends so ... ;)
#13423
hi,
 I'll have to look at this more precisely. As I see on Wikipedia page, MGRS is derived from UTM system, so it probably shouldn't be too hard to create. Stay tuned! After some main things I wanna do (route recording and directions support) I'll find time for this also ..
#13424
Hi,
  it's not for first time when I saw problem with table.getn, but ... I have discuss this with author of OpenWIG and he wrote me:

problem is when function "table.getn", is old and should not be used anymore. Instead of this they have to use #table

  maybe it helps.

and one last thing ... if you have any problems with your cartridge on Android WhereYouGo, please try this first on Java OpenWIG as described here, thanks

Quote from: "bodenseepingu"Hello,

QuoteSolution is:

local d2,b2 = Wherigo.VectorToPoint(zone005.OriginalPoint, Player.ObjectLocation)
kysimus = kysimus + d2:GetValue('m')

Thanks for ernst.spiess!
Holmes

Not 100% correct, try
kysimus = kysimus + d2:GetValue 'm'  -- or feet - but without brackets

at the same time I am massively programming currently WIG's - there are more problems on ANDROID WhereYouGo

One major when using tables is that table.getn function crashes - I replaced all that calls and count the table entries by myself.
#13425
hi dibrial,
  ah, you're right. I do not tested these hybrid maps and it seems that they are from two parts (aerial and roads). I'll leave then as they are and try to fix into final one release to allow display one bitmap with roads over aerial one. Thanks for information about problem.