{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Shortridge Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.425892,
            54.999792
          ],
          [
            -1.425974,
            54.999933
          ],
          [
            -1.426056,
            55.000075
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "103008816, NE33 2JQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4258916976146552,
          54.99979192238036
        ]
      }
    }
  ]
}