I recently ran into an issue where I needed to test the differences between several different versions of the same CZML file with one incrmental change per file to debug an issue I was seeing on my maps. I asked ChatGPT to write some JavaScript code that would allow me to simply place the URL into a text input box, click a button, and view the newly specified map on a web page. It wasn’t quite ‘vibe coding’ but a little while later, I had this tool for working through my test maps. You can load any github (or other cors-exporting-happy site) czml file to visualize it.
As an example, I walked through my use case–debugging the slider position on an animated czml map of ham radio QSOs
Finally, if you’d like to play around with the code o3-mini and I generated as the basis for a project of yours, it can be found in this gist.
Comments
Post a Comment
Please leave your comments on this topic: