{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Newgate Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.847157,
            53.592803
          ],
          [
            -1.846593,
            53.592664
          ],
          [
            -1.846557,
            53.592655
          ],
          [
            -1.845998,
            53.592728
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83206340, HD9 4AG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.847143182682797,
          53.59279763320356
        ]
      }
    }
  ]
}