{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mount Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.088398,
            51.418537
          ],
          [
            -0.08875,
            51.418709
          ],
          [
            -0.089103,
            51.418881
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10001003004, SE19 3SR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.08839798047602501,
          51.41853677938481
        ]
      }
    }
  ]
}