Precision:
Layer A
Layer B (optional, for Merge)
Appends features from B into A (if provided). For more than two layers, run sequentially.
Optional summary fields (numeric):
Use comma‑separated field lists. Output columns are prefixed (e.g.,
sum_pop).
Syntax: reference properties as
${field}. Available functions: area(), length(), round(x,n), toNumber(x), toInt(x), upper(x), lower(x), concat(a,b,...), now(). Operators: + - * / %, comparisons == != > < >= <=, and ternary cond ? a : b.
—
Result
No data yet.
Output: GeoJSON
Map Preview
Notes:
- Merge appends features; set
_srctag to track origin. - Dissolve unions polygons (all or by property). Optional numeric summaries: sum/avg/min/max.
- Field Calculator supports property tokens (
${'{'}name{'}'}) and helper functions likearea(),length(),round().