{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Brick Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.237726,
            53.483809
          ],
          [
            -2.237584,
            53.483935
          ],
          [
            -2.237441,
            53.484061
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023062931, M4 1DZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.237726197170707,
          53.48380910304149
        ]
      }
    }
  ]
}