{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Dorset Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.512235,
            53.815978
          ],
          [
            -1.512224,
            53.815667
          ],
          [
            -1.512212,
            53.815357
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72628143, LS8 3RA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5122115975540058,
          53.815411217836285
        ]
      }
    }
  ]
}