GIS Daten Kanton Zürich- >Shape File

http://en.wikipedia.org/wiki/Shapefile

http://www.statsilk.com/maps/download-free-shapefile-maps

Höhenlinien-> Mesh

Blender http://blenderartists.org/forum/showthread.php?t=144504 Point Cloud Skinner?

http://blenderartists.org/forum/showthread.php?241950-A-Script-to-Skin-a-Point-Cloud-%28for-Blender-2-6x-or-Later%29

http://www.blendpolis.de/viewtopic.php?f=14&t=48641

JS Canvas als Bild slpeichern

 put_Image(c);

function put_Image(c)
{
    
    var image = c.toDataURL("image/png").replace("image/png", "image/octet-stream");  // here is the most important part because if you dont replace you will get a DOM 18 exception.

window.location.href=image; // it will save locally
            
       
  }
       

Kann ich den Speicherort bestimmen? Oder nur im Browser?

Das Bild vorher auf eine höhere Auflösung skalieren