{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hangar Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.583235,
            51.411329
          ],
          [
            -2.582987,
            51.411571
          ],
          [
            -2.582739,
            51.411814
          ],
          [
            -2.582666,
            51.411905
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "341789, BS14 0DE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.582668574012626,
          51.4118919624536
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "381276, BS14 0DE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.583212981005574,
          51.411736394733936
        ]
      }
    }
  ]
}