{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mount Tabor Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.15841,
            53.404719
          ],
          [
            -2.158033,
            53.404817
          ],
          [
            -2.157656,
            53.404915
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10090547148, SK1 3NJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1576559338602874,
          53.404914829803836
        ]
      }
    }
  ]
}