{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Royce's Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.514372,
            52.565568
          ],
          [
            -0.514122,
            52.565306
          ],
          [
            -0.513872,
            52.565044
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10001197781, PE8 6XN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.5139725463856527,
          52.56516005803049
        ]
      }
    }
  ]
}