Barun Acharya
                                            Barun Acharya
                                        
                                    Can you please review the checklist once? Where should the script and template files reside in? cc @jywarren @CoderJolly @RuthNjeri @pydevsg
I came up with a much more cleaner way to import stuff ```js const fs = require("fs"); // List all json files in the driectory containing spreadsheet based layer const...
I am not sure about how to transpile this for browsers. I found about https://github.com/browserify/brfs/ which would compile `fs` for us. But it doesnt support the dynamic imports
I think I was only trying to read multiple json files since I was trying to have all the layers have there respective json files. But that's not a necessity...
Noting, We need to add information to `info.json` as well other wise we end up with 
Hey @jywarren, I actually figured it out. I have updated my PR already. You can take a look at it at #531. It does it all at compilation now :)
Noting some of the things which needs to be handled in the subsequent pull requests. - [x] Handle oneLinerCodeExample - [ ] Handle other columns other than lat and long...
Regarding OneLinerCodeExample we are using https://github.com/publiclab/leaflet-environmental-layers/blob/main/src/AllLayers.js I think we will need to modify how the source of truth for the layer names work. Currently it's hardcoded but we need to...
Sure @nyrahul. Just noting we will be limited to 2,000 minutes/month of execution time since this is a private repository. ( If this is organization is under the free plan...
 // @navin772