{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Globe Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.07481,
            52.325839
          ],
          [
            -0.074949,
            52.325638
          ],
          [
            -0.075088,
            52.325437
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012045820, PE27 5PD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.07499083781188443,
          52.32546660837653
        ]
      }
    }
  ]
}