Jump to content

jjreds

+Premium Members
  • Posts

    434
  • Joined

  • Last visited

Everything posted by jjreds

  1. I'll add it to the list, right now if the mac doesn't find a GC match for the pic it deletes it. (assumes cache archived/deleted from db/found etc.) The macro also has the option to use the current filter which might eliminate the need to copy the waypoints to other db's. I'll add the html option in the next couple of days. j
  2. <<<CORRECTION>>> Up to five CSV (comma separated values) 5 owner ID's separated by commas, not semicolons. thanks j
  3. I did find a bug after all causing the dreaded invalid. Upgrade to v7.6.2 for the fix. j
  4. I am downloading the Xerces XML validator so see if that can detect what's wrong. jjreds: If that doesn't show the problem, how can I get a large file to you for checking? Where can I re-download an older version (7.6?, 7.5)? M Thanks for sending the db. Your files load ok including the ones you sent with the following cache names: <*)))>< +>..+,<[+++ __________ Maybe POIL has an issue with a sound or symbol file. j
  5. Macro settings are in two files in the macro folder: 1) GPX_by_Cache_Type_Alerts.db3 contains custom alert info. 2) GPX_by_Cache_Type.dat contains all other settings. You can delete one or both of these files to return the macro to its defaults. j
  6. ok v7.6 does that j Hmm. I solved that by using the Advanced Options/Custom Alert Style.../ and then setting 'Placed caches' to a Tourguide Radius of 1 m. Or is there something I'm missing that the new options solves that the above doesn' t? That wasn't working right either. To be consistent, the behavior now is that placed caches will alert according to "Alert Type?" and if "Alert Type?" is "Custom" then they can be customized. Sejtam, your testing and comments have been very helpful over the last few months. Thanks. j
  7. Thanks for pointing that out. Fixed in v7.5.1 j jjreds, I tried v7.5.1 and still see the issue. Starting with a GSAK database of 535 benchmarks (only) the macro categorizes one of them as LOCATIONLESS and 269 of them as MYSTERY. If it helps, I am using 760 nuvi. Thanks again, --TillaMurphs In GSAK goto the waypoint edit screen for the loacationless benchmark. (right click, edit) What does the "Type" say? j
  8. Thanks for pointing that out. Fixed in v7.5.1 j
  9. Somewhere along the line there was a suggestion that owned caches should not create TourGuide alerts. Maybe there should be an option to toggle that. j
  10. Benchmark output is broken. Suggest you use the Pilot's macro for your benchmark output until I can get it fixed. j
  11. In v7.5 you may use @state to display the state. Suggest in GSAK you ctrl-a, go to the Abbreviations tab follow the directions there to create the abbreviations. j
  12. Deselect the archived/unavailable flag to prevent display of invalid caches in the vicinity of your route. j
  13. Try unchecking search for GPSr in advanced options. I have no control over that function. j
  14. Deleting or renaming the TourGuide_Tools folder should be the only thing that causes an unzip of the built-in symbols. Let's figure out what is happening and fix it as new users are expecting to see the symbols based on the intro to this thread, I don't see their removal as a good option..... j
  15. It is a limitation of the display (# of characters) The complete coordinates are listed on the splash screen for the cache. (should be) j
  16. I have never seen that message. Is there any info in log.txt in the program folder? j
  17. "Special Tags" are used to display a custom waypoint name (Geocache Name Format in Advanced Options) The special tags are converted to the corresponding information as described below: %bear - Bearing from current centre point %bgMap = British grid - the 2 character grid map %bgEast = British grid - the 5 digit easting value %bgNorth = British grid - the 5 digit northing value %bug = Travel bug status (notes) %by = Placed by %code = Waypoint code (For example, the GCXXXX code) %con = Container %con1 = One letter indicating the container type (notes) %correct = Corrected coordinate status (notes) %database = The current database name %crypt = The coded hint (I.E. encrypted) %datelf - Date last found) %datepl - Date placed %dif = Difficulty in full %dif1 = Difficulty reduced to 1 digit (dif * 2 -1), so 1=1, 1.5=2, 2=3, 2.5=4, ... %dif1a - Difficulty reduced to 1 character, so 1=1, 1.5 = A, 2=2, 2.5=B, 3=3, 3.5=C, 4=4, 4.5=D, 5=5 %dist - Distance from current centre point %dnf = Did not find status (notes) %drop2 = Same as %code, but drops the first two characters (notes) %found = Found status. (notes) %foundbyme = Found by me date %gcid = Geocaching.com Cache number. (notes) %hint = The decoded hint %last4 = Last 4 found/not found logs (notes) %lat = Latitude - 4 different formats to choose from (notes) %lon = Longitude - 4 different formats to choose from (notes) %name = Cache name %ownerID = Cache Owner ID %ownerName = Cache Owner Name %smart = GSAK "Unique Smart Name" (notes) %shortname = Same as %smart but no guarantee of unique name (notes) %ter = Terrain in full %ter1 = Terrain reduced to 1 digit (dif * 2 -1), so 1=1, 1.5=2, 2=3, 2.5=4, ... %ter1a - Terrain reduced to 1 character, so 1=1, 1.5 = A, 2=2, 2.5=B, 3=3, 3.5=C, 4=4, 4.5=D, 5=5 %typ = Cache type %typ1 = One letter indicating the cache type (notes) %user = User Data. %user2 = User Data2 %UserNote = The full text of the user note (including the log section) %UserLog = The full text of the user log section within the user notes %UTMZone - The UTM zone %UTMEast - The UTM Easting %UTMNorth - The UTM Northing Note: The tags %name, %by, %con, %typ, %smart, %hint, %crypt, %user, %dif, %ter also support the format %tag=nn. Where nn is the number of characters to include. For example %typ=3 would only include the first 3 characters of the cache type, so that a "Multi Cache" would be translated to "Mul" %bug - If Cache contains a travel bug, returns Y, if not found returns N. This tag also support the syntax %bug=xx where the first character is used for "Has travel bug" and the second for "No travel bug". For example, if you would prefer the %bug tag to show an asterisk when a cache has a travel bug and an exclamation when not, the syntax would be %bug=*! %con1 - letters used are as follows: R=regular, L=large, M=micro, S=Small, V=Virtual, and U=unknown. If the cache type is not stated, the letter used is U. %correct - If waypoint has corrected coordinates, returns Y, otherwise returns N. This tag also support the syntax %correct=xx where the first character is used for "Has corrected coordinates" and the second for "No corrected coordinates". For example, if you would prefer the %correct tag to show an asterisk when a cache has corrected coordinates and an exclamation when not, the syntax would be %correct=*! %dnf - DNF logged returns Y, if no DNF returns N. This tag also support the syntax %dnf=xx where the first character is used for DNF waypoints and the second for no dnf. For example, if you would prefer the %dnf tag to show an asterisk for found and an exclamation for not found the syntax would be %dnf=*! %drop2 - allows you to generate waypoints similar to the GCXXXX ones but without the needless GC at the front. For example, the cache GCAF12 which is a large multi cache, could be generated with the tags of %con1%typ1%drop2 to yield LMAF12. All the other tags used in the description format are available (and vice versa), but whatever tags you use, the total length of the resulting waypoint will be chopped off at the setting for "Maximum characters". %found - Found returns Y, if not found returns N. This tag also support the syntax %found=xx where the first character is used for found waypoints and the second for not found. For example, if you would prefer the %found tag to show an asterisk for found and an exclamation for not found the syntax would be %found=*! %gcid - This will yield the actual Geocaching.com number of a cache. Every cache code (the GCXXXX) code actually has a corresponding number. There is a rather convoluted algorithm to calculate this number, but suffice to say if you just use %gcid GSAK will do this calculation for you. This can come in handy when using it in custom URLs that require the Geocaching.com cache number rather than the cache code. An example of this is the watch a cache URL. If you would like to add the "Watch a Cache" customer URL the syntax would be http://www.geocaching.com/my/watchlist.aspx?w=%gcid %lat - Latitude. This tag supports %lat=x where x is one of 4 formats to choose from: D=Decimal degrees M=Decimal minutes S=Decimal seconds U=UTM Note, without the format specified the default is decimal degrees so the following are equivalent: %lat and %lat=D %last4 - Last 4 found/not found logs. Found = F, Not Found = N, No log = 0. For example, if the latest log was a not found, the next a found, and there were no more logs this tag would return NF00. Notes are not included in the %last4 tag. %lon - Longitude. This tag supports %lon=x where x is one of 4 formats to choose from: D=Decimal degrees M=Decimal minutes S=Decimal seconds U=UTM Note, without the format specified the default is decimal degrees so the following are equivalent: %lon and %lon=D %smart - uses the calculated unique smart name from your database. For a complete overview of smart names please see the Smart Names topic. This tag also supports the form %smart=nn (but not when used in the maco language, only in the GUI) where nn is the number of characters for the smart name. For example if you only want six characters in your smart name, your tag should be %smart=6 (note that %smart=06 also works). However, unlike other special tags that just return the first nn characters of data %smart=nn will force a recalculation of your smart names to this length and make this the default length for your database - see Database=>Properties. If you do not require unique names, then please use the more efficient %ShortName tag instead. %ShortName - very similar to the %smart tag with the sole exception that unique names are not guaranteed. This tag is far more efficient as there is no re calculation of the database if you change the length of your short names. This tag also supports the syntax %ShortName=nn %typ1 - letters used are as follows: T=traditional, M=multi, B=letterbox hybrid, C=CITO, E=event, L=locationless, V=virtual, W=webcam, O=Other, G=Benchmark, R=Earth, I=Wherigo and U=mystery/Unknown. Please note that the tags are not case sensitive. Taken from GSAK help 7.5.2 j
  18. Ah yes, I had the GCID set in GASK but used my caching name in the macro. Setting it to the GCID fixed that. I now have an 'owned' category. It would be nice to be able to list more than one owner GCID in the macro and thus make cached owned by any of those part of the 'owned' cat.. Maybe a comma-separated list? I like that idea! v7.4 allows up to 5 GCID's separated by commas. They will all end up in "Owned" or "Owned Unavailable" j First, this is great!!!!! I just tested it and it works great. Periodically, I like to focus my searches for a specific cache hider and this will fit the bill perfectly. One quick observation: Do not add a space after the commas. It didn't create the "Owned" category with a space present. v7.4.1 ignores leading and trailing spaces in the GCID's Happy Caching! j
  19. SUPER! And thanks to all for helping with the support questions especially the "Pilot" and the "COP". It's nice to know that someone will be here when I'm out-of-pocket. I really appreciate it. j
  20. Ah yes, I had the GCID set in GASK but used my caching name in the macro. Setting it to the GCID fixed that. I now have an 'owned' category. It would be nice to be able to list more than one owner GCID in the macro and thus make cached owned by any of those part of the 'owned' cat.. Maybe a comma-separated list? I like that idea! v7.4 allows up to 5 GCID's separated by commas. They will all end up in "Owned" or "Owned Unavailable" j
  21. You're welcome You could create an account @ MediaFire or similar and then post a link...... http://www.mediafire.com/ That used to be the case and got missed during an upgrade. Now fixed in v7.3.4 There is an "Other" cache type and "Other" container size. Slice and Dice only works for the "Traditional" type. For now "Not Chosen" will use the same symbol as "Other" starting w/ v7.3.4
  22. Not so much alerts, but the ability to search/look them up and get their complete description while on the road (eg for a maint trip), in case I need to verify subwaypoint coords etc. And finding them will be easier if they were in their own category.. If they are in their own category/Tourguide, I can then set the alert distance to 0 to get no alerts or set it if I want the alerts. Using your GCID and selecting the owned flag in the macro does create a category named "Owned". What am I missing? j
  23. I'll second that, although where/what icons will you use!? I haven't seen any that show Trad caches by size... I'm thinking they could be user specified on the slice/dice form......displayed without the alert info. Small = or ????? j
  24. I thought they were showing up as ex.: FL1MQ42 - Final Location PK1MQ42 - Parking Area etc. What are you seeing? What Nuvi model are you using? j
×
×
  • Create New...