{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pioneer Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.171454,
            51.398866
          ],
          [
            0.171209,
            51.398686
          ],
          [
            0.170963,
            51.398506
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013767737, BR8 7AQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.17096280009265963,
          51.398505942716724
        ]
      }
    }
  ]
}