Skip to content

Commit 7e7bdac

Browse files
classic例子修改 review by tangqin
1 parent 4a5c5db commit 7e7bdac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/classic/plot_dynamicPlot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
<script>
172172
var map, plottingLayer, layer;
173173
var plotPanel, stylePanel;
174-
var host = window.isLocal ? window.server : "http://54.223.164.155:8090";
174+
var host = window.isLocal ? window.server : "http://support.supermap.com.cn:8090";
175175
var mapurl = host + "/iserver/services/map-china400/rest/maps/China_4326";
176176
var serverUrl = host + "/iserver/services/plot-jingyong/rest/plot/";
177177
var plotting;

examples/classic/vizLayer_cartoCSS_nightStyle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title data-i18n="resources.title_cartoCSSPoint"></title>
5+
<title data-i18n="resources.title_cartoCSSNightStyle"></title>
66
<script type="text/javascript" include="bootstrap,widgets.alert" src="../js/include-web.js"></script>
77
<script type="text/javascript" exclude="iclient-classic" src="../../dist/classic/include-classic.js"></script>
88
<style type="text/css">

0 commit comments

Comments
 (0)