{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Silver Birch Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.899035,
            53.664636
          ],
          [
            -2.898705,
            53.664962
          ],
          [
            -2.898688,
            53.664971
          ],
          [
            -2.898191,
            53.665233
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012347501, PR9 8DF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.8981928191879334,
          53.665241294761195
        ]
      }
    }
  ]
}