{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Carpenter's Shop Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.505877,
            51.487247
          ],
          [
            -2.505784,
            51.487164
          ],
          [
            -2.505299,
            51.487153
          ],
          [
            -2.504653,
            51.487138
          ],
          [
            -2.504473,
            51.487127
          ],
          [
            -2.504293,
            51.487116
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "654270, BS16 5UJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5060002860443813,
          51.487211312334175
        ]
      }
    }
  ]
}