Making it clear that Proj4js is used

This commit is contained in:
ahocevar
2013-06-17 15:28:05 +02:00
parent 29b5af9c87
commit 24953e5f0e
+3 -3
View File
@@ -7,7 +7,7 @@
<link rel="stylesheet" href="../resources/bootstrap/css/bootstrap.min.css" type="text/css"> <link rel="stylesheet" href="../resources/bootstrap/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="../resources/layout.css" type="text/css"> <link rel="stylesheet" href="../resources/layout.css" type="text/css">
<link rel="stylesheet" href="../resources/bootstrap/css/bootstrap-responsive.min.css" type="text/css"> <link rel="stylesheet" href="../resources/bootstrap/css/bootstrap-responsive.min.css" type="text/css">
<title>Tiled WMS with custom projection example</title> <title>Tiled WMS with Proj4js projection example</title>
</head> </head>
<body> <body>
@@ -36,12 +36,12 @@
<div class="row-fluid"> <div class="row-fluid">
<div class="span4"> <div class="span4">
<h4 id="title">Tiled WMS with custom projection example</h4> <h4 id="title">Tiled WMS with Proj4js projection example</h4>
<p id="shortdesc">Example of two tiled WMS layers (Pixelmap 1:1'000'000 and national parks) using the projection EPSG:21781.</p> <p id="shortdesc">Example of two tiled WMS layers (Pixelmap 1:1'000'000 and national parks) using the projection EPSG:21781.</p>
<div id="docs"> <div id="docs">
<p>See the <a href="wms-custom-proj.js" target="_blank">wms-custom-proj.js source</a> to see how this is done.</p> <p>See the <a href="wms-custom-proj.js" target="_blank">wms-custom-proj.js source</a> to see how this is done.</p>
</div> </div>
<div id="tags">wms, tile, tilelayer, projection</div> <div id="tags">wms, tile, tilelayer, proj4js, projection</div>
</div> </div>
</div> </div>