-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Say I'm working with GeoJson and want to build something quickly without a full plugin, and I want to define a multipolygon. This has the structure
"coordinates": [
[
[[40.0, 40.0], [20.0, 45.0], [45.0, 30.0], [40.0, 40.0]]
],
[
[[20.0, 35.0], [10.0, 30.0], [10.0, 10.0], [30.0, 5.0], [45.0, 20.0], [20.0, 35.0]],
[[30.0, 20.0], [20.0, 15.0], [20.0, 25.0], [30.0, 20.0]]
]
]
We could achieve this either through a standalone node, or possibly using a special case rejson node with one input named "[]"
kaijurgeit
Metadata
Metadata
Assignees
Labels
No labels
