{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Nook Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.488644,
            54.54077
          ],
          [
            -3.488517,
            54.540896
          ],
          [
            -3.488389,
            54.541022
          ],
          [
            -3.488297,
            54.541115
          ],
          [
            -3.488205,
            54.541208
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10000902563, CA26 3PW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.488175592967953,
          54.5412081575252
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "100110308653, CA26 3QN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.488336725035988,
          54.540963503173195
        ]
      }
    }
  ]
}