{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Orchard Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.578847,
            51.272025
          ],
          [
            -2.579021,
            51.272225
          ],
          [
            -2.579565,
            51.272316
          ],
          [
            -2.580458,
            51.272467
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "250040904, BA3 4GF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5790941798646982,
          51.272293879861195
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "250067757, BA3 4LF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.580371841216228,
          51.272440413175964
        ]
      }
    }
  ]
}