{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Elm Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.659019,
            53.471801
          ],
          [
            -2.659001,
            53.472066
          ],
          [
            -2.658982,
            53.472331
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "39202050, WA11 0PR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.659004547268383,
          53.47180997054797
        ]
      }
    }
  ]
}