{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wood Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.150048,
            54.580364
          ],
          [
            -1.150191,
            54.58032
          ],
          [
            -1.150334,
            54.580277
          ],
          [
            -1.150549,
            54.580211
          ],
          [
            -1.150764,
            54.580144
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013583446, TS6 7AR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.150048089658733,
          54.580363977949766
        ]
      }
    }
  ]
}