Polygon Union Tool — Merge Overlapping Polygons Into One Shape
Draw two or more polygons on the map, or upload a GeoJSON file or a zipped Shapefile, then pick any layers you want and merge them into one combined shape. Pick a color for the result and save it as a GeoJSON file — fast, in your browser, with no extra program needed. Open in full screen ↗
A polygon union, also called a merge or a dissolve, takes two or more shapes and combines them into a single outline that covers the same total ground as all of them together. This is one of the most common tasks in GIS work: joining two neighboring land parcels into one property, combining several small service areas into one coverage zone, or merging a set of small survey plots into one boundary.
Advertisement
How the Union Is Worked Out
Check the box next to every layer you want to combine — two, three, or as many as you have. The tool gathers every polygon from those layers and merges them into one shape. If the pieces you picked touch or overlap, you get back one single, connected outline. If some of the pieces do not touch at all, the result becomes a MultiPolygon: one layer that still remembers each separate piece, so nothing is lost.
Only Polygons Work Here
This tool only accepts closed shapes: Polygon and MultiPolygon. Points and lines do not have an inside area, so they cannot be merged this way. If your file has other shapes mixed in with polygons, the tool keeps only the polygons and tells you how many other shapes it did not use.
Two Ways to Add Your Polygons
Add the polygons you want to work with using one of these methods, or use both together in the same session:
Draw on the map: Click "Draw Polygon", then click the map to add each corner. Finish the shape with a double-click, the Enter key, or the "Finish" button. Draw two or more polygons so there is something to merge.
Upload a file: Click "Upload" or drag a file onto the map — a GeoJSON/.json file, or a zipped Shapefile (.zip with .shp, .dbf and .shx inside). Each file becomes its own layer.
No file ready? Click "Sample Polygons" to add three overlapping test shapes right away. Once you have at least two polygon layers, check the boxes next to the ones you want in "Select Layers to Merge", choose a result color, and click "Run Union".
Layer Colors and Result Style
Two color settings help you tell layers apart on the map:
Layer color: each polygon layer gets its own color when you add it. You can change this color any time from the layer row.
Result Color: sets the color of the new union layer before you click "Run Union". Change it again after, from the layer row, if you want a different look.
The new union layer is drawn with a bolder outline and a stronger fill than the source layers, so the result always stands out on the map.
Working with Your Layers
Each polygon layer and each union layer you make shows up as one row in the Layers list. From that row, you can turn the layer on or off, change its color, zoom the map to it, save it as GeoJSON, or delete it. None of these actions change any other layer. A union result can even be checked again in "Select Layers to Merge" for a next run, so you can combine several rounds of merging together.
Saving Your Union Result
Two ways to save your work are always ready in the sidebar:
Save one layer: click the download icon next to any layer row to save only that layer as a GeoJSON file.
Download All Layers: puts every layer on the map — sources and union results together — into one GeoJSON file, with each feature marked with its layer name.
GeoJSON opens without problems in Leaflet, Mapbox GL JS, QGIS and ArcGIS, and it even shows as a live map on GitHub.
Advertisement
Step by Step
1
Step 1
Open the tool
The map opens on a world view with no layers yet. The toolbar at the top has Draw Polygon, Upload, Sample Polygons and a basemap switch. The sidebar has the union tool, the layer list, and the export button.
2
Step 2
Add your first polygon
Click "Draw Polygon" and click the map for each corner, or upload a GeoJSON file or a zipped Shapefile.
3
Step 3
Add a second polygon, and more if you want
Draw or upload more shapes — they can overlap or sit apart. Or click "Sample Polygons" to add three ready-made overlapping shapes.
4
Step 4
Check the layers to merge
In "Select Layers to Merge", check the box next to every layer you want in the result. Pick two, three, or as many as you have loaded.
5
Step 5
Choose a result color
Click the color box next to "Result Color" and pick a color for the new union layer.
6
Step 6
Click Run Union
The tool combines every polygon in the checked layers into one shape and adds it as a new layer. The map zooms to fit the result.
7
Step 7
Check and manage your layers
In the Layers list, turn any layer on or off, change its color, zoom to it, or delete it. Union layers are marked differently from source polygon layers, so you always know which is which.
8
Step 8
Merge again if you want
Check a union result together with another layer in "Select Layers to Merge" to combine even more shapes into one, one round at a time.
9
Step 9
Save your results
Click the download icon on a layer row to save just that layer, or click "Download All Layers" to save every layer — sources and results — in one GeoJSON file.
Real-World Use Cases
🗺️
Land Parcels and Property Boundaries
Land surveyors and title companies merge two or more neighboring parcels into one combined property boundary after a sale, a land swap, or a family land division.
🏙️
Urban Planning and District Boundaries
City planners dissolve several small zoning areas or census blocks into one larger district outline, to simplify a map or prepare it for a public report.
📡
Telecom Coverage Analysis
Network engineers merge the coverage circles of several nearby towers into one combined coverage footprint, to see the total ground served by a cluster of sites at a glance.
🌾
Farm Field Consolidation
Farm management teams merge several small, adjoining fields into one larger management zone, to simplify planting plans, spraying records, and yield reporting.
🌿
Environmental and Conservation Planning
Conservation groups combine several separate protected areas or habitat patches into one boundary, to report total protected land area or plan a connected wildlife corridor.
🚚
Retail and Delivery Zone Planning
Retail chains and delivery companies merge the service areas of several nearby stores or depots into one combined coverage zone for regional planning and staffing decisions.
🏘️
Neighborhood and Community Mapping
Local governments and community groups combine several small neighborhood boundaries into one larger ward or community area for elections, planning, or funding applications.
🚨
Disaster Response and Risk Mapping
Emergency planners merge several separate flood-risk, fire-risk, or evacuation-zone polygons into one combined risk area, to brief responders with a single, simple boundary instead of many overlapping ones.