C3B2W23 and Claude Fable 5.1
667f51cb7a
fix(basemap): serve CARTO key from backend, bound the map gate, add source attribution
...
Review follow-up:
- Drop the Next.js route. CARTO_API_KEY is now a regular backend registry
key (env, .env, or the API Keys panel) served by public
GET /api/basemap-config. Every frontend mode already proxies /api/* to
the backend (Next.js proxy in web mode, companion server in packaged
desktop), so this covers web and desktop with one mechanism and leaves
the static export untouched. Also removes the invalid non-handler
export from the route module by removing the module.
- useBasemapConfig: fail open to the unkeyed style after 3 s, abort the
request at 15 s, apply a late key when it arrives, cache successes per
page and retry failures on the next mount.
- Declare OSM/CARTO attribution on the raster source (same markup as the
viewer's existing AttributionControl so MapLibre de-duplicates it).
- Tests: backend endpoint (unset / set+trimmed / persisted operator key /
registry), hook behaviour (success, non-OK, network error, soft timeout
then late key, hard abort, shared request and retry), attribution and
gating source checks.
- CARTO_API_KEY moves to the backend service in docker-compose.yml; docs
updated accordingly.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com >
2026-09-13 15:16:47 -07:00
..
2026-06-06 20:16:18 -06:00
2026-03-26 05:58:04 -06:00
2026-07-10 20:27:56 -06:00
2026-03-13 11:32:16 -06:00
2026-06-16 17:05:46 -06:00
2026-05-01 22:56:50 -06:00
2026-05-01 22:56:50 -06:00
2026-05-01 22:56:50 -06:00
2026-05-01 22:56:50 -06:00
2026-05-01 22:56:50 -06:00
2026-05-01 22:56:50 -06:00
2026-05-01 22:56:50 -06:00
2026-05-01 22:56:50 -06:00
2026-05-01 22:56:50 -06:00
2026-06-24 22:52:00 -06:00
2026-06-10 11:30:50 -06:00
2026-06-18 16:40:36 -06:00
2026-08-16 10:00:28 +00:00
2026-08-14 18:30:08 -06:00
2026-06-24 22:15:50 -06:00
2026-05-20 20:31:56 -06:00
2026-08-09 18:56:30 -06:00
2026-08-09 18:56:30 -06:00
2026-05-23 07:00:32 -06:00
2026-06-16 17:05:46 -06:00
2026-05-02 21:16:32 -06:00
2026-06-04 17:29:04 -06:00
2026-08-23 20:14:07 -06:00
2026-05-28 01:24:33 -06:00
2026-09-13 15:16:47 -07:00
2026-05-21 11:15:52 -06:00
2026-06-08 21:04:08 -06:00
2026-05-20 14:45:11 -06:00
2026-05-22 09:58:25 -06:00
2026-05-18 11:22:38 -06:00
2026-06-08 21:04:08 -06:00
2026-06-03 14:31:31 -06:00
2026-05-22 19:18:01 -06:00
2026-05-22 19:23:09 -06:00
2026-05-21 02:06:11 -06:00
2026-06-26 00:23:40 -06:00
2026-06-26 00:23:40 -06:00
2026-07-30 22:24:25 +03:00
2026-03-26 05:58:04 -06:00
2026-05-23 07:56:23 -06:00
2026-05-23 06:14:39 -06:00
2026-06-15 18:23:25 -06:00
2026-05-21 15:11:28 -06:00
2026-05-20 14:45:11 -06:00
2026-05-01 22:56:50 -06:00
2026-06-08 21:04:08 -06:00
2026-08-11 00:40:47 -07:00
2026-05-22 23:40:18 -06:00
2026-06-16 17:05:46 -06:00
2026-06-16 17:05:46 -06:00
2026-08-23 20:14:07 -06:00
2026-06-16 17:05:46 -06:00
2026-06-16 17:05:46 -06:00
2026-06-16 17:05:46 -06:00
2026-06-16 17:05:46 -06:00
2026-03-16 12:46:40 +09:00
2026-05-20 19:57:06 -06:00
2026-08-16 10:00:28 +00:00
2026-07-30 19:40:11 -06:00
2026-05-20 19:57:06 -06:00
2026-06-03 14:31:31 -06:00
2026-06-23 01:31:16 -06:00
2026-08-23 20:14:07 -06:00
2026-08-08 02:08:51 -07:00
2026-07-30 19:40:11 -06:00
2026-06-15 17:35:27 -06:00
2026-08-01 20:31:50 -06:00
2026-08-18 17:34:21 -06:00
2026-08-18 16:08:32 -06:00
2026-08-18 16:08:32 -06:00
2026-08-18 15:52:46 -06:00
2026-06-03 14:33:01 -06:00
2026-05-20 19:57:06 -06:00
2026-06-03 15:01:32 -06:00
2026-03-26 05:58:04 -06:00
2026-03-26 05:58:04 -06:00
2026-03-26 05:58:04 -06:00
2026-06-02 13:34:11 -06:00
2026-05-21 13:27:16 -06:00
2026-05-01 22:56:50 -06:00
2026-05-01 22:56:50 -06:00
2026-05-22 18:40:24 -06:00
2026-06-16 17:05:46 -06:00
2026-05-01 22:56:50 -06:00
2026-06-12 02:15:56 -06:00
2026-06-30 20:38:44 -06:00
2026-06-09 21:32:08 -06:00
2026-06-08 22:44:16 -06:00
2026-07-30 22:24:25 +03:00
2026-06-26 00:23:40 -06:00
2026-07-30 22:24:25 +03:00
2026-05-20 19:57:06 -06:00
2026-05-21 09:45:08 -06:00
2026-06-08 21:04:08 -06:00
2026-05-20 19:57:06 -06:00
2026-05-21 02:06:11 -06:00
2026-06-08 23:05:26 -06:00
2026-05-21 10:05:29 -06:00
2026-08-01 20:31:50 -06:00
2026-07-30 19:40:11 -06:00
2026-07-30 19:40:11 -06:00
2026-06-04 09:01:21 -06:00
2026-06-04 09:01:21 -06:00
2026-05-22 00:51:54 -06:00
2026-08-11 17:23:57 +01:00
2026-05-21 15:11:28 -06:00
2026-05-01 22:56:50 -06:00
2026-06-07 23:39:13 -06:00
2026-05-21 10:32:23 -06:00
2026-06-16 17:05:46 -06:00
2026-03-26 05:58:04 -06:00
2026-06-08 21:04:08 -06:00
2026-08-17 01:07:49 -06:00
2026-05-22 10:44:50 -06:00
2026-05-22 09:58:25 -06:00
2026-06-04 09:01:21 -06:00
2026-05-20 14:45:11 -06:00
2026-06-24 18:57:39 -06:00
2026-06-15 17:35:27 -06:00
2026-05-01 22:56:50 -06:00
2026-06-08 21:04:08 -06:00
2026-08-03 11:05:25 -06:00
2026-06-16 17:05:46 -06:00
2026-06-04 09:01:21 -06:00
2026-05-21 01:41:13 -06:00
2026-05-20 19:57:06 -06:00
2026-06-15 15:37:29 -06:00
2026-03-26 05:58:04 -06:00
2026-08-23 20:14:07 -06:00
2026-05-21 01:31:20 -06:00
2026-06-02 15:20:44 -06:00
2026-08-23 01:45:49 -06:00