{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Charles Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.955645,
            52.501521
          ],
          [
            -1.955622,
            52.501822
          ],
          [
            -1.9556,
            52.502123
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008763014, B66 2PA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9556295253320561,
          52.50187149949111
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10015864435, B66 2PA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9550545085500455,
          52.50235673971594
        ]
      }
    }
  ]
}