{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Orchard Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.599524,
            51.453924
          ],
          [
            -2.599669,
            51.454027
          ],
          [
            -2.599815,
            51.454129
          ],
          [
            -2.599866,
            51.454196
          ],
          [
            -2.599917,
            51.454264
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "315208, BS1 5NA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5998877408440664,
          51.45421879957621
        ]
      }
    }
  ]
}