{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Dale Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.784909,
            53.64162
          ],
          [
            -1.785172,
            53.641668
          ],
          [
            -1.785436,
            53.641716
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83204690, HD1 3EB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7854356297923615,
          53.64171594196825
        ]
      }
    }
  ]
}