handleiding_nieuw:sub_spacematrix
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| handleiding_nieuw:sub_spacematrix [2025/10/26 15:34] – support | handleiding_nieuw:sub_spacematrix [2025/11/27 06:51] (current) – support | ||
|---|---|---|---|
| Line 29: | Line 29: | ||
| < | < | ||
| - | <h1>Spacematrix & Voorzieningen</h1> | + | <h1>Stedelijke Dichtheidsrekenmachine</h1> |
| <div class=" | <div class=" | ||
| <div class=" | <div class=" | ||
| Line 257: | Line 257: | ||
| function updateStipje(fsi, | function updateStipje(fsi, | ||
| const stip = document.getElementById(" | const stip = document.getElementById(" | ||
| - | | + | |
| - | const y = Math.max(0, Math.min(100, | + | // Afbeeldingskalibratie (pixels of procenten afhankelijk van verhoudingen) |
| + | // GSI 0 → linksrand, GSI 0.5 → ongeveer 90% breedte | ||
| + | | ||
| + | |||
| + | // FSI 0 → onderrand, FSI 3 → bovenzijde (ongeveer 5% marge boven) | ||
| + | const y = Math.max(0, Math.min(100, | ||
| stip.style.left = `${x}%`; | stip.style.left = `${x}%`; | ||
| stip.style.top = `${y}%`; | stip.style.top = `${y}%`; | ||
| Line 682: | Line 688: | ||
| try { | try { | ||
| - | const response = await fetch(' | + | const response = await fetch(' |
| if (!response.ok) throw new Error(`Bestand niet bereikbaar (${response.status})`); | if (!response.ok) throw new Error(`Bestand niet bereikbaar (${response.status})`); | ||
handleiding_nieuw/sub_spacematrix.1761492854.txt.gz · Last modified: 2025/10/26 15:34 by support