{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Douglas Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.761112,
            51.563293
          ],
          [
            -1.761496,
            51.563069
          ],
          [
            -1.761879,
            51.562845
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009422016, SN3 3AX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7618792537878247,
          51.5628445934046
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10026022400, SN3 3AX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7614311116037273,
          51.56302351197736
        ]
      }
    }
  ]
}