{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Thomas Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.481945,
            52.478856
          ],
          [
            -1.482014,
            52.47923
          ],
          [
            -1.482083,
            52.479603
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007775252, CV12 8QP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.482097685254433,
          52.479612015535004
        ]
      }
    }
  ]
}