Commit f8303193 authored by Michael Adair's avatar Michael Adair
Browse files

re #2: dynamic lookup of defs as an optional configuration

parent 510ffb6d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8,7 +8,8 @@ OpenLayers/Util.js
[last]

[include]
OpenLayers/Ajax.js
OpenLayers/Request.js
OpenLayers/Request/XMLHttpRequest.js

[exclude]
Firebug/firebug.js
+10 −6
Original line number Diff line number Diff line
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>Proj4js Home Page</title>
  <title>Proj4js</title>
  
  <style type="text/css">
    @import url(test/base.css);
@@ -17,8 +17,7 @@
    
  </style>
  
  <script src="lib/OLprototype.js"></script>
  <script src="lib/proj4js.js"></script>
  <script src="lib/proj4js-combined.js"></script>
 
  <script src="lib/defs/EPSG42304.js"></script>
  <script src="lib/defs/EPSG25833.js"></script>
@@ -96,7 +95,7 @@
    <h1>Proj4js Home Page</h1>
  </div>
  <div id="navbar">
    <a href="http://trac.osgeo.org/proj4js">Proj4js</a> | 
    <a href="http://trac.osgeo.org/proj4js">Proj4js Wiki/Trac</a> | 
    <a href="http://wiki.osgeo.org/wiki/MetaCRS">OSGeo MetaCRS</a> |
    <a href="http://spatialreference.org/">spatialreference.org</a> |
    <a href="http://communitymapbuilder.org/">MapBuilder</a> | 
@@ -161,5 +160,10 @@ and it returns the point coordinate in the destination projection.
    </tbody>
  </table>
  </form>
  <p>
For more information on Proj4js and to report bugs, please visit the 
<a href="http://trac.osgeo.org/proj4js">Proj4js Trac and Wiki</a> at OSGeo.
  </p>

</body>
</html>
 No newline at end of file

lib/OLprototype.js

deleted100755 → 0
+0 −180

File deleted.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
Proj4js.defs["EPSG:42304"]="+proj=lcc +lat_1=49 +lat_2=77 +lat_0=49 +lon_0=-95 +x_0=0 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs";
 No newline at end of file
Proj4js.defs["EPSG:42304"]="+title=Atlas of Canada, LCC +proj=lcc +lat_1=49 +lat_2=77 +lat_0=49 +lon_0=-95 +x_0=0 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs";
 No newline at end of file
+427 −272

File changed.

Preview size limit exceeded, changes collapsed.

Loading