Jump to content

ShammyLevva

Members
  • Posts

    19
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ShammyLevva

  1. Project-GC, c:geo and others all have option to read corrected coordinates from personal notes. Thus many users have got LOTS of corrected coordinates in a personal note rather than in the corrected coordinates field. Would it be possible when at the point when a cache's full details are retrieved to have an option to update corrected coordinates if coords are detected in the personal note. The regex in the coordinates module could be used to detect the coords in a personal note. NB. It could auto skip the check of personal note if the cache already had corrected coordinates. Thus to the user as they look at a caches details or download an offline list with full details then the corrected coordinates field could be auto updated to reflect the personal note they have stored transparently to the user. It would make Cachly appear to just intelligently find the corrected coordinates and display the icon accordingly.
  2. I’m not assuming they currently exist as a file. Only that when stored on iCloud they would exist as separate files so that a quick timestamp check would identify changes. The logic of the process is very simple if the list doesn’t exist then run the export routine as you describe only without user intervention required. If it does exist then compare date stamps can import export as appropriate if the dates are different. Note the date will be stamped as per iCloud so device independent. Really not a terribly difficult process to add as a large part of the logic already exists. In particular the core function of importing/exporting a list (that already takes care of how it’s stored internally for the single cache instance you mention) already exists so what would be added is the comparison with iCloud and the determining of actions based on the state of the sync.
  3. Given the new proper iPad support in v4, that makes using the iPad to plan caching a pleasure to do, could consideration be given to v4 having an option to sync offline lists to iCloud. It would be great to be able to create a list on one device and have it auto sync to the other. Obviously this would be an option people could choose between say, don’t sync, manual sync, auto sync. Perhaps with a Wi-fi only auto sync for folks worried about data plan usage. So ideally then 4 options. I would envisage the auto sync check routine would only kick in to check for updates when you started the app or when you opened the offline list view. A date stamp check on the list data file on iCloud should be sufficient to confirm an updated file. This would also mean people’s lists would be backed up when they upgraded devices. Which is a commonly suggested thing people are surprised doesn’t happen.
  4. A checker for a puzzle to add to cache pages would only be of use to cache owners. It would need to be accessible by ALL cachers not just those that run Cachly. Thus such a checker would impossible to add to Cachly as it would be rejected by the reviewers. For that reason this isn’t at all possible or desirable within Cachly.
  5. I'm sure of the following. It occurs after saving a log, not submitting one. Once it closes the window and you view the map again what you are wanting to do is to click the next icon in the series. Now here is where the lack of repetition comes in. It is something to do with either the number of icons on screen or the proximity of the icon to the one you opened. Something that is determining what details to show in the pop up. Whatever it is when it occurs clicking anywhere opens the last cache. Note I do not for a minute think as per original poster that it is copying the cache details. I simply think it has cached the last cache details in a variable and the click is opening the previous cache. The fix is to zoom right in so that only the cache you want is visible this seems to be enough to force the variable to be set to the right cache. To fix I'd focus on anything that stores the cache clicked, or any proximity thing to make the selection of a cache easier. Specifically anything that would be affected by a zoom limiting what cache it could be when you click on screen. Hope this helps. Clearly from the user groups comments it's quite a common bug.
  6. Yes I'd mentioned in another thread for adding waypoints out in the field I don't see it should be necessary to even try to upload to the website. When you are frequently in low signal areas as I am it makes adding waypoints a right pain. I'd rather it only uploaded waypoints when it was on wifi.
  7. Did you get an error message at all? It sounds like the same issue as in another thread about the data network connection not being sufficient and it timing out?
  8. My point exactly rragan. Having small clusters of less than 10 is indeed annoying and easily fixed by having a minimum clustering size. The algorithm I have used for my own Family Tree Analyzer program that can cluster based on where your ancestors lived has as one of its parameters as the minimum cluster size.
  9. I do the same usually always work in Offline Maps. Perhaps a tweak to override if you have a 4G signal? Not sure if that's checkable in the iOS API though. There's options in the private APIs but that's not a great idea. Note however I wasn't talking about the send now for logs. I was talking about the intermediate options where intuitively you don't need a data link. ie: adding an additional waypoint - typically during a multi and adding a cache note. Both of these are done frequently in the field and I'd suggest shouldn't normally be trying to update the website. I can see a strong argument that there is no practical benefit to updating the website with waypoints and cache notes (notes NOT logs) whilst out in the field. Perhaps streamlining the process and saying waypoints and cache notes update when on wifi?
  10. I've had this a lot too ususally happens when phone is in anything less than a 3G area. I'd suggest that if the user is in the offline map or using offline map and not on wifi then it defaults to saving offline. Typically if a user knows they are in a poor signal area they will switch to offline maps and/or offline tab. Cachly could take that as a cue to use offline mode for saving waypoints (and cache notes).
  11. Team DEMPs pictures is a great example of why clustering with a low number of points is a very bad thing. With the official app you don't have any notion from that map of where trails lead. One of the key issues I'd see is the current zoom level caches vs the total list. If it is possible to determine the number of caches visible at that zoom before the map is drawn then I think that parameter should be the key. So I'd suggest you consider two parameters : Firstly as suggested is to set a cluster level below which clustering is simply off. Say 500 or maybe push it to 1000 caches, ie: if the current zoom level of the map contains more than X caches to display then clustering becomes a factor otherwise display the caches as is. Possibly user definable from 100-1000? ie: Turn on clustering if more than X caches visible. Secondly I'd suggest a minimum cluster size. As the map shows above clustering small numbers is counter productive. A cluster of say 10 or more could fix that. ie: only group caches together into a cluster if the resulting cluster size would be 10 or more. I have implemented a clustering algorithm in my Family Tree Analyzer program for mapping where ancestors lived and would be happy to share the source if that would help.
  12. Ah ok shame. I'd sort of thought it might just be records in a map database that could be merged. Oh well. I can see that showing two at once is going to be far harder to achieve, without risking breaking something. I had hoped that some form of client side solution might be a way forward. I'm guessing from what you've done before server side the maps are generated according to parameters you specify so tweaks will affect everyone thus isn't an option either.
  13. Following discussion on the Facebook Cachly User Group from a user that lives on the border of Germany and wanted to know if there was a way of selecting two or more offline lists. I was thinking about this. I can see that technically the selector selects just a single map and it would require a fair bit of re-writing to change that. Reading another article on lists it hit me that a possible solution may be as follows: Since the users download the offline maps to their device, might it be possible to have the option (similar to merge lists) to merge maps locally. For this to work the user would need to have downloaded the maps to merge to their local device. A merge option could then allow them to select two maps and combine the data into one newer offline map. This sort of user driven solution that was entirely local to their device would allow anyone on a state/country border to choose the maps either side of that border and to merge them locally according to their own needs. If they needed more than 2 maps merged they could do it in stages merge two then merge a third into the merged map. This keeps the interface simple.
  14. I think this is separate from the locking the map in rotation mode Nic. I'd mentioned a while back that one of the features I liked about the Classic app that Cachly doesn't have is the "auto zoom". So that as you move the map zooms so as always to keep the current position and the target on screen. This is particularly useful when you have phone in a holder on dashboard of car and you are driving to a cache location to park up. At present when you get closer the map doesn't change at all other than the option to rotate. This means that it is at one zoom scale - when driving often this is a few miles out but when you are in the last few hundred yards to parking its REALLY handy for it to show it at a far more detailed scale as at the scale you started out at the dots are basically overlapping, so what you want is to zoom in. Doing this manually means taking your hands off the wheel to fiddle with phone which is inadvisable. On the classic app it would zoom as you moved so that as you got closer it was very easy to see and so safer whilst driving. Of course it is useful when on a lengthy walk too as you focus in on the area you want to search.
  15. Unfortunately not. I've spent a while trying but as ever when you try to get an elusive bug to appear it never obliges. I will of course log it as soon as I can narrow down causes.
  16. This happens to me regularly it appears to be related to the previous cache icon being on screen - the solution is always to zoom in until the one I want to change to the only one visible then click and it will always then open the right cache. Note it only seems to happen when I've logged the cache to upload later.
  17. I was using Open Cycle Map as I find this one to be great for forest trails. I'll see if I can come up with a better diagnostic during future use to help identify the issue. Oddly it mostly seemed to be when we had 4G coverage. Julie hadn't downloaded any offline maps, I had. I was out yesterday afternoon and evening with TeamBucki you may know her as Julie as I understand she has emailed a few times lately. We are both keen on the app as we feel Groundspeak are leaving users behind. The tip on rotating the map will make a massive difference, thanks for that, I thought it would be present and just my inability to find the option. Julie would particularly like an option to lock the map from rotating at all as several times she would pan or zoom (with two thumbs) and it would rotate which annoyed her. Some observations on joint use. A few times we found the navigation distance seemed to "freeze" we would navigate to somewhere and the distance wouldn't go down. We were clearly getting closer to goal as compass arrow would move but the distance didn't change. In one instance I started out at 258m from cache and was still 258m away at GZ. Closing and restarting the app fixed this. Whilst on the hints or description page with the phone in my pocket it would go back onto lock screen requiring fingerprint to unlock (iPhone 6s) perfectly normal behaviour nothing wrong there. However this unlocking seemed quite unresponsive and frequently took a while (5-10 seconds) to unlock. This only ever happened when it went to sleep from the app. What may be related is that we both felt battery life was less using the app so there may be merit in some profiling to identify any processor heavy activity. I'm not sure if the iOS API allows you to see if the phone is asleep if it does it might be an idea to disable some processes whilst it is. We are both quite impressed and are keen to assist app succeed, the only major niggle therefore was the distance not refreshing thing. Julie took some screenshots of the app screen to help to demonstrate what she meant.
  18. I saw this app being discussed the other night on the Geocaching in Scotlland Facebook group and thought I'd give it a try I'm very impressed so far. So I went out last night to try it "in anger" as it were to put it through its paces on some semi rural caches on outskirts of city. Mostly great easy to use and clear. A couple of things I wasn't too clear on, and one feature that I couldn't work out if it was missing or I just didn't find out how to switch it on. The map tiles seemed to take a while to load, I had 4G for most of the time and 3G otherwise, this is why I chose a semi rural location on outskirts of city so I'd have a strong wifi if I couldn't work out things in app. I'm not sure why they are quicker in the Groundspeak apps but I suspect there may be some preloading/caching going on. I wonder if there might be an option in Cachly to download tiles in background when you are on navigate to cache so that when you zoom in its a smoother experience, rather than having to wait for tiles to load. This map tile thing might be solved by downloading and saving the tiles offline I thought I'd tried that but realise I'd not done a sufficiently high tile level download. On a side note whilst I've done loads of programming development work in C# on GIS systems and thus I knew immediately what the tile levels referred to, your average user might not have a clue. Perhaps a help button to explain what the tile levels are would be useful for those users. When I was navigating to the cache the only real frustration I had was I couldn't find out how to get the map to orientate to the direction I was facing. On the Groundspeak apps there is an option where you can be navigating to the cache on map view and as you turn on the spot the map turns with you so you can orientate yourself on the map. On Cachly I couldn't work out how to do this so I found my self switching to compass view then going back to map view and manually orientatng the map then navigating. I think the issue is that I really don't like navigating using the compass view I far far prefer seeing the icons for me and the cache on the map and navigating that way. For this reason I found my lack of knowledge of how to change this option a right royal pain. So much so that I was on occassions dipping back into the geocaching classic app to check I was heading the right way in the forest trails when I came to a fork in the path. I'm guessing that since both Groundspeak apps and several others on the market have this feature that I missed where it was on Cachly, or perhaps it's something that is missing and could be added as a feature. At present this would be the one and only thing that would stop me using the app. Other observations and suggestions: When caching I love the ability to write short logs with a note about anything I saw etc. A few words as a reminder for my proper write up later. I do this as a found it log and save for later. One thing that I've always thought would be an improvement to a geocaching app would be if these locally saved found it logs then marked the icon on the map to indicate I'd found it. This is particularly useful when doing a lot of caching in an area seeing the icons change as you cache is very helpful. Perhaps a green tick icon to indicate it's found but not a "found it" logged on website. I appreciate that if I actually sent the log then the icons would change however I prefer to write longer more interesting logs when I get home. So having the map update as I go is helpful so I can see if I've missed any when trying to clear out an area. Similarly seeing a DNF icon as an option whether from a past visit or this one would be handy. Perhaps a standard blue sad face for a logged DNF and a red cross for one logged but not submitted? I do a fair bit of caching wher I drive round an area stop get out and clear the caches there then move on. Driving solo point to point like this I put the phone in a holder on the dashboard and navigate so it works a bit like an in car sat nav. On the other apps I could have it so that it shows my location and cache location with the line on the map Cachly does this already. What the other app does too is to zoom in as you get that bit closer, thus as I drive closer and closer to goal the screen resizes to keep the line occupying the majority of the screen. This makes it very easy to see when you are getting closer and most importantly it means it's a hands free operation navigating closer. Thus I get to see the maps zoom in when I am getting close and can glance to see how far it is any turn offs etc. without taking my hands off the wheel. Again I assume that whilst navigating it's downloading the next level of tiles in the background so that the zooming in is very smooth. I couldn't work out how to tell the accuracy level of my GPS in the app. I've since learnt this morning that I can do that by tapping on the coordinates in the compass which is nice but again I use the map navigation, any chance of seeing accuracy figure say perhaps at top where is has cache name and Xm from your current location Ym accuracy? Anyway many thanks for the App I'm very confident I'll make it my default app. I've heard great things about how keen you are to hear from users about their experiences and get ideas for improving the app. As a fellow developer (I've written desktop apps for Family History use) I know how getting feedback from users can be a great incentive to do more and improve the app although I also know it can be a challenge too when they start demanding things I look forward to hearing your thoughts on my feedback and I've no doubt I'll be an advocate for people to use your app in future, especially at this period when Groundspeak seem to have lost their way.
×
×
  • Create New...