Map with German electoral districts: Difference between revisions

From JSXGraph Wiki
(New page: <html> <script type="text/javascript" src="/ajax/germany.js"></script> </html> <jsxgraph width="500" height="700"> var minX =-289319.4, maxY = 6827620, maxX = 351315.7, minY = ...)
 
No edit summary
Line 14: Line 14:
     i, col = 0;
     i, col = 0;
      
      
brd = JXG.JSXGraph.initBoard('jsxbox', {boundingbox:[minX-1000,maxY+1000,maxX+1000,minY-1000],
brd = JXG.JSXGraph.initBoard('jxgbox', {boundingbox:[minX-1000,maxY+1000,maxX+1000,minY-1000],
                                     keepaspectratio:true});
                                     keepaspectratio:true});



Revision as of 09:45, 19 October 2009