Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GeoPath indication (link) in My Neighbourhood #33

Closed
GoogleCodeExporter opened this issue Jul 22, 2015 · 3 comments
Closed

GeoPath indication (link) in My Neighbourhood #33

GoogleCodeExporter opened this issue Jul 22, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Idea is to add an icon to a GeoPath in myneighborhood.php if a cache belongs to 
any. A mouse-over tooltip would indicate its name (and type, i.e.:  full vs 
mini). The icon would appear between Recommended column and Log type icon 
column in the Latest Logs grid. The icon 
(http://opencaching.pl/tpl/stdstyle/images/blue/footprintRed.png) colour would 
indicate GP type (same style as in GeoPaths). 
Condition to appear: GP must be active and non-deleted(?).

After implementation of the above, next step is to enhance myn_newlogs.php with 
similar function.

Any additional suggestions, comments?

Original issue reported on code.google.com by Feliks.P...@gmail.com on 3 Feb 2014 at 8:04

@GoogleCodeExporter
Copy link
Author

Original comment by wloczynutka on 3 Feb 2014 at 8:46

  • Changed state: Accepted
  • Added labels: Component-powerTrail

@GoogleCodeExporter
Copy link
Author

icon set you can obtain callling for example:
$ptTypes = powerTrailBase::getPowerTrailTypes()

if cache is included to any geoPath you can check using:

powerTrailBase::checkForPowerTrailByCache($cache_id)

But this is not optimial for multiple caches, for optimal maybe better is add 
'join' in sql query which gets caches from My Neighbourhood. 

Original comment by wloczynutka on 3 Feb 2014 at 8:54

@GoogleCodeExporter
Copy link
Author

New enhancement has been successfully added. Thanks Łza for supporting this 
task and Boguś for debugging.

Original comment by Feliks.P...@gmail.com on 14 Feb 2014 at 12:28

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant