Start here

Getting started with EditPolygon

A current first-session walkthrough of the editor—from opening data to editing, analysing and exporting it safely.

Getting started with EditPolygon

Use this guide for a complete first workflow in the current editor.

1. Understand the current workspace

EditPolygon now combines a focused map editor with a broader browser GIS workspace. The interface is easiest to understand as four persistent areas plus one optional Advanced GIS workspace.

Top toolbar

Open and save projects, undo or redo edits, fit the map, search for a place, choose an export scope and format, and open project utilities under More.

Left tool rail

Select, draw, edit polygons, add images, measure, annotate and open the command palette. Selecting a tool opens the controls needed for that task.

Project, Layers and map

The left sidebar lists imported data and editable layers. The map is where you select and directly edit geometry.

Inspector

The right panel describes the active feature and exposes feature-specific editing such as Geometry code, style, holes and exact values.

Advanced GIS is a second workspace for unified layer management, local and remote data sources, basemaps and project-level GIS controls. The Data/GIS window then provides Attributes, Select, Filter, Style & labels, Fields & stats, Join & summarize, CRS and Processing.

Current EditPolygon desktop workspace with Project and Layers on the left, map editing tools, map and Inspector
The current desktop workspace separates direct map editing from project/layer management and the Inspector.
The distinction matters.

Use direct map tools when you are changing one feature interactively. Use the Data/GIS workspace for records, schemas, filters, styling, joins and CRS. Use Processing when an operation should run consistently across a layer scope.

2. Open a local GIS dataset

  1. Choose Open.

    You can also drop files into the Project area or choose Advanced GIS → Add data → Open GIS files.

  2. Select the source file or package.

    EditPolygon supports common browser-readable vector formats including GeoJSON/JSON, KML/KMZ, GML, GeoPackage, TopoJSON, CSV, WKT/TXT, zipped Shapefile, zipped File Geodatabase and EditPolygon .epz projects.

  3. Keep multipart formats packaged.

    For a Shapefile, open the ZIP containing the .shp, .dbf, .shx and preferably .prj. For an Esri File Geodatabase, ZIP the complete .gdb directory rather than selecting an individual internal file.

  4. Review the import.

    EditPolygon scans the selected files first and opens Review import. Check the files, feature counts and any reported errors, then choose Import to add the reviewed data to the project.

  5. Confirm the new layer.

    Use Fit if necessary, then check the layer name, feature count and map position before editing.

EditPolygon local GIS import controls showing supported browser-local data formats
Local files are decoded in the browser. GeoPackage can be opened directly; Shapefile and FileGDB datasets should remain packaged.

See Open and import GIS data for format-specific rules and troubleshooting.

3. Select the features you actually intend to work with

Click selection is only one option. The Select tool also provides rectangle, polygon and lasso selection, a target-layer setting, and Replace/Add/Remove/Intersect selection modes. You can also open Select by attribute or Select by location for query-driven selection.

Selection is independent from visibility and filtering. A hidden feature is not automatically filtered out, and a filtered feature is not automatically selected. That separation becomes important when you use Processing.

EditPolygon layers and map showing selected features and scope-related controls
Selection, visibility and filtering are deliberately separate states. The Processing scope is chosen explicitly when a tool runs.

4. Draw or directly edit geometry

The Draw tool can create free polygons, points, rectangles and squares, true circles, rotated rectangles, regular polygons, freehand polygons and buffer corridors. You can also add a polygon from pasted coordinates.

For an existing polygon, choose Edit polygon and drag vertices. Midpoint handles insert new vertices. Snapping aligns nearby coordinates; topology mode can move coincident vertices in other visible editable polygons when you deliberately want shared boundaries to move together.

Current EditPolygon vertex editing controls on a selected polygon
Direct vertex editing is intended for deliberate feature-level changes. Snapping and topology should be enabled only when their relationship is intended.

Geometry code

The Inspector's Geometry code section exposes the selected feature's geometry in editable GeoJSON form. It supports point, line and polygon families, including multipart geometry. Use it when direct coordinate replacement is clearer than dragging handles; apply only after the geometry type and coordinate nesting are correct.

Current EditPolygon Geometry code editor for a selected feature
Geometry code edits the selected feature through the normal project history, so the change participates in Undo/Redo.

See Draw and edit geometry for the complete direct-editing workflow.

5. Use the Data/GIS workspace for records and layer configuration

Open the Data/GIS window for an editable layer when the task is about the layer as a dataset rather than one map feature. Its tabs divide responsibilities cleanly:

Attributes / Fields & stats

Edit typed values, add or change fields, run field calculations and inspect statistics.

Select / Filter

Build repeatable attribute or spatial selections and compound filters.

Style & labels

Control layer presentation without changing geometry.

Join & summarize / CRS

Relate tables or locations, inspect coordinate-reference metadata and control reprojection/export.

See Attributes, fields, filters and tables for record editing and Spatial joins and location queries for relationships between layers.

6. Use Processing for repeatable GIS operations

The Processing tab contains the layer-wide vector toolkit: buffers, centroids, overlay operations, dissolve, geometry conversion, spatial analysis, selection tools and geometry maintenance.

  1. Choose the tool.

    The catalogue is grouped by Vector geometry, Overlay, Aggregation, Geometry conversion, Selection, Spatial analysis and Geometry maintenance.

  2. Choose each input layer and scope.

    Where supported, All, Filtered and Selected are explicit Processing scopes. Layer visibility does not change Processing membership.

  3. Preview before committing when useful.

    Geometry tools can show a temporary map preview, selection tools highlight prospective matches, and data-result tools can preview prospective attributes. Preview does not create a project layer.

  4. Run the operation.

    Most tools create a new layer. Maintenance tools that support it can instead modify the source in one undoable project operation.

Current EditPolygon Processing Toolbox with tool catalogue, input layer, scope and output controls
Processing is the authoritative place for repeatable layer and scope-based GIS operations.

See the complete Processing Toolbox guide and generated tool reference.

7. Check geometry after consequential changes

Choose Check & fix geometry from More or open Geometry Health through the GIS controls. Geometry Health separates results into Ready, Safe to fix, Needs review and Manual review. Safe cleanup can be applied conservatively; shape-changing repairs require review.

Validation answers whether geometry satisfies structural/topological rules. It does not determine whether the boundary is factually correct, so compare important repairs with the source and intended real-world meaning.

Current EditPolygon Geometry Health results showing ready, safe and review categories
Geometry Health keeps safe cleanup separate from repairs that can change geometry meaning or structure.

8. Save the project and export the correct result

Save downloads an EditPolygon .epz project. Use it when you want to preserve the richer project state rather than only a GIS interchange file. Browser autosave is recovery support; it is not a substitute for downloading an important project.

The top toolbar exports geometry using All, Selected or Visible scope. The Attributes table has its own record export, including CSV — attributes only when you need a normal spreadsheet without WKT geometry.

Current EditPolygon export controls and attribute-only CSV workflow
Choose export scope and format deliberately. Use the attribute table's plain CSV option when geometry is not required.
First-workflow checklist
  • The source layer appears in the expected real-world location.
  • Visibility, filtering and selection are being treated as separate states.
  • Direct map editing was used for feature-specific work and Processing for repeatable layer operations.
  • Consequential geometry changes were previewed or reviewed.
  • Geometry Health was used where validity matters.
  • The correct export scope and format were selected.
  • An .epz project was saved when the work needs to be resumed later.

Common questions

Does EditPolygon upload local GIS files?

No. Local files are processed in the browser. Network requests are made when you deliberately use remote services, tiles or other web sources.

When should I use direct editing instead of Processing?

Use direct editing for a deliberate change to one feature. Use Processing when the same operation should run repeatably over an explicit All, Filtered or Selected scope.