Commit bec8827ef669cc17844bcfd47a8a0a417bb9605e
1 parent
d78d7929
Exists in
master
--no commit message
Showing
4 changed files
with
44 additions
and
2 deletions
Show diff stats
ferramentas/saiku/saiku-server/tomcat/webapps/ROOT/js/saiku/models/Result.js
@@ -44,7 +44,7 @@ var Result = Backbone.Model.extend({ | @@ -44,7 +44,7 @@ var Result = Backbone.Model.extend({ | ||
44 | return this.firstRun; | 44 | return this.firstRun; |
45 | }, | 45 | }, |
46 | 46 | ||
47 | - lastresult: function () { | 47 | + lastresult: function(){ |
48 | return this.result; | 48 | return this.result; |
49 | }, | 49 | }, |
50 | 50 |
18.3 KB
init/index.php
@@ -0,0 +1,42 @@ | @@ -0,0 +1,42 @@ | ||
1 | +MAP | ||
2 | + FONTSET "../symbols/fontes.txt" | ||
3 | + SYMBOLSET "../symbols/simbolosv6.sym" | ||
4 | + LAYER | ||
5 | + CONNECTION "user=postgres password=postgres dbname=i3geosaude host=localhost port=5432 " | ||
6 | + CONNECTIONTYPE POSTGIS | ||
7 | + DATA "geom from (select * from pocos) as foo using unique id using srid=4326" | ||
8 | + METADATA | ||
9 | + "METAESTAT_ID_MEDIDA_VARIAVEL" "" | ||
10 | + "tip" "id,obs,ne" | ||
11 | + "itensdesc" "COD,OBS,NE" | ||
12 | + "EDITAVEL" "SIM" | ||
13 | + "escala" "10000" | ||
14 | + "METAESTAT_CODIGO_TIPO_REGIAO" "" | ||
15 | + "extensao" "-49.096526863281156 -25.057909302411357 -46.89514136523428 -23.995963132049212" | ||
16 | + "ESQUEMATABELAEDITAVEL" "public" | ||
17 | + "download" "NAO" | ||
18 | + "TEMA" "Poços cadastrados" | ||
19 | + "COLUNAGEOMETRIA" "geom" | ||
20 | + "COLUNAIDUNICO" "id" | ||
21 | + "TABELAEDITAVEL" "pocos" | ||
22 | + "ltempoitemfim" "" | ||
23 | + END # METADATA | ||
24 | + NAME "pocos" | ||
25 | + PROCESSING "LABEL_NO_CLIP=True" | ||
26 | + PROCESSING "POLYLINE_NO_CLIP=True" | ||
27 | + STATUS OFF | ||
28 | + TEMPLATE "none.htm" | ||
29 | + TILEITEM "location" | ||
30 | + TYPE POINT | ||
31 | + UNITS METERS | ||
32 | + CLASS | ||
33 | + NAME "Poços cadastrados" | ||
34 | + STYLE | ||
35 | + COLOR 0 0 0 | ||
36 | + OUTLINECOLOR 0 0 0 | ||
37 | + SIZE 10 | ||
38 | + SYMBOL "ponto" | ||
39 | + END # STYLE | ||
40 | + END # CLASS | ||
41 | + END # LAYER | ||
42 | +END # MAP |