{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Marshall Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.034139,
            53.398678
          ],
          [
            -3.033905,
            53.398963
          ],
          [
            -3.033671,
            53.399249
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "42184103, CH41 4JW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.033671077222484,
          53.39924864397874
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "42193140, ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.0341723096795055,
          53.398830809471875
        ]
      }
    }
  ]
}