{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Weston Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.090474,
            53.530902
          ],
          [
            -2.090315,
            53.531012
          ],
          [
            -2.090155,
            53.531121
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000117644, OL8 2DQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.090131629198381,
          53.53111106113911
        ]
      }
    }
  ]
}