{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Panstead Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.713336,
            56.011133
          ],
          [
            -3.713512,
            56.010998
          ],
          [
            -3.713688,
            56.010864
          ],
          [
            -3.713884,
            56.010715
          ],
          [
            -3.71408,
            56.010565
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "136085680, FK3 9JS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.7140803358280965,
          56.01056529428579
        ]
      }
    }
  ]
}