{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Morpeth Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.352145,
            53.431606
          ],
          [
            -1.352427,
            53.431762
          ],
          [
            -1.35271,
            53.431918
          ],
          [
            -1.352871,
            53.432009
          ],
          [
            -1.353032,
            53.4321
          ],
          [
            -1.353121,
            53.432152
          ],
          [
            -1.353211,
            53.432204
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023208311, S65 1ED",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3520614548651728,
          53.431559287058114
        ]
      }
    }
  ]
}