{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Percy Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.360371,
            51.447629
          ],
          [
            -0.359815,
            51.4475
          ],
          [
            -0.359258,
            51.447371
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070719349, TW2 6JX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.3603714850141642,
          51.4476289463463
        ]
      }
    }
  ]
}