A web-based tool for creating, editing, and exporting polygon data on maps. Perfect for marking areas of interest, creating geospatial data, or planning projects that require geographical boundaries.
Try it online: https://polymapper.braw.software/
- Interactive Map Interface: Based on Leaflet.js and OpenStreetMap
- Polygon Creation: Click on the map to create polygon vertices
- Polygon Management:
- Save multiple polygons with custom names and colors
- Edit existing polygons (add, move, or delete points)
- Delete unwanted polygons
- Data Export: Export individual polygons or all polygons as GeoJSON
- User-Friendly Interface: Intuitive sidebar for managing your polygon collection
This is a client-side web application with no server dependencies. To use it:
-
Clone this repository:
git clone https://github.com/yourusername/mapper.git cd mapper -
Open
index.htmlin your web browser:- You can use a local web server like Python's built-in server:
python -m http.server - Or simply open the file directly in your browser
- You can use a local web server like Python's built-in server:
- Ensure "Drawing Mode" is enabled (it's on by default)
- Click on the map to add points to your polygon
- Each point will appear in the "Current Points" list
- When finished, click "Save Polygon"
- Enter a name for your polygon and select a color (or use the default)
- Find the polygon in the sidebar list
- Click the "Edit" button
- Modify the polygon:
- Click on the map to add new points
- Drag existing points to move them
- Right-click on a point to remove it
- When finished, click "Save Changes"
- To export a single polygon, click the "Export" button next to the polygon name
- To export all polygons, click the "Export All" button at the top of the sidebar
- Data is exported in GeoJSON format, which can be used in most GIS applications
- Leaflet.js - JavaScript library for interactive maps
- OpenStreetMap - Map data provider
This project is private and not licensed for public use.
This is a private project. Please contact the repository owner for contribution guidelines.