{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cameron Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.249244,
            53.474321
          ],
          [
            -2.249281,
            53.474125
          ],
          [
            -2.249299,
            53.47403
          ],
          [
            -2.249314,
            53.473953
          ],
          [
            -2.249319,
            53.47393
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023063247, M1 5WY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.249331913613827,
          53.47392508736402
        ]
      }
    }
  ]
}