[languages] Changing Bonaire's default road sign language to Papiamento to help distinguish from Dutch

This commit is contained in:
Al
2015-08-14 21:06:16 -04:00
parent cad1f95bbb
commit 191c0e3ce5
2 changed files with 2 additions and 1 deletions

View File

@@ -129,4 +129,3 @@ class LanguagePolygonIndex(RTreePolygonIndex):
def get_candidate_polygons(self, lat, lon):
candidates = OrderedDict.fromkeys(self.index.intersection((lon, lat, lon, lat))).keys()
return sorted(candidates, key=self.admin_level, reverse=True)