diff zpt/GIS_schema_table.zpt @ 254:901c1f745d13

GIS-Links from MPDL-Documents now served by Mappit-Server
author fknauft
date Wed, 28 Sep 2011 15:09:14 +0200
parents 7c5d825a0083
children f25ee0424ce6
line wrap: on
line diff
--- a/zpt/GIS_schema_table.zpt	Fri Sep 23 13:11:46 2011 +0200
+++ b/zpt/GIS_schema_table.zpt	Wed Sep 28 15:09:14 2011 +0200
@@ -1,10 +1,18 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
 <html xmlns="http://www.w3.org/1999/xhtml"
   tal:define="root here/getRestDbUrl;
-        schema options/schema; table options/table; useTimestamp options/useTimestamp;
-        kmlUrl python:here.getLiveKmlUrl(schema=schema,table=table, useTimestamp=useTimestamp);
+        schema options/schema; table options/table;
+        kmlUrl python:here.getLiveUrl(schema=schema,table=table,useTimestamp=False);
 ">
+<!--
+<html xmlns="http://www.w3.org/1999/xhtml"
+  tal:define="root here/getRestDbUrl;
+        schema options/schema; table options/table; args options/args;
+        kmlUrl python:RestDbGisAPI.getKmlUrl(here, schema=schema,table=table, args=args);
+">
+-->
  <head>
     <meta http-equiv="content-type" content="text/html; charset=utf-8">
     <meta http-Equiv="Cache-Control" Content="no-cache">