swh:1:snp:ff2a11cd2e44dd19ec3814028ef2ce6605664e63
Raw File
Tip revision: cf191ed8b9600d9321e9efee9983fbe42acf57a9 authored by Eric Fischer on 29 May 2018, 23:20:44 UTC
EXPERIMENTAL feature to extract shared polygon borders into lines
Tip revision: cf191ed
in.json
{
  "type": "FeatureCollection",
  "features": [
    { "type": "Feature", "properties": { "order": "one" }, "geometry": { "type": "Point", "coordinates": [ 132.1875, -22.268764 ] } },
    { "type": "Feature", "properties": { "order": "one" }, "geometry": { "type": "Point", "coordinates": [ -122, 37 ] } },
    { "type": "Feature", "properties": { "order": "two" }, "geometry": { "type": "Point", "coordinates": [ 132.1875, -22.268764 ] } },
    { "type": "Feature", "properties": { "order": "three" }, "geometry": { "type": "Point", "coordinates": [ 132.1875, -22.268764 ] } },
    { "type": "Feature", "properties": { "order": "two" }, "geometry": { "type": "Point", "coordinates": [ -122, 37 ] } },
    { "type": "Feature", "properties": { "order": "four" }, "geometry": { "type": "Point", "coordinates": [ 132.1875, -22.268764 ] } },
    { "type": "Feature", "properties": { "order": "three" }, "geometry": { "type": "Point", "coordinates": [ -122, 37 ] } },
    { "type": "Feature", "properties": { "order": "five" }, "geometry": { "type": "Point", "coordinates": [ 132.1875, -22.268764 ] } },
    { "type": "Feature", "properties": { "order": "six" }, "geometry": { "type": "Point", "coordinates": [ 132.1875, -22.268764 ] } },
    { "type": "Feature", "properties": { "order": "four" }, "geometry": { "type": "Point", "coordinates": [ -122, 37 ] } },
    { "type": "Feature", "properties": { "order": "seven" }, "geometry": { "type": "Point", "coordinates": [ 132.1875, -22.268764 ] } },
    { "type": "Feature", "properties": { "order": "five" }, "geometry": { "type": "Point", "coordinates": [ -122, 37 ] } },
    { "type": "Feature", "properties": { "order": "eight" }, "geometry": { "type": "Point", "coordinates": [ 132.1875, -22.268764 ] } },
    { "type": "Feature", "properties": { "order": "nine" }, "geometry": { "type": "Point", "coordinates": [ 132.1875, -22.268764 ] } },
    { "type": "Feature", "properties": { "order": "six" }, "geometry": { "type": "Point", "coordinates": [ -122, 37 ] } },
  ]
}
back to top