Mercurial > dive4elements > river
comparison flys-client/src/main/webapp/FLYS.html @ 1313:5efd9be6b2cd
#331 Load OpenLayers-2.11 library from local maschine instead from remote repository.
flys-client/trunk@2950 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 12 Oct 2011 11:03:49 +0000 |
parents | 17e7d5e437fb |
children |
comparison
equal
deleted
inserted
replaced
1312:32efaea1336c | 1313:5efd9be6b2cd |
---|---|
27 <!-- be added before this line. --> | 27 <!-- be added before this line. --> |
28 <!-- --> | 28 <!-- --> |
29 <script type="text/javascript" language="javascript" src="flys/flys.nocache.js"></script> | 29 <script type="text/javascript" language="javascript" src="flys/flys.nocache.js"></script> |
30 | 30 |
31 <!-- TODO We should NOT include OpenLayers from remote. --> | 31 <!-- TODO We should NOT include OpenLayers from remote. --> |
32 <script src="http://openlayers.org/api/2.11/OpenLayers.js"></script> | 32 <script type="text/javascript" language="javascript" src="OpenLayers-2.11/OpenLayers.js"></script> |
33 </head> | 33 </head> |
34 | 34 |
35 <!-- --> | 35 <!-- --> |
36 <!-- The body can have arbitrary html, or --> | 36 <!-- The body can have arbitrary html, or --> |
37 <!-- you can leave the body empty if you want --> | 37 <!-- you can leave the body empty if you want --> |