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

#12706
Troubles & Questions / Re: Locus and DroidWall
March 30, 2011, 12:52:44
hmm interesting :) I use for address one more method against other internet connection. Firstly I check if system have access to internet by some system method. Is so, then i connect. This is faster when no connection is available. And looks that this can cause some troubles ...
#12707
I founded this short discussion during search for some solution

http://forum.xda-developers.com/archive ... 75909.html

seems to be some global problem with HD2 roms. I currently don't know hot to "fix" this so use another method like berkley said or try another rom
#12708
hmm david don't know where should be problem. What is your phone type? HD2? You may try calibrate compass on the go, just do some big 8 with whole phone or rotate it around all three axis ...
#12709
hmm don't know how this happen and also how to help. If you can say me location of download (map center coordinates) and map provider and ZOOMS that cause this issue on my phone also, I can fix this.
#12710
Implemented / Re: Sea charts for Norway
March 30, 2011, 07:01:17
simple, added
#12711
Wishlist / Re: translated wherigo
March 30, 2011, 06:49:21
Hello,
  I know I know. There is lot of work on wherigo, add translation, add support for offline maps, some other tweaks. I count with that but I need to find some time. During April I promise, I'll do that to be WhereYouGo ready for a nice weather that is comming. And pro/free no ... it will be forever for free without adds ... gift from me to users ;)
#12712
yes, thanks what I read also cseu. Sounds very nice because mercator projection in SQLite database is exactly what Locus use as primary map source. More zoom levels? You can use same technique as for huge maps. Move all your maps into one subdirectory in maps directory and all will work as one map!
#12713
what do you mean by "writing gun again and again". Anyway how it's possible that file is set to write-only? Grr could this be done by Locus itself? weird ...
#12714
Troubles & Questions / MAPC2MAPC - try anyone?
March 29, 2011, 11:19:40
http://www.the-thorns.org.uk/mapping/help/over.html

did anyone tried this? For example to convert ozfx maps directly to Mercator projection and then to sqlite map file?
#12715
hmm looks that I need some help here InfX!

I don't know well map format of ozi so I need some light on it please ... (or any other guy)

this is your map file!
OziExplorer Map Data File Version 2.2
10_dest2195.tif
C:Documents and Settingshp nc6230DesktopMaps OZI GPS10_DEST2195.ozfx3
1 ,Map Code,
Israeli,WGS 84,   0.0000,   0.0000,WGS 84
Reserved 1
Reserved 2
Magnetic Variation,,,E
Map Projection,Transverse Mercator,PolyCal,No,AutoCalOnly,No,BSBUseWPX,No
Point01,xy, 2560,  536,in, deg,    ,        ,N,    ,        ,W, grid,   ,     115000,    1170000,N
Point02,xy, 8443,  514,in, deg,    ,        ,N,    ,        ,W, grid,   ,     140000,    1170000,N
Point03,xy, 8477,12289,in, deg,    ,        ,N,    ,        ,W, grid,   ,     140000,    1120000,N
Point04,xy, 2602,12299,in, deg,    ,        ,N,    ,        ,W, grid,   ,     115000,    1120000,N
Point05,xy, 4221, 3591,in, deg,    ,        ,N,    ,        ,W, grid,   ,     122000,    1157000,N
Point06,xy, 7515, 3575,in, deg,    ,        ,N,    ,        ,W, grid,   ,     136000,    1157000,N
Point07,xy, 7538,10172,in, deg,    ,        ,N,    ,        ,W, grid,   ,     136000,    1129000,N
Point08,xy, 4245,10178,in, deg,    ,        ,N,    ,        ,W, grid,   ,     122000,    1129000,N
Point09,xy, 6114, 7108,in, deg,    ,        ,N,    ,        ,W, grid,   ,     130000,    1142000,N
Point10,xy,     ,     ,in, deg,    ,        ,,    ,        ,, grid,   ,           ,           ,
...
Projection Setup,    31.734090000,    35.212060000,     1.000000000,       170251.00,      1126868.00,,,,,
Map Feature = MF ; Map Comment = MC     These follow if they exist
Track File = TF      These follow if they exist
Moving Map Parameters = MM?    These follow if they exist
MM0,Yes
MMPNUM,4
MMPXY,1,210,203
MMPXY,2,9031,164
MMPXY,3,9072,13228
MMPXY,4,261,13256
MMPLL,1,  34.520539,  32.134085
MMPLL,2,  34.917989,  32.136140
MMPLL,3,  34.919460,  31.635609
MMPLL,4,  34.524600,  31.634007
MM1B,4.250598
MOP,Map Open Position,0,0
IWH,Map Image Width/Height,9224,13454

and my problem is to get correct coordinates for calibrating. In point01 - point09 section are only UTM coordinates which are very weird (point somewhere into africa). I'm sure I need update them to correct values, which after transformation into spherical, looks similar to bottom MMPLL coordinates. There is line "Projection Setup" that contain some coordinates but that not help me much.

here is simple convertor http://home.hiwaay.net/~taylorc/toolbox ... eoutm.html but I cannot get similar coordinates to bottom once. Any help is really needed! ;) Thanks

EDIT: hmm I just discovered nice site ... http://www.rus-roads.ru/gps/help_ozi/ma ... ormat.html, this should help me, so wait :)
#12716
to my last post - "I actually created" mean that this is actually only in my testing version home. Yes you're correct, actual published algorithm set point as "passed" only when you walk through that point in max distance as you set. Anyway wait for new market or testing version. Then we should talk ...
#12717
hello, so finally on forum, welcome :)

to your "problem". Hmm :) ... what you see is correct. This is just a guiding line between your actual possition and point you're "guiding on". It's just a direct line between two points. Locus do not have regular navigation. It's purpose is primary for turistic, not like automobile navigation software. If you want get path between two points, you can draw by a little complicated method draw path from these two points and let Locus compute thanks to one web service, path.

Some info is in this very nice review (at the end)

http://androgeoid.com/2011/03/locus-a-g ... ellaneous/
#12718
oki, looks that describe my algorithm is little bit complicated. So let's start from begin. I actually created simple variant. Just when you reach distance to point on track, locus switch to next point. Also when you have enabled sounds, I added beep sound when point is switched to next. And we'll see how this simple variant will work.
#12719
oki, fulltext search done ...
#12720
may you please send me your dbmain file from data directory? This hold info about you categories. I'll look at what is the problem, probably fix this file and sent you back ... thanks