{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Thomas Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.343353,
            53.730225
          ],
          [
            -1.343289,
            53.730063
          ],
          [
            -1.343226,
            53.729901
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "63170841, WF10 2RR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3432256261983084,
          53.72990085405442
        ]
      }
    }
  ]
}