{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Harmood Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.147209,
            51.544247
          ],
          [
            -0.147804,
            51.544185
          ],
          [
            -0.148399,
            51.544122
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "5150344, NW1 8DU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.1484263274196089,
          51.544137143773995
        ]
      }
    }
  ]
}