{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Tower Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.026152,
            53.376167
          ],
          [
            -3.025978,
            53.376188
          ],
          [
            -3.025803,
            53.37621
          ],
          [
            -3.025692,
            53.376168
          ],
          [
            -3.02558,
            53.376127
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "42185408, CH42 0LJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.025579676873404,
          53.37611785223922
        ]
      }
    }
  ]
}