{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Dixon Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.434248,
            54.98805
          ],
          [
            -1.434056,
            54.988143
          ],
          [
            -1.433863,
            54.988237
          ],
          [
            -1.433851,
            54.988237
          ],
          [
            -1.433839,
            54.988237
          ],
          [
            -1.433638,
            54.988115
          ],
          [
            -1.433436,
            54.987992
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "103008963, NE33 4QN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.434248209919341,
          54.98804999194107
        ]
      }
    }
  ]
}