{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Crabtree Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.270016,
            51.672256
          ],
          [
            -1.269981,
            51.672482
          ],
          [
            -1.269997,
            51.672529
          ],
          [
            -1.270091,
            51.672797
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014021515, OX14 3ZB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.2754797415771684,
          51.67133771209564
        ]
      }
    }
  ]
}