Skip to content

Commit

Permalink
[TYPO]
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Mar 22, 2024
1 parent 78bb9ba commit 7f17268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/geom/map.geoportail.profil.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<a href="https://github.com/Viglino/ol-ext" class="icss-github-corner"><i></i></a>

<a href="../../index.html">
<h1>ol-ext: ol control profile</h1>
<h1>ol-ext: ol geom GPAltiCode</h1>
</a>
<div class="info">
<i>ol/geom/GPAltiCode</i> use the French Geoportail service to get elevations on geometry (LineString or Point).
Expand Down Expand Up @@ -135,7 +135,7 @@ <h2>Profile:</h2>
if (feature) source.removeFeature(feature);
feature = new ol.Feature(g);
source.addFeature(feature);
profil.setGeometry(feature, {
profile.setGeometry(feature, {
amplitude: 500,
zmin: 0
});
Expand Down

0 comments on commit 7f17268

Please sign in to comment.