Difference between revisions of "Map with German administrative districts"

From JSXGraph Wiki
Jump to navigationJump to search
(New page: This map shows the German administrative districts (counties). <html> <script type="text/javascript" src="/ajax/krs.js"></script> <div id="landkreis"> </div> </html> <jsxgraph width=...)
 
Line 7: Line 7:
 
<jsxgraph width="600"" height="800">
 
<jsxgraph width="600"" height="800">
 
var brd = JXG.JSXGraph.initBoard('jxgbox', {boundingbox:bbox, keepaspectratio:true}),
 
var brd = JXG.JSXGraph.initBoard('jxgbox', {boundingbox:bbox, keepaspectratio:true}),
     c = [];
+
     c = [],
 +
    len = paths.length;
  
 
function final() {
 
function final() {

Revision as of 19:14, 14 December 2009

This map shows the German administrative districts (counties).