OpenLayers OpenLayers

Changeset 7099

Show
Ignore:
Timestamp:
05/08/08 05:03:43 (2 months ago)
Author:
tschaub
Message:

since the examples.html is broken with the new examples.js structure and I don't know when or how often the magic update occurs, I'm creating an examples2.js until I can talk to the magician

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/doc/examples.html

    r7098 r7099  
    6161        </style> 
    6262        <script type="text/javascript" src="./Jugl.js"></script> 
    63         <script type="text/javascript" src="examples.js"></script> 
     63        <script type="text/javascript" src="examples2.js"></script> 
    6464        <script type="text/javascript"> 
    6565            // import 
  • trunk/openlayers/tools/exampleparser.py

    r7097 r7099  
    117117        outFile = open(sys.argv[1],'w') 
    118118    else: 
    119         outFile = open('../doc/examples.js','w') 
     119        outFile = open('../doc/examples2.js','w') 
    120120     
    121121    examplesLocation = '../examples'