{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Maxwell Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.416083,
            54.909792
          ],
          [
            -1.415778,
            54.909808
          ],
          [
            -1.415474,
            54.909825
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "45138032, SR4 6TB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.416082665844953,
          54.90980058763685
        ]
      }
    }
  ]
}