{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pearson Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.253125,
            54.57336
          ],
          [
            -1.253531,
            54.573745
          ],
          [
            -1.253937,
            54.574131
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007596847, TS1 5AJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.2531402492009747,
          54.57335092222556
        ]
      }
    }
  ]
}