Skip to content

Commit

Permalink
updating the query
Browse files Browse the repository at this point in the history
updating the query to fix the issue
  • Loading branch information
gnoeee authored Dec 14, 2024
1 parent ad283d7 commit c737a26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ locationSelect.addEventListener('change', displaySelectedPanchayat);
WHERE {
?wards wdt:P31 wd:Q1195098;
p:P31 ?id.
?id pq:P642 <${selectedPanchayatURI}>.
?id pq:P131 <${selectedPanchayatURI}>.
}
LIMIT 150
}
Expand Down Expand Up @@ -234,4 +234,4 @@ window.addEventListener("DOMContentLoaded", function() {
// Set panchayatSelect as disabled initially
panchayatSelect.disabled = true;
panchayatTable.style.display = 'block';
populationTable.style.display = 'none';
populationTable.style.display = 'none';

0 comments on commit c737a26

Please sign in to comment.