alpha
Login
or
Join now
cee.wtf
/
roads
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
roads
/
web
/
at
main
3 files
Hollings
roadsketch: cleanup pass — dedupe query variants, drop dead code, fix status text
2d ago
37a3ab94
index.html
roadsketch: cleanup pass — dedupe query variants, drop dead code, fix status text - descriptors: extract query_variants() as the single source of truth for the fwd/rev/mirror curve set; query_descriptors() now delegates to it - matching: reuse query_variants() for both the ANN and DTW passes, deleting the duplicated _variant_xy() helper and its function-level import; tidy import ordering. Spiral query verified bit-identical to the pre-cleanup top-15 (behavior preserved) - main.js: remove write-only activeIdx; set the '<n> matches' status AFTER showResults() (clearResults inside it was blanking the count immediately) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2 days ago
main.js
roadsketch: cleanup pass — dedupe query variants, drop dead code, fix status text - descriptors: extract query_variants() as the single source of truth for the fwd/rev/mirror curve set; query_descriptors() now delegates to it - matching: reuse query_variants() for both the ANN and DTW passes, deleting the duplicated _variant_xy() helper and its function-level import; tidy import ordering. Spiral query verified bit-identical to the pre-cleanup top-15 (behavior preserved) - main.js: remove write-only activeIdx; set the '<n> matches' status AFTER showResults() (clearResults inside it was blanking the count immediately) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2 days ago
style.css
roadsketch: higher-contrast dark basemap (Esri Dark Gray) + brighter match lines CARTO dark_all rendered the street network as near-invisible dark-gray on black. Swapped to Esri World Dark Gray Base: streets are clearly legible while the theme stays dark (validated by a headless-Chrome A/B of 5 dark options + a Gemini visual review — Esri unfiltered won on legibility-while- staying-moody vs contrast-filtered CARTO/Esri, which read as muted daytime). - basemap → Esri World_Dark_Gray_Base (maxNativeZoom 16, upscale beyond), attribution updated to Esri - map bg #0e0f13 → #26292d so tile-load / edges don't flash black against the gray basemap - match polylines factored to shared STYLE_SELECTED/STYLE_IDLE; idle line brightened (#4a90d9@0.35 → #5a9fe0@0.6) so non-selected matches read on the lighter basemap Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2 days ago