{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pellipar Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.052961,
            51.48673
          ],
          [
            0.052899,
            51.486914
          ],
          [
            0.052838,
            51.487098
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010226417, SE18 4AJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.05296073711142551,
          51.486730356905205
        ]
      }
    }
  ]
}