Skip to content

Commit a1f4004

Browse files
committed
updated 6 map images
1 parent dfa5f56 commit a1f4004

File tree

16 files changed

+12
-12
lines changed

16 files changed

+12
-12
lines changed

themes/mapmint/layouts/_default/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ <h1 class="msg">fast <span class="colored">&</span> easy <span class="colored">w
3838
<div class="osm"></div>
3939
<div class="gdal"></div>
4040
<div class="qst"></div>
41-
<div class="map0"><a href="#" class="zero" onclick="map.setBaseLayer(osm);"></a></div>
41+
<div class="map0"><a href="#" class="zero" onclick="map.setBaseLayer(OSMgs);"></a></div>
4242
<div class="map1"><a href="#" class="one" onclick="map.setBaseLayer(cyclOSMLayer);"></a></div>
43-
<div class="map2"><a href="#" class="two" onclick="map.setBaseLayer(OSMgs);"></a></div>
43+
<div class="map2"><a href="#" class="two" onclick="map.setBaseLayer(osm);"></a></div>
4444
<div class="map3"><a href="#" class="three" onclick="map.setBaseLayer(humanOSMLayer);"></a></div>
4545
<div class="map4"><a href="#" class="four" onclick="map.setBaseLayer(positronLayer);"></a></div>
4646
<div class="map5"><a href="#" class="five" onclick="map.setBaseLayer(topoLayer);"></a></div>

themes/mapmint/layouts/en/homepage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ <h1 class="msg">fast <span class="colored">&</span> easy <span class="colored">w
3838
<div class="osm"></div>
3939
<div class="gdal"></div>
4040
<div class="qst"></div>
41-
<div class="map0"><a href="#" class="zero" onclick="map.setBaseLayer(osm);"></a></div>
41+
<div class="map0"><a href="#" class="zero" onclick="map.setBaseLayer(OSMgs);"></a></div>
4242
<div class="map1"><a href="#" class="one" onclick="map.setBaseLayer(cyclOSMLayer);"></a></div>
43-
<div class="map2"><a href="#" class="two" onclick="map.setBaseLayer(OSMgs);"></a></div>
43+
<div class="map2"><a href="#" class="two" onclick="map.setBaseLayer(osm);"></a></div>
4444
<div class="map3"><a href="#" class="three" onclick="map.setBaseLayer(humanOSMLayer);"></a></div>
4545
<div class="map4"><a href="#" class="four" onclick="map.setBaseLayer(positronLayer);"></a></div>
4646
<div class="map5"><a href="#" class="five" onclick="map.setBaseLayer(topoLayer);"></a></div>

themes/mapmint/static/css/docs.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,12 +1130,12 @@ filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, St
11301130
-o-box-shadow: 1px 1px 3px 1px #000000;
11311131
box-shadow: 1px 1px 3px 1px #000000;}
11321132

1133-
.zero{width:90px;height:60px;background: url(../images/osmb.png) no-repeat;z-index:3;display:block;}
1134-
.one{width:90px;height:60px;background: url(../images/mqo.png) no-repeat;z-index:3;display:block;}
1135-
.two{width:90px;height:60px;background: url(../images/gmap.png) no-repeat;z-index:3;display:block;}
1136-
.three{width:90px;height:60px;background: url(../images/gphy.png) no-repeat;z-index:3;display:block;}
1137-
.four{width:90px;height:60px;background: url(../images/stam.png) no-repeat;z-index:3;display:block;}
1138-
.five{width:90px;height:60px;background: url(../images/gsat.png) no-repeat;z-index:3;display:block;}
1133+
.zero{width:90px;height:60px;background: url(../images/OSMg.png) no-repeat;z-index:3;display:block;}
1134+
.one{width:90px;height:60px;background: url(../images/cycl.png) no-repeat;z-index:3;display:block;}
1135+
.two{width:90px;height:60px;background: url(../images/osmap.png) no-repeat;z-index:3;display:block;}
1136+
.three{width:90px;height:60px;background: url(../images/human.png) no-repeat;z-index:3;display:block;}
1137+
.four{width:90px;height:60px;background: url(../images/positron.png) no-repeat;z-index:3;display:block;}
1138+
.five{width:90px;height:60px;background: url(../images/topomap.png) no-repeat;z-index:3;display:block;}
11391139
.rt {
11401140
-webkit-transform: rotate(-2deg);
11411141
-moz-transform: rotate(-2deg);
65.5 KB
Loading
30.5 KB
Loading
-11.2 KB
Binary file not shown.
-19.2 KB
Binary file not shown.
-21.6 KB
Binary file not shown.
36.2 KB
Loading
-17.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)