{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Walton Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.552263,
            53.788325
          ],
          [
            -1.552595,
            53.788356
          ],
          [
            -1.552927,
            53.788388
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72648532, LS11 9TE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5523689984745854,
          53.7883339687787
        ]
      }
    }
  ]
}