{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Smith's Yard",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.096983,
            51.372924
          ],
          [
            -0.097782,
            51.37284
          ],
          [
            -0.098581,
            51.372757
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10001003516, CR0 1NX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.09710934140880033,
          51.37291460464312
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "200001215136, CR0 1NX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.09754530616281343,
          51.372795786624316
        ]
      }
    }
  ]
}