Difference between revisions of "Template:Heidelberg/Weltkugel"

Line 134: Line 134:
 
         //Setup path for globe
 
         //Setup path for globe
 
         var projection = d3.geo.azimuthal().mode("orthographic").translate([width / 2, height / 2]);
 
         var projection = d3.geo.azimuthal().mode("orthographic").translate([width / 2, height / 2]);
         var scale0 = projection.scale();
+
         var scale0 = projection.scale()-50;
 
         var path = d3.geo.path().projection(projection)
 
         var path = d3.geo.path().projection(projection)
 
         var arcPath = d3.geo.path().projection(projection)
 
         var arcPath = d3.geo.path().projection(projection)

Revision as of 04:39, 1 November 2017