loadDataSet('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1717245/use-simple-data-layer.json'); function loadDataSet(url) { //Read the spatial data and add it to the map. atlas.io.read(url).then(r => { if (r) { //Update the features in the data source. datasource.setShape...