{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Park View",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.422268,
            51.590391
          ],
          [
            -1.422184,
            51.590605
          ],
          [
            -1.422101,
            51.590819
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014021763, OX12 7AQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4222568720788822,
          51.590437485476954
        ]
      }
    }
  ]
}