From 2ebbf76a80f72129dcfeb73057ad1cbbcbbb4684 Mon Sep 17 00:00:00 2001 From: EiSiMo Date: Thu, 23 Apr 2026 13:30:30 +0200 Subject: [PATCH] experiment: shade excluded Bezirke on map (faint yellow overlay) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tints districts the user's Bezirk filter has EXCLUDED in light yellow (#fde68a, fillOpacity 0.35) so the active selection is obvious from the map alone — and you can see at a glance whether a "rausgefiltert" flat fell in a no-go district. When no district filter is set the overlay stays off entirely (nothing is excluded). Wiring: - Berlin Bezirke GeoJSON checked in at web/static/berlin-districts.geojson (12 features, name property matches our DISTRICTS list 1:1, props stripped down to {name} and minified — 312KB raw, ~80KB gzipped). - Route exposes the user's selected_districts_csv to the template. - The flats-map-data +