{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cecil Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.250205,
            54.573925
          ],
          [
            -1.249894,
            54.57404
          ],
          [
            -1.249583,
            54.574156
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007595763, TS1 5AJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.2506964098085627,
          54.57418060298176
        ]
      }
    }
  ]
}