{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Templegate Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.460512,
            53.791641
          ],
          [
            -1.460272,
            53.791397
          ],
          [
            -1.460033,
            53.791154
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72646971, LS15 0HF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.460467117776845,
          53.79159607938823
        ]
      }
    }
  ]
}