{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Villa Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.189043,
            52.996235
          ],
          [
            -2.189662,
            52.996441
          ],
          [
            -2.190282,
            52.996647
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "3455133521, ST4 4BS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1902817118270512,
          52.996646539580574
        ]
      }
    }
  ]
}