{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Neale Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.567599,
            52.425619
          ],
          [
            -1.567769,
            52.425441
          ],
          [
            -1.567939,
            52.425262
          ],
          [
            -1.567949,
            52.425252
          ],
          [
            -1.567959,
            52.425241
          ],
          [
            -1.568099,
            52.425094
          ],
          [
            -1.568238,
            52.424947
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014004978, CV5 9GF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5675992691437404,
          52.42561924916115
        ]
      }
    }
  ]
}