{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Brighton Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.377372,
            53.577448
          ],
          [
            -1.377175,
            53.577483
          ],
          [
            -1.376978,
            53.577518
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Brighton Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.377783,
            53.577373
          ],
          [
            -1.377577,
            53.577411
          ],
          [
            -1.377372,
            53.577448
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "2007020546, S72 7EQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3769273669350715,
          53.57752181347041
        ]
      }
    }
  ]
}