{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ashmore Grove",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.713728,
            50.748249
          ],
          [
            -1.714162,
            50.748198
          ],
          [
            -1.714295,
            50.748183
          ],
          [
            -1.714585,
            50.748149
          ],
          [
            -1.714863,
            50.748117
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012224361, BH23 4RL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.714862762868102,
          50.74811681237576
        ]
      }
    }
  ]
}