{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Arthur Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.271074,
            53.455352
          ],
          [
            -2.270952,
            53.455047
          ],
          [
            -2.270829,
            53.454742
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070452578, M16 9NZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.271074110003986,
          53.45535242644424
        ]
      }
    }
  ]
}