{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "School Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.58915,
            53.385039
          ],
          [
            -2.589236,
            53.384924
          ],
          [
            -2.589323,
            53.38481
          ],
          [
            -2.589406,
            53.384699
          ],
          [
            -2.58949,
            53.384588
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008653535, WA4 1AB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5891500142383155,
          53.385038942944234
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013405017, WA4 1AG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5891500142383155,
          53.385038942944234
        ]
      }
    }
  ]
}