{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "White Bear Passage",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.260028,
            51.127705
          ],
          [
            0.260266,
            51.127597
          ],
          [
            0.260504,
            51.127489
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10000066467, TN1 1YF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.2603082510628116,
          51.127582569953965
        ]
      }
    }
  ]
}