Minor improvements of reprojection examples
This commit is contained in:
@@ -3,9 +3,8 @@ template: example.html
|
||||
title: Raster reprojection example
|
||||
shortdesc: Demonstrates client-side raster reprojection between various projections.
|
||||
docs: >
|
||||
This example shows client-side raster reprojection capabilities of
|
||||
OpenLayers 3 between various projections.
|
||||
tags: "reprojection, projection, proj4js, mapquest, wms"
|
||||
This example shows client-side raster reprojection between various projections.
|
||||
tags: "reprojection, projection, proj4js, mapquest, wms, wmts, hidpi"
|
||||
resources:
|
||||
- http://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.6/proj4.js
|
||||
---
|
||||
@@ -17,14 +16,14 @@ resources:
|
||||
<div class="col-md-3">
|
||||
<label>Base map:</label>
|
||||
<select id="base-map">
|
||||
<option value="MapQuest">MapQuest OSM</option>
|
||||
<option value="wms4326">EPSG:4326 from WMS</option>
|
||||
<option value="mapquest">MapQuest (EPSG:3857)</option>
|
||||
<option value="wms4326">WMS (EPSG:4326)</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<label>Overlay map:</label>
|
||||
<select id="overlay-map">
|
||||
<option value="OS">British National Grid (EPSG:27700)</option>
|
||||
<option value="bng">British National Grid (EPSG:27700)</option>
|
||||
<option value="wms21781">Swisstopo WMS (EPSG:21781)</option>
|
||||
<option value="wmts3413">NASA Arctic WMTS (EPSG:3413)</option>
|
||||
<option value="grandcanyon">Grand Canyon HiDPI (EPSG:3857)</option>
|
||||
@@ -35,7 +34,7 @@ resources:
|
||||
<label>View projection:</label>
|
||||
<select id="view-projection">
|
||||
<option value="EPSG:3857">Spherical Mercator (EPSG:3857)</option>
|
||||
<option value="EPSG:4326">EPSG:4326</option>
|
||||
<option value="EPSG:4326">WGS 84 (EPSG:4326)</option>
|
||||
<option value="ESRI:54009">Mollweide (ESRI:54009)</option>
|
||||
<option value="EPSG:27700">British National Grid (EPSG:27700)</option>
|
||||
<option value="EPSG:23032">ED50 / UTM zone 32N (EPSG:23032)</option>
|
||||
|
||||
Reference in New Issue
Block a user