Skip to content

Commit 3b5f18c

Browse files
author
潘卓然-中地数码台式机
committed
修正EPSG网页的说明帮助
1 parent 33bf88c commit 3b5f18c

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

js/epsg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function tabProj(tableID,proj) {
3232
td1.innerHTML="EPSG:" + proj[i].id;
3333
var td2=document.createElement('td');
3434

35-
td2.innerHTML=proj[i].type;
35+
td2.innerHTML=proj[i].name;
3636
var td3=document.createElement('td');
3737

3838
td3.innerHTML=proj[i].strProject;

ui/epsg.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@
4141
<div class="row">
4242
<div class="col-md-12">
4343
<h1 class="title">epsg映射关系说明</h1>
44-
<h4>包含七大类的坐标系</h4>
44+
<h2>包含七大类常见坐标系</h2>
45+
<h3>id : EPSG的编号</h3>
46+
<h3>type: 中地数码K10中参照系名称</h3>
47+
<h4>strProject: proj4的def属性,用来坐标变换,请查看 <a href="http://proj4js.org/" target="_blank" style="color: #D44F00;">proj4js</a>的使用,该功能已内置在插件proj4中</h4>
48+
<a href="http://epsg.io/" target="_blank" style="color: #D44F00;">EPSG官方查询网页</a>
4549
</div>
4650
</div>
4751
</div>

0 commit comments

Comments
 (0)