Skip to content

Instantly share code, notes, and snippets.

@jlblcc
Last active April 20, 2020 23:26
Show Gist options
  • Select an option

  • Save jlblcc/dd8c3ae9847bf8ace67b79b4fb2ec22d to your computer and use it in GitHub Desktop.

Select an option

Save jlblcc/dd8c3ae9847bf8ace67b79b4fb2ec22d to your computer and use it in GitHub Desktop.

Revisions

  1. jlblcc revised this gist Apr 20, 2020. 1 changed file with 58 additions and 1 deletion.
    59 changes: 58 additions & 1 deletion dateline.geojson
    Original file line number Diff line number Diff line change
    @@ -1 +1,58 @@
    {"type":"Feature","properties":{"name":"New Polygon Feature"},"geometry":{"type":"Polygon","coordinates":[[[-194.071863,52.268157],[-194.071863,60.06484],[-151.543388,60.06484],[-151.543388,52.268157],[-194.071863,52.268157]]]},"id":"0b6bd0b3-b81a-47d4-9327-aa07a477360a"}
    {
    "type": "FeatureCollection",
    "features":[{
    "type": "Feature",
    "properties": {
    "name": "New Polygon Feature"
    },
    "geometry": {
    "type": "Polygon",
    "coordinates": [
    [
    [-194.071863, 52.268157],
    [-194.071863, 60.06484],
    [-151.543388, 60.06484],
    [-151.543388, 52.268157],
    [-194.071863, 52.268157]
    ]
    ]
    },
    "id": "0b6bd0b3-b81a-47d4-9327-aa07a477360a"
    }, {
    "type": "Feature",
    "properties": {
    "name": "New Polygon Feature"
    },
    "geometry": {
    "type": "Polygon",
    "coordinates": [
    [
    [-192.170732, 68.073305],
    [-188.480245, 64.091408],
    [-173.015345, 63.860036],
    [-165.985845, 66.160511],
    [-167.567482, 68.269387],
    [-192.170732, 68.073305]
    ]
    ]
    },
    "id": "32fc8676-505f-4302-b29b-4b8492b8a5bf"
    }, {
    "type": "Feature",
    "properties": {
    "name": "New LineString Feature"
    },
    "geometry": {
    "type": "LineString",
    "coordinates": [
    [-197.442857, 63.154355],
    [-171.635127, 61.93895],
    [-160.387927, 64.472794],
    [-165.308577, 69.411242],
    [-178.664627, 72.395706],
    [-188.505927, 72.395706]
    ]
    },
    "id": "2fab09c5-8d83-45a3-a338-d532fdfdede7"
    }]
    }
  2. jlblcc created this gist Apr 20, 2020.
    1 change: 1 addition & 0 deletions dateline.geojson
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    {"type":"Feature","properties":{"name":"New Polygon Feature"},"geometry":{"type":"Polygon","coordinates":[[[-194.071863,52.268157],[-194.071863,60.06484],[-151.543388,60.06484],[-151.543388,52.268157],[-194.071863,52.268157]]]},"id":"0b6bd0b3-b81a-47d4-9327-aa07a477360a"}