Search results handling (WIP)

This commit is contained in:
2026-05-23 23:43:48 +02:00
parent 743bbc2f3b
commit f9daaefbdd
3 changed files with 52 additions and 5 deletions

View File

@@ -32,9 +32,7 @@ document.addEventListener('DOMContentLoaded', async () => {
// TEMP!!
const sites = GisState.markers.sites;
for (let key of Object.keys(sites)) {
if (sites[key].options.data.id === 16) {
console.debug('I found it!', key);
}
//console.debug(sites[key].options.data);
}
});