{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hill Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.440076,
            53.098362
          ],
          [
            -2.440012,
            53.098676
          ],
          [
            -2.439948,
            53.098991
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014013594, CW1 2BS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.440090648214543,
          53.098352480078596
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "100012595277, ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.440379719381973,
          53.09887277748418
        ]
      }
    }
  ]
}