Skip to content

Commit

Permalink
[ADD] Lambert 93 coords
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Jun 19, 2024
1 parent a15caaa commit 6a24f4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions page/onglet/display-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ <h2 data-help="infoDisplay">
<select>
<option value="EPSG:4326">WGS84 Longitude Latitude</option>
<option value="EPSG:3857">Web Mercator</option>
<option value="EPSG:2154">Lambert 93</option>
</select>
</li>
<li class="unit">
Expand Down
5 changes: 4 additions & 1 deletion page/onglet/display.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
[data-role="menu-tab"] .tabDisplay ul.mouseProjection[data-visible] {
display: block;
}
[data-role="menu-tab"] .tabDisplay ul.mouseProjection[data-projection="EPSG:3857"] .unit {
[data-role="menu-tab"] .tabDisplay ul.mouseProjection .unit {
display: none;
}
[data-role="menu-tab"] .tabDisplay ul.mouseProjection[data-projection="EPSG:4326"] .unit {
display: block;
}

0 comments on commit 6a24f4c

Please sign in to comment.