Maybe it's not the best english translation ... Track logger better? it just record points when you're walking or driving with enabled gps ...
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 MenuCREATE 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));
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.