Skip to content

Commit f47d394

Browse files
committed
mapboxgl增加土地利用例子
例子footer增加新qq群
1 parent b2440c8 commit f47d394

File tree

5 files changed

+19
-9
lines changed

5 files changed

+19
-9
lines changed

examples/css/common.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@ a {
143143
color: #7d7d7d;
144144
}
145145

146-
.contact-link, .join-link {
147-
padding-left: 20px;
146+
.contact-link{
147+
text-align: center;
148+
margin-top: 10px;
148149
}
149-
150150
.join-link {
151+
text-align: center;
151152
margin-top: 10px;
152153
}
153-
154154
/*footer end */

examples/locales/en-US/resources.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ window.examplesResources = {
118118
"tel": "Tel: ",
119119
"sns": " WebGIS Chinese Technical QQ Group: ",
120120
"sns_tips": " (click to join)",
121+
"sns_full": " (full)",
121122
"contact": "Contact us: ",
122123
"join": "Join us: SuperMap Web Client Team",
123124
"join_tips1": "(Please send email to: ",

examples/locales/zh-CN/resources.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ window.examplesResources = {
5959
"supermap": "超图官网",
6060
"dituhui": "地图慧",
6161
"support": "超图技术资源中心",
62-
"tel": "电话",
63-
"sns": "WebGIS中文技术圈 QQ群:",
62+
"tel": "电话 ",
63+
"sns": "WebGIS中文技术圈QQ群 ",
6464
"sns_tips": "(点击链接加入群)",
65+
"sns_full": "(已满)",
6566
"contact": "联系我们:",
6667
"join": "加入我们: 超图Web客户端团队 ",
6768
"join_tips1": "(请发邮件至: ",

examples/mapboxgl/config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,13 @@ var exampleConfig = {
369369
localIgnore: true,
370370
thumbnail: "mvt_UGCV5.png",
371371
fileName: "mvtVectorTile_precache"
372+
},
373+
{
374+
name: "土地利用",
375+
name_en: "Land Use",
376+
localIgnore: true,
377+
thumbnail: "mvtVectorTile_landuse.png",
378+
fileName: "mvtVectorTile_landuse"
372379
}
373380
]
374381
},

examples/template/footer.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
</div>
1414
<div class="contact-link">
1515
<span data-i18n="footer.contact">联系我们:</span>
16-
<span><span data-i18n="footer.tel">电话</span>400-8900-866</span>
16+
<span><span data-i18n="footer.tel">电话 </span>400-8900-866</span>
1717
<span style="margin-left:20px">
18-
<span data-i18n="footer.sns">WebGIS中文技术圈 QQ群:</span>
19-
<a target="_blank" href="https://jq.qq.com/?_wv=1027&k=51jmepV">459804186</a>
18+
<span data-i18n="footer.sns">WebGIS中文技术圈QQ群 </span>
19+
459804186<span data-i18n="footer.sns_full">(已满)</span>
20+
<a target="_blank" href="https://jq.qq.com/?_wv=1027&k=5PtCyDM"> 636732377</a>
2021
<span data-i18n="footer.sns_tips">(点击链接加入群)</span>
2122
</span>
2223
</div>

0 commit comments

Comments
 (0)