{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pike Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.256589,
            51.621476
          ],
          [
            -0.256876,
            51.621873
          ],
          [
            -0.256842,
            51.621973
          ],
          [
            -0.256664,
            51.6225
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "200144327, NW7 3EX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.25666424577481867,
          51.62249955495517
        ]
      }
    }
  ]
}