{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Scotland Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.125536,
            51.505951
          ],
          [
            -0.125616,
            51.506072
          ],
          [
            -0.125634,
            51.5061
          ],
          [
            -0.125665,
            51.506147
          ],
          [
            -0.125794,
            51.506342
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10033555762, SW1A 2BD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.12565728962733505,
          51.50615092964024
        ]
      }
    }
  ]
}