{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Viking Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.027363,
            51.566282
          ],
          [
            -0.027044,
            51.566396
          ],
          [
            -0.026726,
            51.566509
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024419365, E10 7ND",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.027362840305984338,
          51.56628204293537
        ]
      }
    }
  ]
}