首页 > 代码库 > Supermap 组合单值专题图与标签专题图演示样例

Supermap 组合单值专题图与标签专题图演示样例

效果图例如以下:单值专题图并显示每一个区域的相关文字信息

 技术分享技术分享

代码:

<!DOCTYPE>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>单值专题图</title>
<style type="text/css">
body{
margin: 0;
overflow: hidden;
background: #fff;
}
#map{
position: relative;
height: 520px;
border:1px solid #3473b7;
}
#toolbar{
position: relative;
height: 33px;
padding-top:5;
}
</style>
<script src=http://www.mamicode.com/'./supermap_iclient_for_JavaScript_712_12428_1122/libs/SuperMap.Include.js'></script>>


Supermap 组合单值专题图与标签专题图演示样例