gitea-enwelo-jba
  • Joined on 2026-04-07
gitea-enwelo-jba pushed to main at gitea-enwelo-jba/bwsamern-ohne_standortplaner 2026-05-11 07:08:13 +00:00
b07a0ac88a Feat: Add owner and parcel labels for ALKIS layer on high zoom levels
gitea-enwelo-jba pushed to main at gitea-enwelo-jba/bwsamern-ohne_standortplaner 2026-05-08 12:08:58 +00:00
f9c0532140 Update Nordex KSF orientation to match Enercon style
gitea-enwelo-jba pushed to main at gitea-enwelo-jba/bwsamern-ohne_standortplaner 2026-05-08 12:02:01 +00:00
19a4f0f165 Feat: Add dropdown for manufacturer and implement Nordex KSF geometries
gitea-enwelo-jba pushed to main at gitea-enwelo-jba/bwsamern-ohne_standortplaner 2026-05-08 11:33:43 +00:00
f26d1f1710 Fix: Improve owner name mapping and display logic in Manage Owners
gitea-enwelo-jba pushed to main at gitea-enwelo-jba/bwsamern-ohne_standortplaner 2026-05-02 09:34:34 +00:00
f8874a3e95 Compact legend and expanded owner management table (Nachname, Vorname, Adresse)
gitea-enwelo-jba pushed to main at gitea-enwelo-jba/bwsamern-ohne_standortplaner 2026-05-02 07:08:46 +00:00
3f277cca6d ACTUAL ROOT CAUSE: baked_layers.js caused early return, preventing ALKIS DB layer from loading. Now ALKIS DB always loads and replaces local layer.
gitea-enwelo-jba pushed to main at gitea-enwelo-jba/bwsamern-ohne_standortplaner 2026-05-01 09:04:50 +00:00
d15f823e56 ROOT CAUSE FIX: Remove local shapefile Eigentuemer layer when ALKIS DB layer loads - the local layer had fillOpacity:0 and was covering the colored DB layer
gitea-enwelo-jba pushed to main at gitea-enwelo-jba/bwsamern-ohne_standortplaner 2026-05-01 08:46:18 +00:00
29fe0b1352 Fix 404 status update error with flexible SQL matching and add ALKIS layer loading error diagnostics
gitea-enwelo-jba pushed to main at gitea-enwelo-jba/bwsamern-ohne_standortplaner 2026-05-01 08:29:39 +00:00
dd6e875e2c Critical stability fix: handled null status values in database, fixed layer order (DB layer on top), and cleaned up redundant initialization logic
gitea-enwelo-jba pushed to main at gitea-enwelo-jba/bwsamern-ohne_standortplaner 2026-05-01 08:23:13 +00:00
f4403b055f Final synchronization fix: added legacy status mapping, improved name normalization for names with special characters/brackets, and increased color visibility
gitea-enwelo-jba pushed to main at gitea-enwelo-jba/bwsamern-ohne_standortplaner 2026-05-01 08:19:20 +00:00
cccdce49c1 Harden owner name matching with normalization and add detailed debug logging for map synchronization
gitea-enwelo-jba pushed to main at gitea-enwelo-jba/bwsamern-ohne_standortplaner 2026-05-01 08:14:45 +00:00
c5469e7fa5 Remove manual save button and finalize automatic synchronization between owner table and map
gitea-enwelo-jba pushed to main at gitea-enwelo-jba/bwsamern-ohne_standortplaner 2026-04-30 19:55:46 +00:00
42237cddcf Ensure ALKIS DB layer is always loaded and add auto-column mapping for owner layers
gitea-enwelo-jba pushed to main at gitea-enwelo-jba/bwsamern-ohne_standortplaner 2026-04-30 19:52:17 +00:00
826fbb8973 Full update of owner status categories and premium legend UI based on user image
gitea-enwelo-jba pushed to main at gitea-enwelo-jba/bwsamern-ohne_standortplaner 2026-04-30 12:51:44 +00:00
b03a7b2568 Fix map synchronization for ALKIS DB layer by using state.ownerStatuses in style function
gitea-enwelo-jba pushed to main at gitea-enwelo-jba/bwsamern-ohne_standortplaner 2026-04-30 12:37:53 +00:00
79a9262329 Add auto-save logic for notes field (onblur)
gitea-enwelo-jba pushed to main at gitea-enwelo-jba/bwsamern-ohne_standortplaner 2026-04-30 12:30:55 +00:00
3172ee1939 Implement Flächensicherung directly with ALKIS DB and added Notiz field
gitea-enwelo-jba pushed to main at gitea-enwelo-jba/bwsamern-ohne_standortplaner 2026-04-30 07:00:39 +00:00
f55f70c0eb Fix async map loading race condition and mapping logic
gitea-enwelo-jba pushed to main at gitea-enwelo-jba/bwsamern-ohne_standortplaner 2026-04-30 06:47:41 +00:00
74f2af9b21 Fix owner matching logic, automate mapping, and improve status persistence
gitea-enwelo-jba pushed to main at gitea-enwelo-jba/bwsamern-ohne_standortplaner 2026-04-30 06:38:30 +00:00
7374e98612 Backend: Add stats endpoint for DB connection; UI: Clean up dashboard logic