A simple web application that visualizes ZIP code boundaries on an interactive map. Enter any U.S. ZIP codes, and the application will display their geographical boundaries.
- Supports all 50 U.S. states and DC
- Interactive map with zoom and pan controls
- Multiple ZIP code visualization
- Automatic state detection and boundary loading
- Responsive design
This project wouldn't be possible without the following contributions:
-
ZIP Code Boundary Data: OpenDataDE/State-zip-code-GeoJSON - Thank you for providing comprehensive ZIP code boundary data for all U.S. states.
-
Mapping Library: Leaflet - An open-source JavaScript library for mobile-friendly interactive maps.
-
Base Map Data: OpenStreetMap - Thank you to all OSM contributors for providing the base map data.
Simply visit the live site and enter your ZIP codes separated by commas. The map will automatically display the boundaries for the entered ZIP codes.
This project is MIT licensed and makes use of publicly available data and open-source libraries.
Special thanks to the open-source community and all contributors who make projects like this possible.