{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Vineyard Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.096858,
            53.541636
          ],
          [
            -2.096507,
            53.541757
          ],
          [
            -2.096252,
            53.541962
          ],
          [
            -2.095754,
            53.54236
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000115061, OL4 1JW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.09575404433591,
          53.54236009747426
        ]
      }
    }
  ]
}