{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Blenheim Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.117492,
            52.352484
          ],
          [
            -0.116153,
            52.352398
          ],
          [
            -0.114815,
            52.352311
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012046320, PE28 2EA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.11732532410876956,
          52.3524757712283
        ]
      }
    }
  ]
}