{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lavender Gate",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.366339,
            51.332183
          ],
          [
            -0.366146,
            51.331827
          ],
          [
            -0.365954,
            51.331471
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10033318704, KT22 0RE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.3663298605874507,
          51.33219525841792
        ]
      }
    }
  ]
}