{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Tatton Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.476935,
            53.670841
          ],
          [
            -1.477094,
            53.670801
          ],
          [
            -1.477253,
            53.670762
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "63170824, WF1 5EG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4772534589484527,
          53.67076155896487
        ]
      }
    }
  ]
}