Skip to content

Commit

Permalink
switchBaseMap
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardchalstrey1 committed Dec 16, 2024
1 parent fe5a30a commit 38e62f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seshat/apps/core/templates/core/polity_map.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ <h2 class="h2 text-dark federicka-medium">
<div id="baseMapControls">
<fieldset>
<label for="baseMap">Choose base map:</label>
<select name="baseMap" id="baseMap" onchange="switchBaseMapWorldMap()">
<select name="baseMap" id="baseMap" onchange="switchBaseMap()">
<option value="arcgis" selected>Satellite (Esri World Imagery)</option>
<option value="cesium">Globe (Cesium)</option>
<option value="osm">Street Maps (OSM)</option>
Expand All @@ -212,7 +212,7 @@ <h2 class="h2 text-dark federicka-medium">
</fieldset>
<fieldset id="baseMapGADMFieldset">
<label for="baseMapGADM">Current borders:</label>
<select name="baseMapGADM" id="baseMapGADM" onchange="switchBaseMapWorldMap()">
<select name="baseMapGADM" id="baseMapGADM" onchange="switchBaseMap()">
<option value="country">Countries</option>
<option value="province">Provinces</option>
</select><br>
Expand Down

0 comments on commit 38e62f7

Please sign in to comment.