GeoJSON Attribute & Spatial Join
LocalJoin two GeoJSON layers in your browser: attribute join by matching keys, or spatial join merging polygon attributes into contained points.
Attribute join merges properties by matching keys; spatial join merges properties of the polygon containing each target point.
What is it? GeoJSON Attribute & Spatial Join joins two layers either by matching attribute keys or spatially (for example merging polygon attributes into the points they contain).
TL;DR: Attribute or spatial join two GeoJSON layers.
How to use
- Load the left and right layers.
- Choose attribute or spatial join and the matching key.
- Download the joined result.
FAQ
Which spatial join is supported?
Polygon-into-point containment is supported for attaching area attributes to points.
Is it local?
Yes.
Limitations
- One join type per run.
- Coordinate systems should match before joining.
Privacy
Privacy first: this tool runs entirely in your browser. Your input and files never leave your device.