Skip to content

Commit 874b647

Browse files
【fix】 修改地震热力图时间范围 review by zhurc
1 parent 6c6c28e commit 874b647

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/classic/map_3googlelayer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<script type="text/javascript" include="bootstrap,widgets.alert" src="../js/include-web.js"></script>
1414
<script type="text/javascript" include=exclude="iclient-classic" src="../../dist/classic/include-classic.js"></script>
15-
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&key=AIzaSyBzE9xAESye6Kde-3hT-6B90nfwUkcS8Yw&"></script>
15+
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&key=AIzaSyAG6HlbAVq7CDjZAH3dm5K65EcJy_Z2xWc&"></script>
1616
<script type="text/javascript">
1717
var map, gooLayer, vector, dataAdded = false;
1818
map = new SuperMap.Map("map", {

examples/leaflet/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ var exampleConfig = {
568568
thumbnail: "l_heatMapLayer.png",
569569
fileName: "heatMapLayer"
570570
}, {
571-
name: "2000年到2015年地震热力图(Classic)",
571+
name: "2001年到2014年地震热力图(Classic)",
572572
name_en: "Earthquake heat map (2000-2015)",
573573
version: "9.1.0",
574574
thumbnail: "l_earthquakeHeatMap.png",

examples/locales/zh-CN/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ window.examplesResources = {
411411
"title_iportalWebMap": "SuperMap iPortal地图",
412412
"title_earthquakeHeatMapLayer": "2001-2014地震次数(Classic)",
413413
"title_echartsEarthquake": "2005到2016年地震发生情况",
414-
"title_l_echartsEarthquake": "2000年到2015年地震热力图",
414+
"title_l_echartsEarthquake": "2001年到2014年地震热力图",
415415
"title_lianjia": "2018年2月北京房价信息",
416416
"title_mapvLianjia_Beijing_price": "2018年2月北京房价",
417417
"title_l_echartsEarthquake1": "2008到2017年地震情况统计",

0 commit comments

Comments
 (0)