Skip to content

fix: add India boundary override (Natural Earth 50m)#1796

Open
stablegenius49 wants to merge 1 commit intokoala73:mainfrom
stablegenius49:fix/india-boundary-rendering
Open

fix: add India boundary override (Natural Earth 50m)#1796
stablegenius49 wants to merge 1 commit intokoala73:mainfrom
stablegenius49:fix/india-boundary-rendering

Conversation

@stablegenius49
Copy link

Summary

  • Adds India (IN) to country-boundary-overrides.geojson using the Natural Earth 50m Admin 0 Countries dataset (same source already used for Pakistan)
  • The override provides a higher-resolution MultiPolygon boundary (1518 points) that replaces the base geometry automatically on app load
  • Renames fetch-pakistan-boundary-override.mjsfetch-country-boundary-overrides.mjs to support multiple countries, and updates doc references

Test plan

  • Verify India renders with correct boundary on the map view
  • Verify Pakistan boundary still renders correctly (no regression)
  • Run node scripts/fetch-country-boundary-overrides.mjs to confirm script works
  • Run existing boundary override tests (tests/country-geometry-overrides.test.mts)
  • Upload updated country-boundary-overrides.geojson to R2 CDN

Fixes #1721

🤖 Generated with Claude Code

Adds India (IN) to country-boundary-overrides.geojson using the same
Natural Earth 50m Admin 0 Countries dataset already used for Pakistan.
The override system automatically replaces the base geometry on app load,
providing a higher-resolution MultiPolygon boundary (1518 points).

Renames the fetch script to reflect its broader purpose and updates
doc references in CONTRIBUTING.md and maps-and-geocoding.mdx.

Fixes koala73#1721

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Mar 18, 2026

@Diaz-julieta is attempting to deploy a commit to the Elie Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect India map boundary rendering

2 participants