Upload polygon shapefile
Upload a ZIP containing a polygon shapefile. Your .shp, .shx, .dbf and optional .prj files should be inside the same ZIP.
Polygon selection map
The merge performs a geometric union, not a visual grouping. Shared edges are normalized and dissolved from the output geometry. Turn the basemap off if you want to distinguish GIS boundaries from map lines drawn by the basemap.
Merge polygons from a shapefile online
The MK Tech Tools Merge Polygons tool is a browser-based GIS utility for combining selected polygon features from a single shapefile. It is useful when a GIS layer contains boundaries that need to be joined into a larger area without opening a full desktop GIS application.
You can upload a ZIP containing the standard shapefile components, view the polygons on an interactive map, click the features you want to combine, and merge the selected geometry. The rest of the features remain in the layer, so the result is an edited version of the same dataset rather than a completely separate geometry.
When is polygon merging useful?
Polygon merging is common in administrative mapping, survey planning, health and demographic analysis, land management, environmental work and many other GIS workflows. A few common examples include:
Administrative boundaries
Combine districts, tehsils, municipalities or other administrative units into a larger reporting area.
Survey and programme areas
Join adjacent field areas, catchments or programme zones that should be represented as one geographic unit.
Land and planning layers
Merge parcels, planning blocks or other polygon features when they need to be treated as a single area.
Cleaning GIS datasets
Simplify layers that contain unnecessarily fragmented features by combining selected polygons.
How to merge polygons in a shapefile
- 1. Prepare the ZIP. Keep the .shp, .shx, .dbf and, where available, .prj files together in one ZIP archive.
- 2. Upload the layer. The tool reads the shapefile and displays its polygon features on an interactive map.
- 3. Select polygons on the map. Click each polygon that should be part of the merged feature. Selected polygons are visually highlighted.
- 4. Merge the selection. Once two or more features are selected, click Merge Selected Polygons. The selected geometries are combined and replaced by the merged result.
- 5. Review and download. Inspect the edited map and download the resulting layer as GeoJSON.
Merge versus dissolve: what is the difference?
In GIS, merge can mean several different things. This tool merges selected features within one polygon layer. It does not append two separate shapefiles together. Combining two separate shapefile datasets is handled by the dedicated Combine Shapefiles tool.
A dissolve operation usually combines features automatically according to a common attribute value, such as province name or zone code. Here, the user explicitly chooses which polygons to combine. This makes the tool useful for quick, controlled edits where only particular features should be joined.
What happens to the attribute data?
A polygon can have many attribute fields, and selected polygons may contain different values. The current version uses a simple and predictable rule: the newly merged feature inherits the attributes of the first selected polygon.
This avoids silently summing, averaging or concatenating fields that may have completely different meanings. If the values need to be changed, the resulting GeoJSON can be edited in another GIS application or in a future attribute-editing feature on MK Tech Tools.
Can non-adjacent polygons be merged?
Yes. The selected polygons do not necessarily need to share a boundary. When separate polygon parts are combined, the result may be represented as a MultiPolygon. This is valid GeoJSON geometry and is commonly used in GIS datasets for areas consisting of multiple disconnected parts.
Private, browser-based GIS processing
The tool is designed to process the uploaded GIS data in the browser. This approach keeps the workflow fast and reduces the need to send the entire shapefile to a separate GIS processing service. It is particularly useful for routine boundary edits, testing and lightweight GIS tasks.
Because processing happens on the user's device, extremely large or highly detailed layers can require substantial browser memory. For very large datasets, a desktop GIS package may still be more appropriate.
Supported input
Frequently asked questions
Is the polygon merger free?
Yes. The tool is intended as a free online GIS utility for common polygon editing tasks.
Can I merge point or line shapefiles?
This tool is specifically designed for Polygon and MultiPolygon features. Use a suitable GIS workflow for point or line datasets.
Does it change my original shapefile?
No. The uploaded file remains unchanged. The edits take place in the browser and the result is downloaded as a new file.
Why does the merged polygon sometimes become a MultiPolygon?
This can happen when the selected areas are geographically separated rather than touching each other. A MultiPolygon is the correct GIS representation for one feature containing disconnected polygon parts.