{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Galton Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.999098,
            53.41291
          ],
          [
            -2.998842,
            53.412912
          ],
          [
            -2.998587,
            53.412914
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38257644, L3 7HP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.998586580186461,
          53.412913852725715
        ]
      }
    }
  ]
}