{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Walter Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.491289,
            53.400908
          ],
          [
            -1.491178,
            53.400736
          ],
          [
            -1.491067,
            53.400565
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013553257, S6 2HH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4912443863049918,
          53.40084455193521
        ]
      }
    }
  ]
}