{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "John Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.98742,
            51.581813
          ],
          [
            -2.987879,
            51.581673
          ],
          [
            -2.988339,
            51.581533
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010551442, NP20 2BH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9884200283115216,
          51.58155286117847
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "100101047224, NP20 2BH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.988178038102135,
          51.581707757320814
        ]
      }
    }
  ]
}