Mercurial > hg > ChinaGisRestApi
changeset 165:1d5d50a94024
smaller point icons
author | fknauft |
---|---|
date | Tue, 08 Feb 2011 11:26:20 +0100 |
parents | 1997f9e4201d |
children | b3ba156216fa |
files | gis_gui/blocks/layer.js zpt/KML_schema_table.zpt |
diffstat | 2 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/gis_gui/blocks/layer.js Mon Feb 07 16:23:43 2011 +0100 +++ b/gis_gui/blocks/layer.js Tue Feb 08 11:26:20 2011 +0100 @@ -121,7 +121,7 @@ paramstr += "&connect_line="+params.connect_line; } var layerurl = "../db/RESTdb/db/public/" + escape(params.table) + "?" + paramstr; - alert(layerurl); + //alert(layerurl); jQuery.get(layerurl, function(data, textStatus, XMLHttpRequest) { // function after load kml url finished console.debug("kml url loaded! this=", this, " data=", data, " ("+typeof(data)+")");
--- a/zpt/KML_schema_table.zpt Mon Feb 07 16:23:43 2011 +0100 +++ b/zpt/KML_schema_table.zpt Tue Feb 08 11:26:20 2011 +0100 @@ -9,7 +9,7 @@ <Document> <Style id="marker_icon_red"> <IconStyle> - <scale>1</scale> + <scale>0.5</scale> <Icon> <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_red.png</href> </Icon> @@ -18,7 +18,7 @@ </Style> <Style id="marker_icon_black"> <IconStyle> - <scale>1</scale> + <scale>0.5</scale> <Icon> <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_black.png</href> </Icon> @@ -27,7 +27,7 @@ </Style> <Style id="marker_icon_blue"> <IconStyle> - <scale>1</scale> + <scale>0.5</scale> <Icon> <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_blue.png</href> </Icon> @@ -36,7 +36,7 @@ </Style> <Style id="marker_icon_green"> <IconStyle> - <scale>1</scale> + <scale>0.5</scale> <Icon> <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_green.png</href> </Icon> @@ -45,7 +45,7 @@ </Style> <Style id="marker_icon_violett"> <IconStyle> - <scale>1</scale> + <scale>0.5</scale> <Icon> <href>http://mappit.mpiwg-berlin.mpg.de/mappit/icons/dot_violett.png</href> </Icon>