{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Compton Mews",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.096502,
            53.96864
          ],
          [
            -1.096073,
            53.968385
          ],
          [
            -1.095644,
            53.96813
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034766399, YO30 6LE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.096442373698231,
          53.96859475131681
        ]
      }
    }
  ]
}