[languages] Changing Bonaire's default road sign language to Papiamento to help distinguish from Dutch
This commit is contained in:
@@ -9,6 +9,8 @@ bi fr 1
|
||||
bo es 1
|
||||
bo qu 0
|
||||
bo ay 0
|
||||
bq pap 1
|
||||
bq nl 0
|
||||
bw en 1
|
||||
by be 1
|
||||
by ru 0
|
||||
|
||||
|
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user