{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Stokesay Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.127036,
            50.424104
          ],
          [
            -4.127103,
            50.424417
          ],
          [
            -4.127126,
            50.424525
          ],
          [
            -4.127316,
            50.424692
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070765936, PL6 6BE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.127078668758065,
          50.424417676083415
        ]
      }
    }
  ]
}