{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "York Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.937934,
            54.907972
          ],
          [
            -2.937696,
            54.907913
          ],
          [
            -2.937458,
            54.907854
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008701613, CA3 9HH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9379910767642508,
          54.90798464519
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "100110302725, CA3 9HJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.937894166871423,
          54.90784160619185
        ]
      }
    }
  ]
}