Promote ai/main: July fix round (ArcGIS basemaps, URL validation, shields, zoom bounds, label font) - #6
Closed
caesterlein wants to merge 32 commits into
Closed
Promote ai/main: July fix round (ArcGIS basemaps, URL validation, shields, zoom bounds, label font)#6caesterlein wants to merge 32 commits into
caesterlein wants to merge 32 commits into
Conversation
# Conflicts: # packages/map-ui-lib/src/schemas/__tests__/config.test.ts
# Conflicts: # apps/map-client/src/components/MapContainer.tsx
# Conflicts: # apps/admin-app/src/components/MapPreview.tsx # apps/map-client/src/components/MapContainer.tsx # packages/map-ui-lib/src/utils/index.ts
Comment on lines
+111
to
+114
| const response = await fetch(appendAuth(`${root}?f=json`, auth), { | ||
| headers: { Accept: 'application/json', ...authHeaders(auth) }, | ||
| signal, | ||
| }); |
Collaborator
Author
|
Closing — promotion to main not requested yet; ai/main merge was the goal and is complete. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Promotes the 2026-07-06 AI work round from
ai/mainfor human review.Bug fixes
74696e5validateSourceUrl(trim, strip wrapping quotes, reject embedded quotes/backslashes/whitespace) enforced onPOST/PUT /api/sources,/api/sources/import(skips + reports invalid rows), and client-side in all SourcesPage save handlers. The corrupted DB value that caused the bug is now rejected with 400.detectTileSourceType→'arcgis'),?f=jsoninspection (requiressingleFusedMapCache+ Web Mercator), derived{url}/tile/{z}/{y}/{x}template + LOD-based maxZoom, new source-levelmaxZoomonOgcApiSourceSchemafor overzoom, basemap synthesis via "From imagery source" mode, guided error when a MapServer root is pasted as a style URL./tile/15/…and imagery upscales (no 404s).Features
7c0a22b:type: 'link'+linkTexton propertyDisplay; renders safe http(s) links in a new tab.b2128ac: bundled tintable SDF shield sprite, runtime-injected default, "+ Add road shields" quick action.f6e99ac:resolveDisplayLabelfallback in toggles, non-blank label seeds, blank-label wizard lint.14d274c: per-styleminZoom/maxZoomintersected with layer bounds in both renderers, editor fields + zoom chip.554cfea:ui.defaultLabelFont(default Open Sans Bold) applied in both renderers; per-styletext-fontwins.All merges were verified with
pnpm verifyplus the admin-app, map-client, and ingest-service suites. Note: theclaude-reviewCI job is known-broken and fails on every PR —test/analyze/CodeQLare the signal.🤖 Generated with Claude Code