{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Annie Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.251381,
            54.571979
          ],
          [
            -1.251851,
            54.571818
          ],
          [
            -1.251885,
            54.571806
          ],
          [
            -1.252152,
            54.572056
          ],
          [
            -1.252184,
            54.572086
          ],
          [
            -1.252216,
            54.572116
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007595456, TS1 5QZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.2513868734662719,
          54.57195608817504
        ]
      }
    }
  ]
}