From af8fa13c61d0f3df7c74f0eeadf0e8983ee9269d Mon Sep 17 00:00:00 2001 From: wlx Date: Sat, 13 Apr 2013 01:34:01 +0000 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E7=94=A8gmaps=20v3=E4=BB=A5=E5=8F=8A?= =?UTF-8?q?=E6=8C=87=E5=AE=9A=E5=88=B0=E5=85=A8=E5=B1=8F=E9=AB=98=E5=BA=A6?= =?UTF-8?q?=E5=B9=B6=E8=87=AA=E5=8A=A8=E6=BB=9A=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../default/views/scripts/data/timemap.phtml | 161 +++++++++--------- 1 file changed, 84 insertions(+), 77 deletions(-) diff --git a/application/default/views/scripts/data/timemap.phtml b/application/default/views/scripts/data/timemap.phtml index 3438ba00..8c7c9a69 100644 --- a/application/default/views/scripts/data/timemap.phtml +++ b/application/default/views/scripts/data/timemap.phtml @@ -8,92 +8,99 @@ $this->breadcrumb('首页'); $this->breadcrumb(''.$this->config->title->data.''); $this->breadcrumb('时空导航'); $this->breadcrumb()->setSeparator(' > '); -//$this->headScript()->appendFile('http://maps.google.cN/maps?file=api&v=2&key='.$this->config->google->maps->api); +//$this->headScript()->appendFile('http://maps.google.cN/maps?file=api&v=2&key='.$this->config->google->maps->api); +$this->headScript()->appendFile('http://maps.google.cN/maps/api/js?sensor=false'); $this->headScript()->appendFile('/js/timeline_var.js'); $this->headScript()->appendFile('/js/timeline_js/timeline-api.js'); $this->headScript()->appendFile('/js/jquery-1.7.min.js'); -$this->headScript()->appendFile('/js/timemap.2.0.1/lib/mxn/mxn.js?(google)'); +$this->headScript()->appendFile('/js/timemap.2.0.1/lib/mxn/mxn.js?(googlev3)'); $this->headScript()->appendFile('/js/timemap.2.0.1/timemap.pack.js'); $this->headScript()->appendFile('/js/jquery.colorbox-min.js'); $this->headLink()->appendStylesheet('/css/colorbox.css'); ?>
partial('data/tools.phtml'); ?>
-
-
-
-
- \ No newline at end of file