{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Portland Walk",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.155676,
            53.256154
          ],
          [
            -2.155693,
            53.256154
          ],
          [
            -2.155708,
            53.256155
          ],
          [
            -2.156015,
            53.25617
          ],
          [
            -2.156321,
            53.256186
          ],
          [
            -2.156283,
            53.256251
          ],
          [
            -2.156244,
            53.256317
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007955606, SK11 8RU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1545752498059816,
          53.25640803516062
        ]
      }
    }
  ]
}