{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Barton's Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.931377,
            54.892391
          ],
          [
            -2.931275,
            54.892354
          ],
          [
            -2.931172,
            54.892317
          ],
          [
            -2.931085,
            54.892286
          ],
          [
            -2.930998,
            54.892255
          ],
          [
            -2.930928,
            54.89223
          ],
          [
            -2.930858,
            54.892205
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008700811, CA1 1DN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9317115079616105,
          54.89271962186937
        ]
      }
    }
  ]
}