{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Globe Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.542838,
            50.821246
          ],
          [
            -0.542818,
            50.821426
          ],
          [
            -0.542799,
            50.821605
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023367881, BN17 6JR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.5428517627749293,
          50.821255382049365
        ]
      }
    }
  ]
}