I have this piece of code that is taking a graphic drawn by the user and creating a shapefile.
Right now it creates the .dbf .shp .shx and the user can download it.
What I want is a .prj file to be created and the whole thing be zipped up....
Anyone know how to do this in JavaScript?
See attached
Thanks in Advance if someone can help.