{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hollow Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.642997,
            51.345736
          ],
          [
            0.642677,
            51.345923
          ],
          [
            0.64203,
            51.346162
          ],
          [
            0.64151,
            51.346317
          ],
          [
            0.640689,
            51.346561
          ],
          [
            0.639878,
            51.346732
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013743616, ME9 7TH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.6398816610293848,
          51.346759283199255
        ]
      }
    }
  ]
}