{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Forest Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.37361,
            53.492601
          ],
          [
            -2.373835,
            53.492516
          ],
          [
            -2.37406,
            53.49243
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007891253, M30 8JN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.374059976517909,
          53.492430382017645
        ]
      }
    }
  ]
}