{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lindsay Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.317632,
            54.557465
          ],
          [
            -1.31746,
            54.557478
          ],
          [
            -1.317288,
            54.55749
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009303607, TS18 3ET",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3176324192207263,
          54.55746510937854
        ]
      }
    }
  ]
}