{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mandale Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.070324,
            53.581465
          ],
          [
            -1.070011,
            53.581274
          ],
          [
            -1.069698,
            53.581083
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10006609405, DN3 1BN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.0702788731824955,
          53.58143794967325
        ]
      }
    }
  ]
}