{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Stead Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.312323,
            53.648061
          ],
          [
            -2.312474,
            53.648052
          ],
          [
            -2.312625,
            53.648042
          ],
          [
            -2.312799,
            53.648033
          ],
          [
            -2.312973,
            53.648023
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4210007523, BL0 0AB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.312323029419602,
          53.648061083716115
        ]
      }
    }
  ]
}