{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Torrens Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.310601,
            53.500145
          ],
          [
            -2.310378,
            53.500227
          ],
          [
            -2.310156,
            53.50031
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007893394, M6 7NW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.310600827625811,
          53.50014458466171
        ]
      }
    }
  ]
}