{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Henry Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.358702,
            53.481781
          ],
          [
            -2.359084,
            53.481609
          ],
          [
            -2.359467,
            53.481437
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007891598, M30 0UT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.359467188178477,
          53.48143734036047
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "100012697931, M30 0RL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3587144590141693,
          53.48152049995933
        ]
      }
    }
  ]
}