{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bakers Row",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -5.333622,
            50.110376
          ],
          [
            -5.332737,
            50.110564
          ],
          [
            -5.331852,
            50.110752
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013620428, TR13 9QL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -5.333655760968637,
          50.11037704421205
        ]
      }
    }
  ]
}