{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lavender Mews",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.075025,
            51.276881
          ],
          [
            1.074982,
            51.276909
          ],
          [
            1.07478,
            51.277042
          ],
          [
            1.074687,
            51.277002
          ],
          [
            1.074302,
            51.276837
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10033172020, CT1 2PH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.0750246522658509,
          51.27688133180189
        ]
      }
    }
  ]
}