{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Town Hall Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.786389,
            53.572598
          ],
          [
            -1.786302,
            53.572572
          ],
          [
            -1.786215,
            53.572546
          ],
          [
            -1.786016,
            53.572486
          ],
          [
            -1.785816,
            53.572426
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83203965, HD9 3HY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7863892923001097,
          53.57259791314569
        ]
      }
    }
  ]
}