{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pickering Mount",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.582006,
            53.799676
          ],
          [
            -1.581925,
            53.799685
          ],
          [
            -1.581646,
            53.799714
          ],
          [
            -1.581286,
            53.799752
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72643311, LS12 2QG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5819298455548523,
          53.799702609356366
        ]
      }
    }
  ]
}