{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Craig Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.889961,
            54.061394
          ],
          [
            -2.889779,
            54.061325
          ],
          [
            -2.889597,
            54.061255
          ],
          [
            -2.889479,
            54.06121
          ],
          [
            -2.88936,
            54.061165
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009291980, LA3 1DW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.8896066934843407,
          54.061252973439665
        ]
      }
    }
  ]
}