{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Orme Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.237652,
            53.300613
          ],
          [
            -2.237451,
            53.300574
          ],
          [
            -2.237249,
            53.300536
          ],
          [
            -2.23703,
            53.300485
          ],
          [
            -2.236811,
            53.300435
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007955045, SK9 7ES",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.23763691529924,
          53.300630784774896
        ]
      }
    }
  ]
}