{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Clarke Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.112191,
            52.80575
          ],
          [
            -2.112236,
            52.80602
          ],
          [
            -2.112282,
            52.806289
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002086121, ST16 2LY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1121912257296858,
          52.805785915220795
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "200001326355, ST16 2LY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1120432806824487,
          52.80593887620359
        ]
      }
    }
  ]
}