source:
trunk/workshop-routing-foss4g/web/proj4js/demo/index.html
@
77
Revision 76, 687 bytes checked in by djay, 13 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[76] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
3 | <head> | |
4 | <link href="base.css" type="text/css" rel="stylesheet"/> | |
5 | <title>Proj4js Demonstration Page</title> | |
6 | <script src="http://openlayers.org/api/OpenLayers.js"></script> | |
7 | <script src="../lib/proj4js.js"></script> | |
8 | <script src="../lib/maps/EPSG27563.js"></script> | |
9 | <!--script src="../lib/defs/EPSG27563.js"></script--> | |
10 | <script src="ProjPane.js"></script> | |
11 | </head> | |
12 | ||
13 | <body onload="init()"> | |
14 | <div id="header"> | |
15 | <h1>Proj4js demo page</h1> | |
16 | <p>coming soon!</p> | |
17 | </div> | |
18 | ||
19 | </body> | |
20 | </html> |
Note: See TracBrowser
for help on using the repository browser.