{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Homestead Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.577432,
            51.510334
          ],
          [
            -2.578503,
            51.510413
          ],
          [
            -2.579574,
            51.510491
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "658534, BS34 7QS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.579574365433795,
          51.51049149974288
        ]
      }
    }
  ]
}