{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Craig Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.579137,
            54.897956
          ],
          [
            -1.578645,
            54.898058
          ],
          [
            -1.578153,
            54.89816
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070833529, DH3 1EE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5803716666421492,
          54.897699899731215
        ]
      }
    }
  ]
}