Skip to content

Commit

Permalink
hack fix data missing and optimize query
Browse files Browse the repository at this point in the history
  • Loading branch information
DiaZork committed Jan 28, 2025
1 parent 4101b28 commit d998f86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ public JSONArray facetOutermostRegions(
element.put("country", cUri);
element.put("countryLabel", this.nutsRegion.get(cUri).name.get(language));
} else if (iUri.equals("https://linkedopendata.eu/entity/Q206")) {
element.put("instanceLabel", "La Réunion");
element.put("instanceLabel", "Réunion");
String cUri = "https://linkedopendata.eu/entity/Q20";
element.put("country", cUri);
element.put("countryLabel", this.nutsRegion.get(cUri).name.get(language));
Expand Down

0 comments on commit d998f86

Please sign in to comment.