{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lachlan Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.14897,
            51.073771
          ],
          [
            1.148902,
            51.073935
          ],
          [
            1.148835,
            51.074098
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "50111851, CT20 3RR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.1489698729740063,
          51.07377102103938
        ]
      }
    }
  ]
}