{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Summerson Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.447899,
            54.821028
          ],
          [
            -1.447867,
            54.821607
          ],
          [
            -1.447836,
            54.822187
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "45135072, DH5 9DR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4482534140860683,
          54.823545700779064
        ]
      }
    }
  ]
}