{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "George's Row",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.250532,
            53.692545
          ],
          [
            -2.250464,
            53.69274
          ],
          [
            -2.250396,
            53.692935
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014226866, BB4 7AU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.25053229139173,
          53.69254511289116
        ]
      }
    }
  ]
}