<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Project-GC Q&amp;A - Recent questions tagged location</title>
<link>https://project-gc.com/qa/?qa=tag/location</link>
<description>Powered by Question2Answer</description>
<item>
<title>Better Documentation of Dynamic Location Update URL</title>
<link>https://project-gc.com/qa/?qa=30708/better-documentation-of-dynamic-location-update-url</link>
<description>&lt;p&gt;The &lt;a rel=&quot;nofollow&quot; href=&quot;https://project-gc.com/User/NewCacheNotifiers&quot;&gt;New Cache Notifiers&lt;/a&gt; page has documentation for setting up GPS Logger for Android, but it does not have a generic documentation of the parameters supported by the&amp;nbsp;&lt;a href=&quot;https://project-gc.com/api/UserLocation/Update/&quot; rel=&quot;nofollow&quot;&gt;https://project-gc.com/api/UserLocation/Update/&lt;/a&gt; API.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;A documentation would be nice, especially for parameters that are non-obvious, e.g. like this:&lt;/p&gt;&lt;hr&gt;&lt;div&gt;# Help: Dynamic Notifiers&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;You can dynamically update some settings of a&amp;nbsp;notifier by using the URL&amp;nbsp;&lt;a href=&quot;https://project-gc.com/api/UserLocation/Update/&quot; rel=&quot;nofollow&quot;&gt;https://project-gc.com/api/UserLocation/Update/&lt;/a&gt; with parameters. Supported parameters are:&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;protocol=1 - the update protocol to use, this must always be 1&lt;/li&gt;&lt;li&gt;uid=&amp;lt;USER-ID&amp;gt; - your user ID. Use&amp;nbsp;the&amp;nbsp;user id&amp;nbsp;from your settings page.&lt;/li&gt;&lt;li&gt;token=&amp;lt;TOKEN&amp;gt; - the access token to Project GC. Use&amp;nbsp;the&amp;nbsp;token&amp;nbsp;from your settings page. Keep in mind that the token should be kept as safe as a password.&lt;/li&gt;&lt;li&gt;nid=&amp;lt;NOTIFIER-ID&amp;gt; - the ID of the notifier. You can see a notifier's ID if you edit it&lt;/li&gt;&lt;li&gt;ts=&amp;lt;timestamp&amp;gt; - the timestamp of your update, in ISO-format, e.g. 2025-01-31T14:35:59+0100.&lt;em&gt; Updates that have a timestamp that is older than the most recent update are ignored (?)&lt;/em&gt;&lt;/li&gt;&lt;li&gt;latitude=&amp;lt;latitude&amp;gt; - the latitude of the dynamic location, using decimal degrees, such as 12.34567&lt;/li&gt;&lt;li&gt;longitude=&amp;lt;longitude&amp;gt; - the latitude of the dynamic location, using decimal degrees, such as 56.78901&lt;/li&gt;&lt;li&gt;acc=&amp;lt;accuracy&amp;gt; - the accuracy of your latitude/longitude measurement in meters. (why would this be relevant?)&lt;/li&gt;&lt;li&gt;enable=1 - if you add this parameter and the notifier is currently disabled, the update will enable it&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;To update a notifier, add the parameters to the URL after a question mark, separate them via &amp;amp; signs, for example like this:&amp;nbsp;&lt;a href=&quot;https://project-gc.com/api/UserLocation/Update/?protocol=1&amp;amp;uid=&amp;lt;USER-ID&amp;gt;&amp;amp;latitude=&amp;lt;latitude&amp;gt;&amp;amp;longitude=&amp;lt;longitude&amp;gt;&amp;amp;ts=&amp;lt;timestamp&amp;gt;&amp;amp;token=&amp;lt;TOKEN&amp;gt;&amp;amp;nid=&amp;lt;NOTIFIER-ID&amp;gt;&quot; rel=&quot;nofollow&quot;&gt;https://project-gc.com/api/UserLocation/Update/?protocol=1&amp;amp;uid=&amp;lt;USER-ID&amp;gt;&amp;amp;latitude=&amp;lt;latitude&amp;gt;&amp;amp;longitude=&amp;lt;longitude&amp;gt;&amp;amp;ts=&amp;lt;timestamp&amp;gt;&amp;amp;token=&amp;lt;TOKEN&amp;gt;&amp;amp;nid=&amp;lt;NOTIFIER-ID&amp;gt;&lt;/a&gt;&lt;/div&gt;</description>
<category>Support and help</category>
<guid isPermaLink="true">https://project-gc.com/qa/?qa=30708/better-documentation-of-dynamic-location-update-url</guid>
<pubDate>Mon, 18 Aug 2025 07:31:03 +0000</pubDate>
</item>
<item>
<title>New cache notifier dynamic location updater</title>
<link>https://project-gc.com/qa/?qa=29928/new-cache-notifier-dynamic-location-updater</link>
<description>This is not a question, but rather a solution created by me to ease the process of updating dynamic location for new cache notifiers.&lt;br /&gt;
&lt;br /&gt;
I found the configuration of GPS logger overwhelming for what it's supposed to do regarding the new cache notifiers at Project-GC.&lt;br /&gt;
&lt;br /&gt;
I have created a simple yet useful webapp that imitate the request that GPS logger makes to update the new cache notifier with dynamic location. It does not use any data on server side. It just composes a URL that GPS logger sends on location updates and performs it on behalf of the user. It remembers the values in user's browser.&lt;br /&gt;
&lt;br /&gt;
One can choose location from the map or use the device's GPS to update the notifier location. It should work on all mobile devices.&lt;br /&gt;
&lt;br /&gt;
If you want, you can check it out working here: &lt;a href=&quot;https://fracz.github.io/pgc-location-updater/&quot; rel=&quot;nofollow&quot;&gt;https://fracz.github.io/pgc-location-updater/&lt;/a&gt; and the source code is available here: &lt;a href=&quot;https://github.com/fracz/pgc-location-updater/blob/main/index.html&quot; rel=&quot;nofollow&quot;&gt;https://github.com/fracz/pgc-location-updater/blob/main/index.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Happy hunting!</description>
<category>Feature requests</category>
<guid isPermaLink="true">https://project-gc.com/qa/?qa=29928/new-cache-notifier-dynamic-location-updater</guid>
<pubDate>Mon, 10 Jun 2024 20:31:04 +0000</pubDate>
</item>
<item>
<title>Sharing Dynamic Location for someone else?</title>
<link>https://project-gc.com/qa/?qa=28904/sharing-dynamic-location-for-someone-else</link>
<description>I use the Dynamic Location for New Cache Notifiers. Sometimes I travel and hike alone. Can I share my location with someone else? Just a map with my current location or history via a special link. That would be a cool feature!</description>
<category>Feature requests</category>
<guid isPermaLink="true">https://project-gc.com/qa/?qa=28904/sharing-dynamic-location-for-someone-else</guid>
<pubDate>Fri, 09 Jun 2023 06:22:25 +0000</pubDate>
</item>
<item>
<title>Changed statistics in case of change of home location / relocation</title>
<link>https://project-gc.com/qa/?qa=27218/changed-statistics-in-case-change-home-location-relocation</link>
<description>&lt;p&gt;What happens to the previous statistics data if, for example, you move to another region?&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Actually, there should be some kind of subtotal for the statistics of the previous home location. Then a new count for the new home location and finally a sum result from both (or more) subtotals.&lt;/p&gt;&lt;p&gt;If something like this does not exist yet, I am in favour of integrating it as a new feature.&lt;/p&gt;&lt;p&gt;Kind regards&lt;br&gt;&lt;em&gt;SuchfixBW&lt;/em&gt;&lt;/p&gt;</description>
<category>Feature requests</category>
<guid isPermaLink="true">https://project-gc.com/qa/?qa=27218/changed-statistics-in-case-change-home-location-relocation</guid>
<pubDate>Fri, 28 May 2021 14:28:50 +0000</pubDate>
</item>
<item>
<title>Auto complete of location for center/radius filter not working</title>
<link>https://project-gc.com/qa/?qa=19007/auto-complete-location-for-center-radius-filter-not-working</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
not sure if this is a config error in my browser or a bug:&lt;br /&gt;
&lt;br /&gt;
When I used the &amp;quot;center/radius&amp;quot; filter e.g. on &amp;quot;Most favorite points&amp;quot; search in former times, it used to have an autocomplete/suggestion function (I guess based on Google).&lt;br /&gt;
&lt;br /&gt;
This recently stopped working for me. Now I have the problem, that due to this the search often returns empty results (due to the location not beeing found). This e.g. happens for the location &amp;quot;Quebec&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Can someone reproduce or explain?&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Lineflyer</description>
<category>Bug reports</category>
<guid isPermaLink="true">https://project-gc.com/qa/?qa=19007/auto-complete-location-for-center-radius-filter-not-working</guid>
<pubDate>Fri, 07 Sep 2018 10:12:17 +0000</pubDate>
</item>
<item>
<title>Which owners are active in location XY?</title>
<link>https://project-gc.com/qa/?qa=2820/which-owners-are-active-in-location-xy</link>
<description>Is there a way to find out, which owners are active in a specified region?&lt;br /&gt;
&lt;br /&gt;
I would like to get a list of all owners who have placed (still active) caches at location XY with radius of Z km around the center.&lt;br /&gt;
&lt;br /&gt;
Is that possible with current features? If not that would be a very neat feature.&lt;br /&gt;
&lt;br /&gt;
Christian</description>
<category>Feature requests</category>
<guid isPermaLink="true">https://project-gc.com/qa/?qa=2820/which-owners-are-active-in-location-xy</guid>
<pubDate>Mon, 12 Jan 2015 10:21:50 +0000</pubDate>
</item>
<item>
<title>Does anyone know an app/ tool, that provides me the information, in which county I am currently located?</title>
<link>https://project-gc.com/qa/?qa=655/anyone-provides-information-which-county-currently-located</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
I like the statistics about the different counties (German: &amp;quot;Landkreise&amp;quot;), but does anyone know a handy solution how to quickly find out, in which county I currently am? I know I could find all caches that belong to a certain county, but I would prefer to know in which county I currenty am to then look for nearby caches. I googled this, but did not find an appropriate app/ tool that provides me this information.&lt;br /&gt;
&lt;br /&gt;
Best regards&lt;br /&gt;
Sven</description>
<category>Miscellaneous</category>
<guid isPermaLink="true">https://project-gc.com/qa/?qa=655/anyone-provides-information-which-county-currently-located</guid>
<pubDate>Sat, 08 Nov 2014 15:30:19 +0000</pubDate>
</item>
</channel>
</rss>