diff --git a/ferramentas/saiku/saiku-server/tomcat/webapps/ROOT/js/saiku/models/Result.js b/ferramentas/saiku/saiku-server/tomcat/webapps/ROOT/js/saiku/models/Result.js index 04a85fb..82a1eac 100644 --- a/ferramentas/saiku/saiku-server/tomcat/webapps/ROOT/js/saiku/models/Result.js +++ b/ferramentas/saiku/saiku-server/tomcat/webapps/ROOT/js/saiku/models/Result.js @@ -44,7 +44,7 @@ var Result = Backbone.Model.extend({ return this.firstRun; }, - lastresult: function () { + lastresult: function(){ return this.result; }, diff --git a/imagens/i3Geo_big.png b/imagens/i3Geo_big.png new file mode 100644 index 0000000..972b4f9 Binary files /dev/null and b/imagens/i3Geo_big.png differ diff --git a/init/index.php b/init/index.php index dd66dba..d8c9d28 100644 --- a/init/index.php +++ b/init/index.php @@ -157,7 +157,7 @@ a { text-decoration: none; font-size: 14px; color: #26298D; - outline : none; + outline : doted; } A:hover { diff --git a/temas/pocos.map b/temas/pocos.map new file mode 100644 index 0000000..d438de0 --- /dev/null +++ b/temas/pocos.map @@ -0,0 +1,42 @@ +MAP + FONTSET "../symbols/fontes.txt" + SYMBOLSET "../symbols/simbolosv6.sym" + LAYER + CONNECTION "user=postgres password=postgres dbname=i3geosaude host=localhost port=5432 " + CONNECTIONTYPE POSTGIS + DATA "geom from (select * from pocos) as foo using unique id using srid=4326" + METADATA + "METAESTAT_ID_MEDIDA_VARIAVEL" "" + "tip" "id,obs,ne" + "itensdesc" "COD,OBS,NE" + "EDITAVEL" "SIM" + "escala" "10000" + "METAESTAT_CODIGO_TIPO_REGIAO" "" + "extensao" "-49.096526863281156 -25.057909302411357 -46.89514136523428 -23.995963132049212" + "ESQUEMATABELAEDITAVEL" "public" + "download" "NAO" + "TEMA" "Poços cadastrados" + "COLUNAGEOMETRIA" "geom" + "COLUNAIDUNICO" "id" + "TABELAEDITAVEL" "pocos" + "ltempoitemfim" "" + END # METADATA + NAME "pocos" + PROCESSING "LABEL_NO_CLIP=True" + PROCESSING "POLYLINE_NO_CLIP=True" + STATUS OFF + TEMPLATE "none.htm" + TILEITEM "location" + TYPE POINT + UNITS METERS + CLASS + NAME "Poços cadastrados" + STYLE + COLOR 0 0 0 + OUTLINECOLOR 0 0 0 + SIZE 10 + SYMBOL "ponto" + END # STYLE + END # CLASS + END # LAYER +END # MAP -- libgit2 0.21.2