{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Church Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.309004,
            53.421526
          ],
          [
            -2.309213,
            53.421297
          ],
          [
            -2.309422,
            53.421067
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070449616, M33 3DR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3090038745859545,
          53.421526293526384
        ]
      }
    }
  ]
}