{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Summit Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.458433,
            51.358209
          ],
          [
            -0.458259,
            51.35826
          ],
          [
            -0.458285,
            51.358421
          ],
          [
            -0.458306,
            51.358549
          ],
          [
            -0.458417,
            51.358685
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012951286, KT13 0SN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.4584448761154197,
          51.35870348083814
        ]
      }
    }
  ]
}