{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Regent Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.151657,
            52.905695
          ],
          [
            -2.151925,
            52.905536
          ],
          [
            -2.152192,
            52.905377
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002087448, ST15 8ER",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.151671560668692,
          52.905686009850925
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "100031796446, ST15 8EU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.152265458012745,
          52.9054515266284
        ]
      }
    }
  ]
}