Skip to content

Commit

Permalink
Merge pull request #61 from Woosmap/dev/opacity-default-value
Browse files Browse the repository at this point in the history
fix: opacity default value + rename QGIS by ArcGIS
  • Loading branch information
lpernelle-woosmap authored Oct 17, 2024
2 parents 3220447 + c33ab0c commit 290ca14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/map-external-layer/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="select-container">
<span>Third party layer </span>
<select id="layer-provider-select">
<option value="satellite">QGIS satellite view</option>
<option value="satellite">ArcGIS Satellite view</option>
<option value="temperature">OpenWeather temperature</option>
<option value="precipitation">OpenWeather precipitation</option>
</select>
Expand All @@ -25,7 +25,7 @@
<input
id="opacity-value-input"
type="number"
value="0.5"
value="1"
step=0.1
min="0"
max="1"
Expand Down

0 comments on commit 290ca14

Please sign in to comment.