{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Fleetham Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.245162,
            54.574002
          ],
          [
            -1.245489,
            54.574292
          ],
          [
            -1.245816,
            54.574582
          ],
          [
            -1.24584,
            54.574605
          ],
          [
            -1.245863,
            54.574628
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007598091, TS1 5PL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.245208602986744,
          54.57397575908067
        ]
      }
    }
  ]
}