Increase readability of reprojection example

Use map/layer terminology more clearly and clarify checkbox usage
This commit is contained in:
Petr Sloup
2015-09-09 19:27:44 +02:00
parent 0f09607725
commit 00a8b4da16
2 changed files with 9 additions and 9 deletions

View File

@@ -15,14 +15,14 @@ resources:
<form class="form-inline">
<div class="col-md-3">
<label>Base map:</label>
<select id="base-map">
<select id="base-layer">
<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">
<select id="overlay-layer">
<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>
@@ -43,6 +43,6 @@ resources:
<option value="EPSG:5479">RSRGD2000 / MSLC2000 (EPSG:5479)</option>
</select>
</div>
<label for="render-edges"><input type="checkbox" id="render-edges" />Render reprojection edges</label>
<label for="render-edges"><input type="checkbox" id="render-edges" />Render reprojection edges</label> (only displayed on reprojected data)
</form>
</div>