<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>IMPORTANT new polygon data</title>
        <description>As you already know we are updating polygon data from time to time. Next time, will be a huge update, causing a lot of issues.

All the code behind polygons is being updated, it has been an ongoing project for [b]a year![/b] I am finally starting to see the end of things which leads me to this  post. [b]All[/b] polygon data will be updated at the same time next time we update the data. We have already created the data for all countries but United Kingdom. The source is OpenStreetMap for all countries but Canada (where it&#039;s a mix of OSM and government census data). The plan is to use OSM data for UK as well, hopefully UK will be finished within a week.

Why a huge upgrade? There are three major reasons.
* Easier update path in the future.
* Improved code which wouldn&#039;t be very compatible with the old data.
* Maps in Profile stats can be made a [b]lot[/b] better looking. I will attach examples in a replay.

What&#039;s the issue? The issue is that there will be a lot of new names again. Not the least for some countries. I have written a tool that will list all the changes (linked below). Again, UK isn&#039;t ready, so ignore that for now. I will update the list once it is.

[b][url=http://1447.se/tmp/osmb-compare-new-polygon-names.php]List of changes[/url][/b]

Note that the changes aren&#039;t live yet, so don&#039;t use  the new names yet. It will probably take at least a month more. UK needs to be fixed, I need to write Map-Regions and Map-Counties tools. Then there is quite a lot of old GIS code that needs to be replaced as well.

Any suggestions for how we best make sure that we update every (active) script and tag so that it matches the new names? I am thinking I could fix United States and Australia by a script that does search and replace. Both of those have very unique names on what&#039;s currently live, I can&#039;t imagine that should give any false positive hits.

Any suggestions of how we can prepare new scripts and tags without touching the live data yet? One way I have been thinking about is to export all the current data to GitLab.com where they can be edited. Then I can import from there when making the release, if they haven&#039;t been updated at PGC yet. I could also potentiallty just export it as &quot;text&quot; files and share a Google Drive folder. Easier to edit, no history(?), but harder to add users (I need to add them). I also don&#039;t know what restricts there are, like max number of users. Any better suggestions?</description>
        <link>/forum/read.php?6,50553,50553#msg-50553</link>
        <lastBuildDate>Thu, 11 Jun 2026 19:22:37 +0000</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>/forum/read.php?6,50553,51535#msg-51535</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51535#msg-51535</link>
            <description><![CDATA[ It&#039;s a memory issue, the new polygons are much more detailed. There are pretty much three ways to solve this:<br />
* Increase amount of memory allowed. Will still be very heavy for the client.<br />
* Create simpler polygons again. Will look uglier (like before), and also takes some time to produce, only needs to be run once though, not for every checker result obviously.<br />
* Re-implement the map thing so that it loads one polygon per ajax call. The map implementation right now sucks a lot. It was just meant as a proof of concept, then I have never gotten to actually rewrite it. Rewrite it correctly would be a fairly big job, but something I wish to do. Project-GC uses a very old Leaflet library for most maps, and that should be upgraded, which doesn&#039;t work out of the box, so things needs to be rewritten.<br />
<br />
The third solution is the one I want, but for now I went with the first. I will have to get back to this. I haven&#039;t released the changes yet but I will try to do it within 1-2 hours.]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Checker news</category>
            <pubDate>Sat, 22 May 2021 20:46:13 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51534#msg-51534</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51534#msg-51534</link>
            <description><![CDATA[ Folks are commenting to me that the maps are not showing up as they used to.  Some my checkers are giving a &quot;Unknown error fetching map output&quot; message as they try to render the map.<br />
<br />
For now I am telling folks growing pains.<br />
<br />
This checker <a href="https://project-gc.com/Challenges/GC43JTY/29431"  rel="nofollow">https://project-gc.com/Challenges/GC43JTY/29431</a> gives the error with user &quot;RW and VJ&quot;.]]></description>
            <dc:creator>sloth96</dc:creator>
            <category>Checker news</category>
            <pubDate>Sat, 22 May 2021 19:49:36 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51531#msg-51531</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51531#msg-51531</link>
            <description><![CDATA[ That was fast. :)]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Checker news</category>
            <pubDate>Sat, 22 May 2021 16:35:04 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51530#msg-51530</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51530#msg-51530</link>
            <description><![CDATA[ I think my scripts are all patched.  Let me know if otherwise.]]></description>
            <dc:creator>sloth96</dc:creator>
            <category>Checker news</category>
            <pubDate>Sat, 22 May 2021 16:34:15 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51528#msg-51528</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51528#msg-51528</link>
            <description><![CDATA[ No countries were not possible before but someone was complaining that a connected country checker was showing a bad map.<br />
<br />
magma1447 Wrote:<br />
-------------------------------------------------------<br />
&gt; Was countries possible before? I missed that. I<br />
&gt; will have to add an api method for that as well<br />
&gt; then. For regions and counties I add an example<br />
&gt; script here somewhere. Search for<br />
&gt; GetRegionPolygonInfoFromCountry. I am just on my<br />
&gt; phone for most of the day today, so a bit<br />
&gt; handicapped.]]></description>
            <dc:creator>sloth96</dc:creator>
            <category>Checker news</category>
            <pubDate>Sat, 22 May 2021 15:42:09 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51527#msg-51527</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51527#msg-51527</link>
            <description><![CDATA[ Throw me an email to implement GetCountryPolygonInfo() so I don&#039;t forget. Shouldn&#039;t take me more than 15 minutes when I am at my battle station.]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Checker news</category>
            <pubDate>Sat, 22 May 2021 15:29:26 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51525#msg-51525</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51525#msg-51525</link>
            <description><![CDATA[ Was countries possible before? I missed that. I will have to add an api method for that as well then. For regions and counties I add an example script here somewhere. Search for GetRegionPolygonInfoFromCountry. I am just on my phone for most of the day today, so a bit handicapped.]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Checker news</category>
            <pubDate>Sat, 22 May 2021 15:27:34 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51524#msg-51524</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51524#msg-51524</link>
            <description><![CDATA[ Is there a proof-of-concept script that shows mapping Countries, Regions, and Counties.? I cannot see how to map countries with the new API calls now.]]></description>
            <dc:creator>sloth96</dc:creator>
            <category>Checker news</category>
            <pubDate>Sat, 22 May 2021 15:23:42 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51523#msg-51523</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51523#msg-51523</link>
            <description><![CDATA[ I am not at home anymore today, I needed a break. I have an email thread with sloth, but he got some outdated info from me, I will update him later today, and link this thread.<br />
<br />
@vogelbird: I can probably write a script that tells which polygons connects with which. I can play around with it later today or tomorrow. Might be great to have in the future as well. Do you think you could supply me with a really small example so I know how it should look? Is hard to get the overview of files with hundreds of items.]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Checker news</category>
            <pubDate>Sat, 22 May 2021 15:00:50 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51522#msg-51522</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51522#msg-51522</link>
            <description><![CDATA[ okay, at least the problem is known then :)]]></description>
            <dc:creator>DrAcorn</dc:creator>
            <category>Checker news</category>
            <pubDate>Sat, 22 May 2021 14:55:37 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51521#msg-51521</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51521#msg-51521</link>
            <description><![CDATA[ @DrAcorn<br />
Most of the connections_sets need updating which is causing me a lot of work because as far as I know all the sets where finally made by me. But first the scripts need to be operational for testing.<br />
I notified sloth96 this morning but have not heard back from him.]]></description>
            <dc:creator>vogelbird</dc:creator>
            <category>Checker news</category>
            <pubDate>Sat, 22 May 2021 14:53:35 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51520#msg-51520</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51520#msg-51520</link>
            <description><![CDATA[ Couple more updates, both <br />
<a href="https://project-gc.com/Tools/Challenges?edit&amp;scriptId=1623"  rel="nofollow">https://project-gc.com/Tools/Challenges?edit&amp;scriptId=1623</a> (lines 1-487)<br />
and<br />
<a href="https://project-gc.com/Tools/Challenges?edit&amp;scriptId=1609"  rel="nofollow">https://project-gc.com/Tools/Challenges?edit&amp;scriptId=1609</a> (lines 488-937)<br />
in my dev script<br />
<a href="https://project-gc.com/Tools/Challenges?edit&amp;scriptId=6927"  rel="nofollow">https://project-gc.com/Tools/Challenges?edit&amp;scriptId=6927</a><br />
<br />
Additionally, I spotted another problem - when the second of those scripts is used in <br />
<a href="https://project-gc.com/Challenges/GC8JKC5/48489"  rel="nofollow">https://project-gc.com/Challenges/GC8JKC5/48489</a><br />
the json data it retrieves uses the old county names rather than the updated ones, and as such the checker returns fail for everyone currently. I don&#039;t know if this is also the case for other json data sets.]]></description>
            <dc:creator>DrAcorn</dc:creator>
            <category>Checker news</category>
            <pubDate>Sat, 22 May 2021 14:33:04 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51512#msg-51512</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51512#msg-51512</link>
            <description><![CDATA[ Thanks. I have copied your code into his. I also added his old code into the history table just in case.<br />
<br />
And yes, Target is inactive, sadly. I knew him in real life. Something got too much in his life and he seems to have cut of most everything and everyone. A real loss from many aspects.]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Checker news</category>
            <pubDate>Sat, 22 May 2021 11:05:26 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51511#msg-51511</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51511#msg-51511</link>
            <description><![CDATA[ I believe Target. is inactive, so I have updated the script<br />
<a href="https://project-gc.com/Tools/Challenges?edit&amp;scriptId=1391"  rel="nofollow">https://project-gc.com/Tools/Challenges?edit&amp;scriptId=1391</a><br />
in my dev script<br />
<a href="https://project-gc.com/Tools/Challenges?edit&amp;scriptId=6927"  rel="nofollow">https://project-gc.com/Tools/Challenges?edit&amp;scriptId=6927</a><br />
I assume you could copy it over from that?<br />
I can do the same for the other scripts if need be.]]></description>
            <dc:creator>DrAcorn</dc:creator>
            <category>Checker news</category>
            <pubDate>Sat, 22 May 2021 10:56:41 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51496#msg-51496</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51496#msg-51496</link>
            <description><![CDATA[ @pieterix: Yes, I will edit my post. A bad copy/paste from my side.<br />
<br />
The new calls are slower, mostly due to the area calculations.]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Checker news</category>
            <pubDate>Fri, 21 May 2021 22:49:26 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51494#msg-51494</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51494#msg-51494</link>
            <description><![CDATA[ I assume you meant GetRegionPolygonInfoFromCountry() instead, since the GetRegionNamesInCountry() call you added earlier is still operating as before and return a list and not an object.]]></description>
            <dc:creator>pieterix</dc:creator>
            <category>Checker news</category>
            <pubDate>Fri, 21 May 2021 22:42:05 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51487#msg-51487</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51487#msg-51487</link>
            <description><![CDATA[ I bet all those script depends on the now defunct GetSimplifiedRegionPolygons() and GetSimplifiedCountyPolygons().<br />
<br />
Since the scripts don&#039;t need the polygons themselves (I think and hope) there is no sense to passing the whole polygon via the scripts. Not the least now when there are higher precision in the polygons. Project-GC don&#039;t have any &quot;simplified&quot; anymore either. Therefore I have a new idea of approach.<br />
<br />
First, three new methods implemented:<br />
<ul><li> GetRegionPolygonInfoFromCountry(country) </li><li> GetCountyPolygonInfoFromCountry(country) </li><li> GetCountyPolygonInfoFromRegion(country, region) </li></ul>
<br />
All three functions returns an object looking like this:<br />
{ id: &quot;text-numeric&quot;, &quot;name&quot;: &quot;text-name&quot;, &quot;minLat&quot;: float, &quot;maxLat&quot;: float, &quot;minLon&quot;: float, &quot;maxLon&quot;: float }<br />
<br />
Use the returned map variable exactly as before, but instead of providing polygon data, just add the <b>id</b> that these functions returns. Proof of concept is written here:<br />
<a href="https://project-gc.com/Tools/Challenges?edit&amp;tagId=60934"  rel="nofollow">https://project-gc.com/Tools/Challenges?edit&amp;tagId=60934</a><br />
<br />
This should be much more lightweight and efficient. The downside is that some scripts needs to be adjusted. I honestly don&#039;t feel to comfortable with LUA since I touch it like once per year. But if there is a script owned by someone who isn&#039;t active, I can update it if someone provides me new source code. Alternatively I can also move tags from one script to another (updated version of the original).<br />
<br />
Consider this beta in the way that I might update the functions in different ways depending on feedback here. Besides that they should work, it&#039;s a fairly simple approach. I will release these callbacks in a few minutes. Any feedback and thoughts is welcome. If something is being done today that isn&#039;t possible anymore, please tell me about it.]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Checker news</category>
            <pubDate>Fri, 21 May 2021 21:54:49 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51485#msg-51485</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51485#msg-51485</link>
            <description><![CDATA[ I will implement a new version of GetSimplifiedRegionPolygons and GetSimplifiedCountyPolygons. The rest I haven&#039;t looked at yet.]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Checker news</category>
            <pubDate>Fri, 21 May 2021 20:00:18 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51482#msg-51482</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51482#msg-51482</link>
            <description><![CDATA[ <b>Broken scripts</b><br />
<br />
Extended Contiguous Region Checker(by sloth96) <br />
<a href="https://project-gc.com/Tools/Challenges?edit&amp;addTag&amp;scriptId=1623"  rel="nofollow">https://project-gc.com/Tools/Challenges?edit&amp;addTag&amp;scriptId=1623</a><br />
Not working<br />
Error log <br />
[string &quot;&quot;]:352: attempt to call field &#039;GetSimplifiedRegionPolygons&#039; (a nil value)<br />
<br />
<br />
Extended Contiguous Region Checker(by arisoft)<br />
<a href="https://project-gc.com/Tools/Challenges?edit&amp;addTag&amp;scriptId=6408"  rel="nofollow">https://project-gc.com/Tools/Challenges?edit&amp;addTag&amp;scriptId=6408</a><br />
Not working<br />
Error log <br />
[string &quot;&quot;]:363: attempt to call field &#039;GetSimplifiedRegionPolygons&#039; (a nil value)<br />
<br />
<br />
Extend Contiguous Nation Checker(by sloth96) <br />
<a href="https://project-gc.com/Tools/Challenges?edit&amp;addTag&amp;scriptId=1648"  rel="nofollow">https://project-gc.com/Tools/Challenges?edit&amp;addTag&amp;scriptId=1648</a><br />
Map Output not working<br />
<br />
<br />
Extended Connected Counties and Regions(by sloth96)<br />
<a href="https://project-gc.com/Tools/Challenges?edit&amp;addTag&amp;scriptId=1609"  rel="nofollow">https://project-gc.com/Tools/Challenges?edit&amp;addTag&amp;scriptId=1609</a><br />
Not working<br />
Error log <br />
[string &quot;&quot;]:330: attempt to call field &#039;GetSimplifiedCountyPolygons&#039; (a nil value)<br />
<br />
<br />
Connected counties and regions(by Target.)<br />
<a href="https://project-gc.com/Tools/Challenges?edit&amp;addTag&amp;scriptId=1391"  rel="nofollow">https://project-gc.com/Tools/Challenges?edit&amp;addTag&amp;scriptId=1391</a><br />
Not working<br />
Error log <br />
[string &quot;&quot;]:290: attempt to call field &#039;GetSimplifiedCountyPolygons&#039; (a nil value)<br />
<br />
<br />
The oldest cache from N groups(by arisoft)<br />
<a href="https://project-gc.com/Tools/Challenges?edit&amp;addTag&amp;scriptId=3533"  rel="nofollow">https://project-gc.com/Tools/Challenges?edit&amp;addTag&amp;scriptId=3533</a><br />
Map Output not working]]></description>
            <dc:creator>vogelbird</dc:creator>
            <category>Checker news</category>
            <pubDate>Fri, 21 May 2021 17:32:33 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51479#msg-51479</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51479#msg-51479</link>
            <description><![CDATA[ Mine’s been updated too now. Thanks for the quick fix. Btw, the new maps look great!]]></description>
            <dc:creator>DrAcorn</dc:creator>
            <category>Checker news</category>
            <pubDate>Fri, 21 May 2021 16:48:26 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51477#msg-51477</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51477#msg-51477</link>
            <description><![CDATA[ I&#039;ve adapted my script.]]></description>
            <dc:creator>pieterix</dc:creator>
            <category>Checker news</category>
            <pubDate>Fri, 21 May 2021 15:51:48 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51472#msg-51472</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51472#msg-51472</link>
            <description><![CDATA[ Adding these 3 new methods, should be available in 5-10 minutes:<br />
	/// @brief Returns a list of region names given a country<br />
	///<br />
	/// @param[in] string country<br />
	public static function GetRegionNamesInCountry($country) {<br />
<br />
	/// @brief Returns a list of county names given a country<br />
	///<br />
	/// @param[in] string country<br />
	public static function GetCountyNamesInCountry($country) {<br />
<br />
	/// @brief Returns a list of county names given a country<br />
	///<br />
	/// @param[in] string country<br />
	/// @param[in] string region<br />
	public static function GetCountyNamesInRegion($country, $region) {<br />
<br />
Use them like this: PGC.GetRegionNamesInCountry(&#039;United States&#039;)<br />
<br />
EDIT:<br />
Tested it with this script, <a href="https://project-gc.com/Tools/Challenges?edit&amp;tagId=60925"  rel="nofollow">https://project-gc.com/Tools/Challenges?edit&amp;tagId=60925</a><br />
Release in two minutes.]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Checker news</category>
            <pubDate>Fri, 21 May 2021 14:06:33 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51471#msg-51471</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51471#msg-51471</link>
            <description><![CDATA[ Happy to fix my script if I know how. That was the only method I could use to get a list of regions/counties. If life gives you lemons... *grin*]]></description>
            <dc:creator>pieterix</dc:creator>
            <category>Checker news</category>
            <pubDate>Fri, 21 May 2021 14:00:19 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51470#msg-51470</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51470#msg-51470</link>
            <description><![CDATA[ Seems like at least those two scripts are using GetSimplifiedRegionPolygons() for something completely different than its meant for. I knew about this method when I made this release, and I knew it would stop working, but I didn&#039;t think it was used.<br />
<br />
I will implement a new method that actually does what these scripts wants. If anyone else knows something GetSimplifiedRegionPolygons() is used for, please tell me for what so we can find a solution.<br />
<br />
@DrAcorn Do you think you can patch your version of the script if I supply a new method? Maybe fix pieterix&#039;s script as well (should be the same fix), and I can update his for him. Hoping to have a new method ready within the hour.]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Checker news</category>
            <pubDate>Fri, 21 May 2021 13:57:55 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51469#msg-51469</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51469#msg-51469</link>
            <description><![CDATA[ @DrAcorn That is correct, that data doesn&#039;t exist anymore. I will investigate how it&#039;s used and what to do.]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Checker news</category>
            <pubDate>Fri, 21 May 2021 13:52:07 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51468#msg-51468</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51468#msg-51468</link>
            <description><![CDATA[ From the thread <a href="https://project-gc.com/forum/read?8,51464,51464#msg-51464"  rel="nofollow">https://project-gc.com/forum/read?8,51464,51464#msg-51464</a><br />
I believe that the function:<br />
PGC.GetSimplifiedRegionPolygons(&#039;United States&#039;) <br />
is broken, at least the scripts<br />
<a href="https://project-gc.com/Tools/Challenges?edit&amp;scriptId=7284"  rel="nofollow">https://project-gc.com/Tools/Challenges?edit&amp;scriptId=7284</a><br />
and<br />
<a href="https://project-gc.com/Tools/Challenges?edit&amp;scriptId=2635"  rel="nofollow">https://project-gc.com/Tools/Challenges?edit&amp;scriptId=2635</a><br />
for at least the scripts that have the country set to &#039;United States&#039;. I&#039;m guessing this is due to the polygon changes, since they now return error.]]></description>
            <dc:creator>DrAcorn</dc:creator>
            <category>Checker news</category>
            <pubDate>Fri, 21 May 2021 13:48:31 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51438#msg-51438</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51438#msg-51438</link>
            <description><![CDATA[ Just realized there are a few checkers that&#039;s broken due to outdated JSON files used with PGC.GetJsonData(). Got a report about <a href="https://project-gc.com/Challenges/GC43JTY/29431"  rel="nofollow">https://project-gc.com/Challenges/GC43JTY/29431</a> (by sloth96) for example. There are probably more of them.<br />
<br />
I could try to backup all the json files tomorrow and run a script that automatically replaces those names we believe are safe to automatic update. However, there may very well be names that I can&#039;t update automatically, and there might very well be other issues with some of the files. I am not sure it&#039;s worth it that I start touching them.<br />
<br />
Pleu has compiled this list with names that most likely are safe to use with search and replace.<br />
<a href="http://1447.se/tmp/PGC-OSMB-Translate-v2.csv"  rel="nofollow">http://1447.se/tmp/PGC-OSMB-Translate-v2.csv</a><br />
<br />
If there are ways I can assist, please just ask.]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Checker news</category>
            <pubDate>Thu, 20 May 2021 18:06:23 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51409#msg-51409</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51409#msg-51409</link>
            <description><![CDATA[ I have fixed and re-enabled the checker listed against me: 56739]]></description>
            <dc:creator>GreyHams</dc:creator>
            <category>Checker news</category>
            <pubDate>Thu, 20 May 2021 04:17:46 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51381#msg-51381</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51381#msg-51381</link>
            <description><![CDATA[ Situation on my disabled tags<br />
adjusted and re-enabled<br />
21724, 21899, 32729, 32781, 40927, 46269, 46281, 46863, 48799, 53540, 53668, 56288<br />
34855 re-enabled with the new county name after consultation with the CO<br />
<br />
adjusted but were not disabled<br />
13827, 46287, 56997 (Netherlands only)<br />
<br />
awaiting info from CO<br />
22742, <s>34855</s>, 59764<br />
<br />
to be checked with CO<br />
24021, 24384]]></description>
            <dc:creator>vogelbird</dc:creator>
            <category>Checker news</category>
            <pubDate>Wed, 19 May 2021 15:27:51 +0000</pubDate>
        </item>
        <item>
            <guid>/forum/read.php?6,50553,51370#msg-51370</guid>
            <title>Re: IMPORTANT new polygon data</title>
            <link>/forum/read.php?6,50553,51370#msg-51370</link>
            <description><![CDATA[ No worries pieterix, I&#039;ve spent some hours with this data so I have a head start. :)<br />
<br />
Here&#039;s a list of the merges/divides that I found, if the country/area of the disabled checker is not on this list the reason for disable is some version of border changes. Most likely the reason can be found in the list of changes from magma1447&#039;s first post, some countries will for example have a different number of regions that I have not labeled as a merge for different reasons. <br />
<br />
<pre class="bbcode">
Canada
Division No.  1 Avalon Peninsula-St. John&#039;s	| Labrador and Newfoundland
Francheville					| Les Chenaux and Trois-Rivières
Minganie--Le Golfe-du-Saint-Laurent		| Minganie and Le Golfe-du-Saint-Laurent
Sept-Rivičres--Caniapiscau			| Caniapiscau and Sept-Rivières

Luxembourg
Boevange-sur-Attert				| Merge: Helperknapp
Hobscheid					| Merge: Habscht
Mompach						| Merge: Rosport-Mompach
Rosport						| Merge: Rosport-Mompach
Septfontaines					| Merge: Habscht
Tuntange					| Merge: Helperknapp

Netherlands
Appingedam					| Merge: Eemsdelta
Delfzijl					| Merge: Eemsdelta
Haaren						| Merge with Oisterwijk as Oisterwijk
Loppersum					| Merge: Eemsdelta
Oisterwijk					| Merge with Haaren as Oisterwijk

Italy
Carbonia-Iglesias				| Merge: Sud Sardegna
Medio Campidano					| Merge: Sud Sardegna
Nuoro						| Merge with Ogliastra as Nuoro.
Ogliastra					| Merge with Nuoro as Nuoro.
Olbia-Tempio					| Merge with Sassari as Sassari.
Sassari						| Merge with Olbia-Tempio as Sassari.

Finland
Honkajoki					| Merged as Kankaanpää
Valtimo						| Merged as Nurmes
Nurmes						| Merged as Nurmes.
Kankaanpää					| Merged as Kankaanpää.

Switzerland
Alterswil (10)					| Merge: Tafers
Altwis (3)					| Merge: Hitzkirch
Arconciel (10)					| Merge: Bois-d’Amont
Aubonne (22)					| Merge: Aubonne
Bagnes (23)					| Merge: Val de Bagnes
Bauen (4)					| Merge: Seedorf (UR)
Brione (Verzasca) (21)				| Merge: Verzasca
Casti-Wergenstein (18)				| Merge: Muntogna da Schons
Charrat (23)					| Merge: Martigny
Cheiry (10)					| Merge: Surpierre
Chur (18)					| Merge: Chur
Corcelles-Cormondrèche (24)			| Merge: Neuchâtel
Corippo (21)					| Merge: Verzasca
Donat (18)					| Merge: Muntogna da Schons
Ependes (FR) (10)				| Merge: Bois-d’Amont
Frasco (21)					| Merge: Verzasca
Gettnau (3)					| Merge: Willisau
Gänsbrunnen (11)				| Merge: Welschenrohr-Gänsbrunnen
Haldenstein (18)				| Merge: Chur
Hindelbank (2)					| Merge: Hindelbank
Hitzkirch (3)					| Merge: Hitzkirch
Langenthal (2)					| Merge: Langenthal
Le Locle (24)					| Merge: Le Locle
Les Brenets (24)				| Merge: Le Locle
Lohn (GR) (18)					| Merge: Muntogna da Schons
Martigny (23)					| Merge: Martigny
Mathon (18)					| Merge: Muntogna da Schons
Miège (23)					| Merge: Noble-Contrée
Montherod (22)					| Merge: Aubonne
Mötschwil (2)					| Merge: Hindelbank
Neuchâtel (24)					| Merge: Neuchâtel
Obersteckholz (2)				| Merge: Langenthal
Peseux (24)					| Merge: Neuchâtel
Riggisberg (2)					| Merge: Riggisberg
Rohr (SO) (11)					| Merge: Stüsslingen
Rümligen (2)					| Merge: Riggisberg
Seedorf (UR) (4)				| Merge: Seedorf (UR)
Senèdes (10)					| Merge: Bois-d’Amont
Sonogno (21)					| Merge: Verzasca
St. Antoni (10)					| Merge: Tafers
Stüsslingen (11)				| Merge: Stüsslingen
Surpierre (10)					| Merge: Surpierre
Tafers (10)					| Merge: Tafers
Valangin (24)					| Merge: Neuchâtel
Venthône (23)					| Merge: Noble-Contrée
Veyras (23)					| Merge: Noble-Contrée
Vogorno (21)					| Merge: Verzasca
Vollèges (23)					| Merge: Val de Bagnes
Willisau (3)					| Merge: Willisau
Welschenrohr (11)				| Merge: Welschenrohr-Gänsbrunnen

Belgium
Aalter						| Merge with Knesselare as Aalter.
Deinze 						| Merge with Nevele as Deinze
Knesselare					| Merge: Aalter.
Kruishoutem					| Merge: Kruisem
Lovendegem					| Merge: Lievegem
Meeuwen-Gruitrode				| Merge: Oudsbergen
Neerpelt					| Merge: Pelt
Nevele						| Merge: Deinze
Opglabbeek					| Merge: Oudsbergen
Overpelt					| Merge: Pelt
Puurs						| Merge: Puurs-Sint-Amands
Sint-Amands					| Merge: Puurs-Sint-Amands
Waarschoot					| Merge: Lievegem
Zingem						| Merge: Kruisem
Zomergem					| Merge: Lievegem
</pre>]]></description>
            <dc:creator>Pleu</dc:creator>
            <category>Checker news</category>
            <pubDate>Wed, 19 May 2021 12:15:37 +0000</pubDate>
        </item>
    </channel>
</rss>
