# June 27. Geometry editor file import and consolidated metric tables

## Import single geometries from a file

You can now import individual geometries from a file using the map editor toolbar. Supported formats include CSV, ESRI Shapefile, GeoJSON, and KML.

* When editing a single activity, FieldDoc adds the imported geometry directly to the record.
* When working with activity collections:
  * If you select an activity, FieldDoc adds the geometry to it.
  * If you don't select an activity, FieldDoc creates a new activity record.

Support for importing multiple features at once is coming soon.

<figure><img src="/files/4wfGQRTIRsSoAlim06gi" alt=""><figcaption></figcaption></figure>

:seedling: Learn more about [Geometry](/essentials/activities/geometry.md) here.

## Track planned and implemented metric values from a single view

We streamlined batch editing for metric values by consolidating all data into one table, found on the **Metrics** tab. You can view metric targets in the `planned_value` column alongside reported values in the `implemented_value` column. This change eliminates the need to switch between tables and copy-paste starter rows. The obsolete **Implementation** tab will be removed in a future release.<br>

<figure><img src="/files/v2kibUJ074dqcAkrkQHe" alt=""><figcaption></figcaption></figure>

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.fielddoc.org/changelog/june-2025/june-27.-geometry-editor-file-import-and-consolidated-metric-tables.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
