{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Greyhound Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.187646,
            53.282783
          ],
          [
            -2.187739,
            53.282655
          ],
          [
            -2.187831,
            53.282527
          ],
          [
            -2.188323,
            53.28178
          ],
          [
            -2.188349,
            53.281713
          ],
          [
            -2.188575,
            53.281141
          ],
          [
            -2.18859,
            53.280857
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008882892, SK10 4SN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.188558904405406,
          53.28086244752534
        ]
      }
    }
  ]
}