{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Vincent Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.148032,
            53.608703
          ],
          [
            -2.147851,
            53.608735
          ],
          [
            -2.14767,
            53.608767
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23113438, OL16 5RD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.14803201395903,
          53.60870327323537
        ]
      }
    }
  ]
}