Commit a8c57fe0d94214f83b2c912a03f84a0fec34078a

Authored by Edmar Moretti
1 parent b3b1b68a

Remoção dos caminhos absolutos para arquivos de dados shapefiles nos mapfiles de…

… inicialização e de testes. Definição correta do SHAPEPATH nos mapfiles de inicialização
admin/admin.db
No preview for this file type
aplicmap/geral1.map
... ... @@ -1,344 +0,0 @@
1   -#Este mapfile e utilizado pelo i3geo na instalacao em servidores linux
2   -#Toda vez que o i3geo e iniciado, esse mapfile e considerado como o mapa basico.
3   -#Se vc quer alterar a aparência do mapa inicial, edite esse arquivo para refletir
4   -#o mapa desejado.
5   -#
6   -#Se vc quer adicionar temas, dê preferência por editar o arquivo menutemas/menutemas.xml
7   -#assim, as camadas ficam disponíveis no menu de adicao de temas do i3geo. Nao se esqueca
8   -#de criar o arquivo mapfile no diretorio i3geo/temas (veja a documentacao no wiki da
9   -#comunidade i3geo no Portal do Software Publico Brasileiro.
10   -#
11   -#Existem varios metadados que podem ser incluidos na definicao de cada LAYER e que sao especificos do i3geo,
12   -#Esses metadados possibilitam coisas como mostrar ou nao a legenda de um tema no mapa,
13   -#mostrar ou nao o tema na ferramenta de identificacao, etc.
14   -#A lista completa de metadados vc pode obter no wiki da comunidade
15   -#
16   -MAP
17   - #
18   - #edite os caminhos caso a aplicacao esteja instalada em um local diferente do default
19   - #
20   - FONTSET "/opt/www/html/i3geo/symbols/fontes.txt"
21   - SYMBOLSET "/opt/www/html/i3geo/symbols/simbolosv5.sym"
22   - SHAPEPATH "/opt/www/html/geodados"
23   - IMAGECOLOR 104 171 195
24   - #
25   - #Por default, o i3geo utiliza o tipo de imagem configurado em png2
26   - #Esse tipo nao e adequado para imagens raster, mas o i3geo muda automaticamente
27   - #para png1 quando um arquivo raster e adicionado ao mapa
28   - #
29   - IMAGETYPE AGG_Q
30   - #Brasil
31   - #EXTENT -76.5125927 -39.3925675209 -29.5851853 9.49014852081
32   - EXTENT -160 -70 160 70
33   - SIZE 480 500
34   - STATUS ON
35   - UNITS DD
36   - #
37   - #tambem e utilizado pelo i3Geo para gerar prefixos em algumas ferramentas, como download
38   - #
39   - NAME "i3geomap"
40   - DEBUG OFF
41   - #
42   - #utilize o agg apenas com mapserver 5x
43   -
44   - #png output, with number of colors reduced with quantization . ( Note: this functionality is not supported with RGBA images, that is outputformats with IMAGEMODE RGBA, or maps with TRANSPARENT ON ) :
45   - OUTPUTFORMAT
46   - NAME 'AGG_Q'
47   - DRIVER AGG/PNG
48   - IMAGEMODE RGB
49   - FORMATOPTION "QUANTIZE_FORCE=ON"
50   - FORMATOPTION "QUANTIZE_DITHER=OFF"
51   - FORMATOPTION "QUANTIZE_COLORS=256"
52   - FORMATOPTION "INTERLACE=OFF"
53   - END
54   -
55   - OUTPUTFORMAT
56   - NAME jpeg
57   - DRIVER GD/JPEG
58   - MIMETYPE image/jpeg
59   - IMAGEMODE RGB
60   - #TRANSPARENT FALSE
61   - EXTENSION jpg
62   - FORMATOPTION "INTERLACE=OFF"
63   - END
64   - OUTPUTFORMAT
65   - NAME svg
66   - MIMETYPE "image/svg+xml"
67   - DRIVER svg
68   - #FORMATOPTION "COMPRESSED_OUTPUT=TRUE"
69   - #FORMATOPTION "FULL_RESOLUTION=TRUE"
70   - END
71   - OUTPUTFORMAT
72   - NAME png1
73   - MIMETYPE image/png
74   - DRIVER GD/PNG
75   - EXTENSION png
76   - IMAGEMODE RGB
77   - TRANSPARENT FALSE
78   - FORMATOPTION "INTERLACE=OFF"
79   - END
80   - OUTPUTFORMAT
81   - #utilizado quando e incluido um layer do tipo raster
82   - NAME png2
83   - MIMETYPE image/png
84   - DRIVER GD/PNG
85   - EXTENSION png
86   - IMAGEMODE PC256
87   - TRANSPARENT TRUE
88   - FORMATOPTION "INTERLACE=OFF"
89   - END
90   -
91   -
92   - PROJECTION
93   - "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs"
94   - END
95   - LEGEND
96   - IMAGECOLOR 255 255 255
97   - KEYSIZE 12 10
98   - KEYSPACING 5 5
99   - LABEL
100   - SIZE 7
101   - FONT "verdana"
102   - TYPE truetype
103   - BUFFER 0
104   - COLOR 0 0 0
105   - FORCE FALSE
106   - MINDISTANCE -1
107   - MINFEATURESIZE -1
108   - OFFSET 0 -2
109   - PARTIALS TRUE
110   - END
111   - POSITION LL
112   - STATUS off
113   - #edite o caminho se a aplicacao for movida de lugar
114   - #TEMPLATE "/opt/www/html/i3geo/aplicmap/legenda.htm"
115   - END
116   - QUERYMAP
117   - #OUTLINECOLOR 255 0 0
118   - COLOR 0 255 255
119   - SIZE 480 500
120   - STATUS on
121   - STYLE hilite
122   - END
123   - REFERENCE
124   - COLOR -1 -1 -1
125   - EXTENT -75.5728 -37.4751 -30.525 7.57273#-79.8713331401 -41.7736536401 -26.2264448599 11.8712346401
126   - #edite o caminho se a aplicacao for movida de lugar
127   - IMAGE "/opt/www/html/i3geo/imagens/referencia1.png"
128   - OUTLINECOLOR -1 -1 -1
129   - SIZE 150 150
130   - STATUS off
131   - MARKER "ref"
132   - MARKERSIZE 8
133   - MINBOXSIZE 8
134   - MAXBOXSIZE 145
135   - END
136   - SCALEBAR
137   - BACKGROUNDCOLOR 200 200 200
138   - COLOR 0 0 0
139   - INTERVALS 5
140   - LABEL
141   - SIZE TINY
142   - TYPE BITMAP
143   - BUFFER 0
144   - COLOR 0 0 0
145   - FORCE FALSE
146   - MINDISTANCE -1
147   - MINFEATURESIZE -1
148   - OFFSET 0 0
149   - PARTIALS TRUE
150   - END
151   - POSITION LR
152   - SIZE 200 2
153   - STATUS embed
154   - STYLE 1
155   - TRANSPARENT FALSE
156   - UNITS KILOMETERS
157   - END
158   - WEB
159   - #edite o caminho se a aplicacao for movida de lugar
160   - IMAGEPATH "/var/tmp/ms_tmp/"
161   - IMAGEURL "/ms_tmp/"
162   - TEMPLATE ""
163   - END
164   - LAYER
165   - DATA "/opt/www/html/i3geo/aplicmap/dados/mundo"
166   - GROUP "mundo"
167   - METADATA
168   - "CLASSE" "SIM" #o simbolo sera mostrado na legenda
169   - "ITENS" "FIPS_CNTRY,GMI_CNTRY,LONG_NAME,CNTRY_NAME" #itens que serao mostrados na opcao de identificacao
170   - "ITENSDESC" "FIPS,GMI,Nome,Wikipedia" #descricao dos nomes dos itens
171   - "ITENSLINK" ",,,http://pt.wikipedia.org/wiki/[CNTRY_NAME]"
172   - "TEMA" "Países do mundo" #nome que sera mostrado na legenda
173   - "TITULO" "Países do mundo" #nome alternativo que e mostrado nos combos para escolha do tema
174   - "TIP" "FIPS_CNTRY,GMI_CNTRY,CNTRY_NAME"
175   - "cache" "sim"
176   - "itembuscarapida" "LONG_NAME"
177   - END
178   - NAME "mundo"
179   - SIZEUNITS PIXELS
180   - STATUS DEFAULT
181   - TEMPLATE "none.htm"
182   - TOLERANCE 0
183   - TOLERANCEUNITS PIXELS
184   - TRANSPARENCY 100
185   - TYPE POLYGON
186   - UNITS METERS
187   - CLASS
188   - NAME "" #vazio indica que nao sera incluido o nome ao lado do simbolo
189   - STYLE
190   - COLOR 230 230 230
191   - SIZE 1
192   - SYMBOL 0
193   - END
194   - END
195   - END
196   - LAYER
197   - DATA "/opt/www/html/i3geo/aplicmap/dados/mundo"
198   - GROUP "mundo"
199   - METADATA
200   - "CLASSE" "NAO"
201   - "TEMA" "NAO"
202   - "ESCONDIDO" "SIM"
203   - "cache" "sim"
204   - END
205   - NAME "mundo2"
206   - SIZEUNITS PIXELS
207   - STATUS DEFAULT
208   - TOLERANCE 0
209   - TOLERANCEUNITS PIXELS
210   - TRANSPARENCY 100
211   - TYPE LINE
212   - UNITS METERS
213   - CLASS
214   - STYLE
215   - COLOR 255 255 255
216   - SIZE 3
217   - SYMBOL "linha"
218   - END
219   - END
220   - END
221   - #
222   - #para mostrar o mapa do Brasil, remova os comentarios
223   - #
224   - #LAYER
225   - # DATA "/opt/www/html/i3geo/aplicmap/dados/estados"
226   - # METADATA
227   - # "CLASSE" "SIM"
228   - # "TEMA" "Brasil"
229   - # "ESCALA" "250000" #escala utilizada nas marcas ao lado do tema na legenda
230   - # "IDENTIFICA" "nao"
231   - # "cache" "sim"
232   - # "EXTENSAO" "-97.911949 -39.413578 -8.185829 9.511159"
233   - # END
234   - # NAME "estados"
235   - # SIZEUNITS PIXELS
236   - # STATUS DEFAULT
237   - # TOLERANCE 0
238   - # TOLERANCEUNITS PIXELS
239   - # TRANSPARENCY 100
240   - # TYPE POLYGON
241   - # UNITS METERS
242   - # CLASS
243   - # NAME " "
244   - # STYLE
245   - # COLOR 232 220 201
246   - # MAXSIZE 100
247   - # MINSIZE 1
248   - # SIZE 1
249   - # SYMBOL 0
250   - # END
251   - # END
252   - #END
253   - #
254   - #para mostrar os limites estaduais do Brasil, remova os comentarios
255   - #
256   - #LAYER
257   - # NAME estadosl # ok
258   - # TYPE line
259   - # STATUS DEFAULT
260   - # DATA "/opt/www/html/i3geo/aplicmap/dados/estados"
261   - # TEMPLATE "estados.htm"
262   - # METADATA
263   - # ITENS "ESTADO"
264   - # ITENSDESC "Estado"
265   - # TEMA "Limite Estadual"
266   - # ESCALA "250000"
267   - # CLASSE "SIM"
268   - # cache "sim"
269   - # END
270   - # CLASS
271   - # NAME " "
272   - # STYLE
273   - # WIDTH 2
274   - # COLOR 255 255 0
275   - # OUTLINECOLOR -1 -1 -1
276   - # END
277   - # STYLE
278   - # COLOR 0 0 0
279   - # OUTLINECOLOR -1 -1 -1
280   - # END
281   - # END # CLASS
282   - #END # LAYER
283   -
284   - LAYER
285   - METADATA
286   - #"TEMA" "NAO"
287   - "ESCONDIDO" "SIM"
288   - "cache" "sim"
289   - END
290   - NAME "copyright"
291   - SIZEUNITS PIXELS
292   - STATUS default
293   - TOLERANCE 0
294   - TOLERANCEUNITS PIXELS
295   - TRANSFORM FALSE
296   - TYPE ANNOTATION
297   - UNITS METERS
298   - CLASS
299   - LABEL
300   - SIZE TINY
301   - TYPE BITMAP
302   - BUFFER 0
303   - COLOR 50 50 50
304   - FORCE FALSE
305   - MINDISTANCE -1
306   - MINFEATURESIZE -1
307   - OFFSET 0 0
308   - PARTIALS TRUE
309   - POSITION CC
310   - END
311   - END
312   - FEATURE
313   - POINTS
314   - 10 5
315   - END
316   - TEXT "- i3Geo"
317   - END
318   - END
319   - LAYER
320   - METADATA
321   - "TEMA" "Rosa dos ventos"
322   - "IDENTIFICA" "nao"
323   - "TABELA" "nao"
324   - "CLASSE" "NAO"
325   - END
326   - NAME "rosadosventos"
327   - SIZEUNITS PIXELS
328   - STATUS OFF
329   - TOLERANCE 0
330   - TOLERANCEUNITS PIXELS
331   - TRANSFORM lr
332   - TYPE POINT
333   - UNITS pixels
334   - CLASS
335   - SYMBOL 'rosa200'
336   - SIZE 90
337   - END
338   - FEATURE
339   - POINTS
340   - -70 -70
341   - END
342   - END
343   - END
344   -END
345 0 \ No newline at end of file
aplicmap/geral1debian.map
... ... @@ -1,347 +0,0 @@
1   -#Este mapfile e utilizado pelo i3geo na instalacao em servidores linux
2   -#Toda vez que o i3geo e iniciado, esse mapfile e considerado como o mapa basico.
3   -#Se vc quer alterar a aparência do mapa inicial, edite esse arquivo para refletir
4   -#o mapa desejado.
5   -#
6   -#Se vc quer adicionar temas, dê preferência por editar o arquivo menutemas/menutemas.xml
7   -#assim, as camadas ficam disponíveis no menu de adicao de temas do i3geo. Nao se esqueca
8   -#de criar o arquivo mapfile no diretorio i3geo/temas (veja a documentacao no wiki da
9   -#comunidade i3geo no Portal do Software Publico Brasileiro.
10   -#
11   -#Existem varios metadados que podem ser incluidos na definicao de cada LAYER e que sao especificos do i3geo,
12   -#Esses metadados possibilitam coisas como mostrar ou nao a legenda de um tema no mapa,
13   -#mostrar ou nao o tema na ferramenta de identificacao, etc.
14   -#A lista completa de metadados vc pode obter no wiki da comunidade
15   -#
16   -MAP
17   - #
18   - #edite os caminhos caso a aplicacao esteja instalada em um local diferente do default
19   - #
20   - FONTSET "/var/www/i3geo/symbols/fontes.txt"
21   - SYMBOLSET "/var/www/i3geo/symbols/simbolosv5.sym"
22   - SHAPEPATH "/var/www/geodados"
23   - IMAGECOLOR 104 171 195
24   - #
25   - #Por default, o i3geo utiliza o tipo de imagem configurado em png2
26   - #Esse tipo nao e adequado para imagens raster, mas o i3geo muda automaticamente
27   - #para png1 quando um arquivo raster e adicionado ao mapa
28   - #
29   - IMAGETYPE AGG_Q
30   - #Brasil
31   - #EXTENT -76.5125927 -39.3925675209 -29.5851853 9.49014852081
32   - EXTENT -160 -70 160 70
33   - SIZE 480 500
34   - STATUS ON
35   - UNITS DD
36   - #
37   - #tambem e utilizado pelo i3Geo para gerar prefixos em algumas ferramentas, como download
38   - #
39   - NAME "i3geomap"
40   - DEBUG OFF
41   - #CONFIG "MS_ERRORFILE" "/tmp/ms_tmp/ms_error.txt"
42   - #
43   - #utilize o agg apenas com mapserver 5x
44   -
45   - #png output, with number of colors reduced with quantization . ( Note: this functionality is not supported with RGBA images, that is outputformats with IMAGEMODE RGBA, or maps with TRANSPARENT ON ) :
46   - OUTPUTFORMAT
47   - NAME 'AGG_Q'
48   - DRIVER AGG/PNG
49   - IMAGEMODE RGB
50   - FORMATOPTION "QUANTIZE_FORCE=ON"
51   - FORMATOPTION "QUANTIZE_DITHER=OFF"
52   - FORMATOPTION "QUANTIZE_COLORS=256"
53   - FORMATOPTION "INTERLACE=OFF"
54   - END
55   -
56   - OUTPUTFORMAT
57   - NAME jpeg
58   - DRIVER GD/JPEG
59   - MIMETYPE image/jpeg
60   - IMAGEMODE RGB
61   - #TRANSPARENT FALSE
62   - EXTENSION jpg
63   - FORMATOPTION "INTERLACE=OFF"
64   - END
65   - OUTPUTFORMAT
66   - NAME svg
67   - MIMETYPE "image/svg+xml"
68   - DRIVER svg
69   - #FORMATOPTION "COMPRESSED_OUTPUT=TRUE"
70   - #FORMATOPTION "FULL_RESOLUTION=TRUE"
71   - END
72   - OUTPUTFORMAT
73   - NAME png1
74   - MIMETYPE image/png
75   - DRIVER GD/PNG
76   - EXTENSION png
77   - IMAGEMODE RGB
78   - TRANSPARENT FALSE
79   - FORMATOPTION "INTERLACE=OFF"
80   - END
81   - OUTPUTFORMAT
82   - #utilizado quando e incluido um layer do tipo raster
83   - NAME png2
84   - MIMETYPE image/png
85   - DRIVER GD/PNG
86   - EXTENSION png
87   - IMAGEMODE PC256
88   - TRANSPARENT TRUE
89   - FORMATOPTION "INTERLACE=OFF"
90   - END
91   -
92   -
93   - PROJECTION
94   - "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs"
95   - END
96   - LEGEND
97   - IMAGECOLOR 255 255 255
98   - KEYSIZE 12 10
99   - KEYSPACING 5 5
100   - LABEL
101   - SIZE 7
102   - FONT "verdana"
103   - TYPE truetype
104   - BUFFER 0
105   - COLOR 0 0 0
106   - FORCE FALSE
107   - MINDISTANCE -1
108   - MINFEATURESIZE -1
109   - OFFSET 0 -2
110   - PARTIALS TRUE
111   - END
112   - POSITION LL
113   - STATUS off
114   - #edite o caminho se a aplicacao for movida de lugar
115   - #TEMPLATE "/var/www/i3geo/aplicmap/legenda.htm"
116   - END
117   - QUERYMAP
118   - #OUTLINECOLOR 255 0 0
119   - COLOR 0 255 255
120   - SIZE 480 500
121   - STATUS on
122   - STYLE hilite
123   - END
124   - REFERENCE
125   - COLOR -1 -1 -1
126   - EXTENT -75.5728 -37.4751 -30.525 7.57273
127   - #-79.8713331401 -41.7736536401 -26.2264448599 11.8712346401
128   - #edite o caminho se a aplicacao for movida de lugar
129   - IMAGE "/var/www/i3geo/imagens/referencia1.png"
130   - OUTLINECOLOR -1 -1 -1
131   - SIZE 150 150
132   - STATUS off
133   - MARKER "ref"
134   - MARKERSIZE 8
135   - MINBOXSIZE 8
136   - MAXBOXSIZE 145
137   - END
138   - SCALEBAR
139   - BACKGROUNDCOLOR 200 200 200
140   - COLOR 0 0 0
141   - INTERVALS 5
142   - LABEL
143   - SIZE TINY
144   - TYPE BITMAP
145   - BUFFER 0
146   - COLOR 0 0 0
147   - FORCE FALSE
148   - MINDISTANCE -1
149   - MINFEATURESIZE -1
150   - OFFSET 0 0
151   - PARTIALS TRUE
152   - END
153   - POSITION LR
154   - SIZE 200 2
155   - STATUS embed
156   - STYLE 1
157   - TRANSPARENT FALSE
158   - UNITS KILOMETERS
159   - END
160   - WEB
161   - #edite o caminho se a aplicacao for movida de lugar
162   - IMAGEPATH "/tmp/ms_tmp/"
163   - IMAGEURL "/ms_tmp/"
164   - TEMPLATE ""
165   - END
166   - LAYER
167   - DATA "/var/www/i3geo/aplicmap/dados/mundo"
168   - GROUP "mundo"
169   - METADATA
170   - "CLASSE" "SIM" #o simbolo sera mostrado na legenda
171   - "ITENS" "FIPS_CNTRY,GMI_CNTRY,LONG_NAME,CNTRY_NAME" #itens que serao mostrados na opcao de identificacao
172   - "ITENSDESC" "FIPS,GMI,Nome,Wikipedia" #descricao dos nomes dos itens
173   - "ITENSLINK" ",,,http://pt.wikipedia.org/wiki/[CNTRY_NAME]"
174   - "TEMA" "Países do mundo" #nome que sera mostrado na legenda
175   - "TITULO" "Países do mundo" #nome alternativo que e mostrado nos combos para escolha do tema
176   - "TIP" "FIPS_CNTRY,GMI_CNTRY,CNTRY_NAME"
177   - "cache" "sim"
178   - "itembuscarapida" "LONG_NAME"
179   - END
180   - NAME "mundo"
181   - SIZEUNITS PIXELS
182   - STATUS DEFAULT
183   - TEMPLATE "none.htm"
184   - TOLERANCE 0
185   - TOLERANCEUNITS PIXELS
186   - TRANSPARENCY 100
187   - TYPE POLYGON
188   - UNITS METERS
189   - CLASS
190   - NAME "" #vazio indica que nao sera incluido o nome ao lado do simbolo
191   - STYLE
192   - COLOR 230 230 230
193   - SIZE 1
194   - SYMBOL 0
195   - END
196   - END
197   - END
198   - LAYER
199   - DATA "/var/www/i3geo/aplicmap/dados/mundo"
200   - GROUP "mundo"
201   - METADATA
202   - "CLASSE" "NAO"
203   - "TEMA" "NAO"
204   - "ESCONDIDO" "SIM"
205   - "cache" "sim"
206   - END
207   - NAME "mundo2"
208   - SIZEUNITS PIXELS
209   - STATUS DEFAULT
210   - TOLERANCE 0
211   - TOLERANCEUNITS PIXELS
212   - TRANSPARENCY 100
213   - TYPE LINE
214   - UNITS METERS
215   - CLASS
216   - STYLE
217   - COLOR 255 255 255
218   - SIZE 3
219   - SYMBOL "linha"
220   - END
221   - END
222   - END
223   - #
224   - #para mostrar o mapa do Brasil, remova os comentarios
225   - #
226   - #LAYER
227   - # DATA "/var/www/i3geo/aplicmap/dados/estados"
228   - # METADATA
229   - # "CLASSE" "SIM"
230   - # "TEMA" "Brasil"
231   - # "ESCALA" "250000" #escala utilizada nas marcas ao lado do tema na legenda
232   - # "IDENTIFICA" "nao"
233   - # "cache" "sim"
234   - # "EXTENSAO" "-97.911949 -39.413578 -8.185829 9.511159"
235   - # END
236   - # NAME "estados"
237   - # SIZEUNITS PIXELS
238   - # STATUS DEFAULT
239   - # TOLERANCE 0
240   - # TOLERANCEUNITS PIXELS
241   - # TRANSPARENCY 100
242   - # TYPE POLYGON
243   - # UNITS METERS
244   - # CLASS
245   - # NAME " "
246   - # STYLE
247   - # COLOR 232 220 201
248   - # MAXSIZE 100
249   - # MINSIZE 1
250   - # SIZE 1
251   - # SYMBOL 0
252   - # END
253   - # END
254   - #END
255   - #
256   - #para mostrar os limites estaduais do Brasil, remova os comentarios
257   - #
258   - #LAYER
259   - # NAME estadosl # ok
260   - # TYPE line
261   - # STATUS DEFAULT
262   - # DATA "/var/www/i3geo/aplicmap/dados/estados"
263   - # TEMPLATE "estados.htm"
264   - # METADATA
265   - # ITENS "ESTADO"
266   - # ITENSDESC "Estado"
267   - # TEMA "Limite Estadual"
268   - # ESCALA "250000"
269   - # CLASSE "SIM"
270   - # cache "sim"
271   - # END
272   - # CLASS
273   - # NAME " "
274   - # STYLE
275   - # WIDTH 2
276   - # COLOR 255 255 0
277   - # OUTLINECOLOR -1 -1 -1
278   - # END
279   - # STYLE
280   - # COLOR 0 0 0
281   - # OUTLINECOLOR -1 -1 -1
282   - # END
283   - # END # CLASS
284   - #END # LAYER
285   -
286   -
287   - LAYER
288   - METADATA
289   - #"TEMA" "NAO"
290   - "ESCONDIDO" "SIM"
291   - "cache" "sim"
292   - END
293   - NAME "copyright"
294   - SIZEUNITS PIXELS
295   - STATUS default
296   - TOLERANCE 0
297   - TOLERANCEUNITS PIXELS
298   - TRANSFORM FALSE
299   - TYPE ANNOTATION
300   - UNITS METERS
301   - CLASS
302   - LABEL
303   - SIZE TINY
304   - TYPE BITMAP
305   - BUFFER 0
306   - COLOR 50 50 50
307   - FORCE FALSE
308   - MINDISTANCE -1
309   - MINFEATURESIZE -1
310   - OFFSET 0 0
311   - PARTIALS TRUE
312   - POSITION CC
313   - END
314   - END
315   - FEATURE
316   - POINTS
317   - 10 5
318   - END
319   - TEXT "- i3Geo"
320   - END
321   - END
322   - LAYER
323   - METADATA
324   - "TEMA" "Rosa dos ventos"
325   - "IDENTIFICA" "nao"
326   - "TABELA" "nao"
327   - "CLASSE" "NAO"
328   - END
329   - NAME "rosadosventos"
330   - SIZEUNITS PIXELS
331   - STATUS OFF
332   - TOLERANCE 0
333   - TOLERANCEUNITS PIXELS
334   - TRANSFORM lr
335   - TYPE POINT
336   - UNITS pixels
337   - CLASS
338   - SYMBOL 'rosa200'
339   - SIZE 90
340   - END
341   - FEATURE
342   - POINTS
343   - -70 -70
344   - END
345   - END
346   - END
347   -END
aplicmap/geral1debianv5.map
... ... @@ -1,346 +0,0 @@
1   -#Este mapfile e utilizado pelo i3geo na instalacao em servidores linux
2   -#Toda vez que o i3geo e iniciado, esse mapfile e considerado como o mapa basico.
3   -#Se vc quer alterar a aparência do mapa inicial, edite esse arquivo para refletir
4   -#o mapa desejado.
5   -#
6   -#Se vc quer adicionar temas, dê preferência por editar o arquivo menutemas/menutemas.xml
7   -#assim, as camadas ficam disponíveis no menu de adicao de temas do i3geo. Nao se esqueca
8   -#de criar o arquivo mapfile no diretorio i3geo/temas (veja a documentacao no wiki da
9   -#comunidade i3geo no Portal do Software Publico Brasileiro.
10   -#
11   -#Existem varios metadados que podem ser incluidos na definicao de cada LAYER e que sao especificos do i3geo,
12   -#Esses metadados possibilitam coisas como mostrar ou nao a legenda de um tema no mapa,
13   -#mostrar ou nao o tema na ferramenta de identificacao, etc.
14   -#A lista completa de metadados vc pode obter no wiki da comunidade
15   -#
16   -MAP
17   - #
18   - #edite os caminhos caso a aplicacao esteja instalada em um local diferente do default
19   - #
20   - FONTSET "/var/www/i3geo/symbols/fontes.txt"
21   - SYMBOLSET "/var/www/i3geo/symbols/simbolos.sym"
22   - SHAPEPATH "/var/www/geodados"
23   - IMAGECOLOR 104 171 195
24   - #
25   - #Por default, o i3geo utiliza o tipo de imagem configurado em png2
26   - #Esse tipo nao e adequado para imagens raster, mas o i3geo muda automaticamente
27   - #para png1 quando um arquivo raster e adicionado ao mapa
28   - #
29   - IMAGETYPE AGG_Q
30   - #Brasil
31   - #EXTENT -76.5125927 -39.3925675209 -29.5851853 9.49014852081
32   - EXTENT -160 -70 160 70
33   - SIZE 480 500
34   - STATUS ON
35   - UNITS DD
36   - #
37   - #tambem e utilizado pelo i3Geo para gerar prefixos em algumas ferramentas, como download
38   - #
39   - NAME "i3geomap"
40   - DEBUG OFF
41   - #CONFIG "MS_ERRORFILE" "/tmp/ms_tmp/ms_error.txt"
42   - #
43   - #utilize o agg apenas com mapserver 5x
44   -
45   - #png output, with number of colors reduced with quantization . ( Note: this functionality is not supported with RGBA images, that is outputformats with IMAGEMODE RGBA, or maps with TRANSPARENT ON ) :
46   - OUTPUTFORMAT
47   - NAME 'AGG_Q'
48   - DRIVER AGG/PNG
49   - IMAGEMODE RGB
50   - FORMATOPTION "QUANTIZE_FORCE=ON"
51   - FORMATOPTION "QUANTIZE_DITHER=OFF"
52   - FORMATOPTION "QUANTIZE_COLORS=256"
53   - FORMATOPTION "INTERLACE=OFF"
54   - END
55   -
56   - OUTPUTFORMAT
57   - NAME jpeg
58   - DRIVER GD/JPEG
59   - MIMETYPE image/jpeg
60   - IMAGEMODE RGB
61   - #TRANSPARENT FALSE
62   - EXTENSION jpg
63   - FORMATOPTION "INTERLACE=OFF"
64   - END
65   - OUTPUTFORMAT
66   - NAME svg
67   - MIMETYPE "image/svg+xml"
68   - DRIVER svg
69   - #FORMATOPTION "COMPRESSED_OUTPUT=TRUE"
70   - #FORMATOPTION "FULL_RESOLUTION=TRUE"
71   - END
72   - OUTPUTFORMAT
73   - NAME png1
74   - MIMETYPE image/png
75   - DRIVER GD/PNG
76   - EXTENSION png
77   - IMAGEMODE RGB
78   - TRANSPARENT FALSE
79   - FORMATOPTION "INTERLACE=OFF"
80   - END
81   - OUTPUTFORMAT
82   - #utilizado quando e incluido um layer do tipo raster
83   - NAME png2
84   - MIMETYPE image/png
85   - DRIVER GD/PNG
86   - EXTENSION png
87   - IMAGEMODE PC256
88   - TRANSPARENT TRUE
89   - FORMATOPTION "INTERLACE=OFF"
90   - END
91   -
92   -
93   - PROJECTION
94   - "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs"
95   - END
96   - LEGEND
97   - IMAGECOLOR 255 255 255
98   - KEYSIZE 12 10
99   - KEYSPACING 5 5
100   - LABEL
101   - SIZE 7
102   - FONT "verdana"
103   - TYPE truetype
104   - BUFFER 0
105   - COLOR 0 0 0
106   - FORCE FALSE
107   - MINDISTANCE -1
108   - MINFEATURESIZE -1
109   - OFFSET 0 -2
110   - PARTIALS TRUE
111   - END
112   - POSITION LL
113   - STATUS off
114   - #edite o caminho se a aplicacao for movida de lugar
115   - #TEMPLATE "/var/www/i3geo/aplicmap/legenda.htm"
116   - END
117   - QUERYMAP
118   - #OUTLINECOLOR 255 0 0
119   - COLOR 0 255 255
120   - SIZE 480 500
121   - STATUS on
122   - STYLE hilite
123   - END
124   - REFERENCE
125   - COLOR -1 -1 -1
126   - EXTENT -75.5728 -37.4751 -30.525 7.57273
127   - #-79.8713331401 -41.7736536401 -26.2264448599 11.8712346401
128   - #edite o caminho se a aplicacao for movida de lugar
129   - IMAGE "/var/www/i3geo/imagens/referencia1.png"
130   - OUTLINECOLOR -1 -1 -1
131   - SIZE 150 150
132   - STATUS off
133   - MARKER "ref"
134   - MARKERSIZE 8
135   - MINBOXSIZE 8
136   - MAXBOXSIZE 145
137   - END
138   - SCALEBAR
139   - BACKGROUNDCOLOR 200 200 200
140   - COLOR 0 0 0
141   - INTERVALS 5
142   - LABEL
143   - SIZE TINY
144   - TYPE BITMAP
145   - BUFFER 0
146   - COLOR 0 0 0
147   - FORCE FALSE
148   - MINDISTANCE -1
149   - MINFEATURESIZE -1
150   - OFFSET 0 0
151   - PARTIALS TRUE
152   - END
153   - POSITION LR
154   - SIZE 200 2
155   - STATUS embed
156   - STYLE 1
157   - TRANSPARENT FALSE
158   - UNITS KILOMETERS
159   - END
160   - WEB
161   - #edite o caminho se a aplicacao for movida de lugar
162   - IMAGEPATH "/tmp/ms_tmp/"
163   - IMAGEURL "/ms_tmp/"
164   - TEMPLATE ""
165   - END
166   - LAYER
167   - DATA "/var/www/i3geo/aplicmap/dados/mundo"
168   - GROUP "mundo"
169   - METADATA
170   - "CLASSE" "SIM" #o simbolo sera mostrado na legenda
171   - "ITENS" "FIPS_CNTRY,GMI_CNTRY,LONG_NAME,CNTRY_NAME" #itens que serao mostrados na opcao de identificacao
172   - "ITENSDESC" "FIPS,GMI,Nome,Wikipedia" #descricao dos nomes dos itens
173   - "ITENSLINK" ",,,http://pt.wikipedia.org/wiki/[CNTRY_NAME]"
174   - "TEMA" "Países do mundo" #nome que sera mostrado na legenda
175   - "TITULO" "Países do mundo" #nome alternativo que e mostrado nos combos para escolha do tema
176   - "TIP" "FIPS_CNTRY,GMI_CNTRY,CNTRY_NAME"
177   - "cache" "sim"
178   - "itembuscarapida" "LONG_NAME"
179   - END
180   - NAME "mundo"
181   - SIZEUNITS PIXELS
182   - STATUS DEFAULT
183   - TEMPLATE "none.htm"
184   - TOLERANCE 0
185   - TOLERANCEUNITS PIXELS
186   - TRANSPARENCY 100
187   - TYPE POLYGON
188   - UNITS METERS
189   - CLASS
190   - NAME "" #vazio indica que nao sera incluido o nome ao lado do simbolo
191   - STYLE
192   - COLOR 230 230 230
193   - SIZE 1
194   - SYMBOL 0
195   - END
196   - END
197   - END
198   - LAYER
199   - DATA "/var/www/i3geo/aplicmap/dados/mundo"
200   - GROUP "mundo"
201   - METADATA
202   - "CLASSE" "NAO"
203   - "TEMA" "NAO"
204   - "ESCONDIDO" "SIM"
205   - "cache" "sim"
206   - END
207   - NAME "mundo2"
208   - SIZEUNITS PIXELS
209   - STATUS DEFAULT
210   - TOLERANCE 0
211   - TOLERANCEUNITS PIXELS
212   - TRANSPARENCY 100
213   - TYPE LINE
214   - UNITS METERS
215   - CLASS
216   - STYLE
217   - COLOR 255 255 255
218   - SIZE 3
219   - SYMBOL "linha"
220   - END
221   - END
222   - END
223   - #
224   - #para mostrar o mapa do Brasil, remova os comentarios
225   - #
226   - #LAYER
227   - # DATA "/var/www/i3geo/aplicmap/dados/estados"
228   - # METADATA
229   - # "CLASSE" "SIM"
230   - # "TEMA" "Brasil"
231   - # "ESCALA" "250000" #escala utilizada nas marcas ao lado do tema na legenda
232   - # "IDENTIFICA" "nao"
233   - # "cache" "sim"
234   - # "EXTENSAO" "-97.911949 -39.413578 -8.185829 9.511159"
235   - # END
236   - # NAME "estados"
237   - # SIZEUNITS PIXELS
238   - # STATUS DEFAULT
239   - # TOLERANCE 0
240   - # TOLERANCEUNITS PIXELS
241   - # TRANSPARENCY 100
242   - # TYPE POLYGON
243   - # UNITS METERS
244   - # CLASS
245   - # NAME " "
246   - # STYLE
247   - # COLOR 232 220 201
248   - # MAXSIZE 100
249   - # MINSIZE 1
250   - # SIZE 1
251   - # SYMBOL 0
252   - # END
253   - # END
254   - #END
255   - #
256   - #para mostrar os limites estaduais do Brasil, remova os comentarios
257   - #
258   - #LAYER
259   - # NAME estadosl # ok
260   - # TYPE line
261   - # STATUS DEFAULT
262   - # DATA "/var/www/i3geo/aplicmap/dados/estados"
263   - # TEMPLATE "estados.htm"
264   - # METADATA
265   - # ITENS "ESTADO"
266   - # ITENSDESC "Estado"
267   - # TEMA "Limite Estadual"
268   - # ESCALA "250000"
269   - # CLASSE "SIM"
270   - # cache "sim"
271   - # END
272   - # CLASS
273   - # NAME " "
274   - # STYLE
275   - # WIDTH 2
276   - # COLOR 255 255 0
277   - # OUTLINECOLOR -1 -1 -1
278   - # END
279   - # STYLE
280   - # COLOR 0 0 0
281   - # OUTLINECOLOR -1 -1 -1
282   - # END
283   - # END # CLASS
284   - #END # LAYER
285   -
286   - LAYER
287   - METADATA
288   - #"TEMA" "NAO"
289   - "ESCONDIDO" "SIM"
290   - "cache" "sim"
291   - END
292   - NAME "copyright"
293   - SIZEUNITS PIXELS
294   - STATUS default
295   - TOLERANCE 0
296   - TOLERANCEUNITS PIXELS
297   - TRANSFORM FALSE
298   - TYPE ANNOTATION
299   - UNITS METERS
300   - CLASS
301   - LABEL
302   - SIZE TINY
303   - TYPE BITMAP
304   - BUFFER 0
305   - COLOR 50 50 50
306   - FORCE FALSE
307   - MINDISTANCE -1
308   - MINFEATURESIZE -1
309   - OFFSET 0 0
310   - PARTIALS TRUE
311   - POSITION CC
312   - END
313   - END
314   - FEATURE
315   - POINTS
316   - 10 5
317   - END
318   - TEXT "- i3Geo"
319   - END
320   - END
321   - LAYER
322   - METADATA
323   - "TEMA" "Rosa dos ventos"
324   - "IDENTIFICA" "nao"
325   - "TABELA" "nao"
326   - "CLASSE" "NAO"
327   - END
328   - NAME "rosadosventos"
329   - SIZEUNITS PIXELS
330   - STATUS OFF
331   - TOLERANCE 0
332   - TOLERANCEUNITS PIXELS
333   - TRANSFORM lr
334   - TYPE POINT
335   - UNITS pixels
336   - CLASS
337   - SYMBOL 'rosa200'
338   - SIZE 90
339   - END
340   - FEATURE
341   - POINTS
342   - -70 -70
343   - END
344   - END
345   - END
346   -END
aplicmap/geral1debianv6.map
... ... @@ -19,7 +19,7 @@ MAP
19 19 #
20 20 FONTSET "/var/www/i3geo/symbols/fontes.txt"
21 21 SYMBOLSET "/var/www/i3geo/symbols/simbolosv6.sym"
22   - SHAPEPATH "/var/www/geodados"
  22 + SHAPEPATH "/var/www/i3geo/aplicmap/dados"
23 23 IMAGECOLOR 104 171 195
24 24 MAXSIZE 4096
25 25 #
... ... @@ -165,7 +165,7 @@ MAP
165 165 TEMPLATE ""
166 166 END
167 167 LAYER
168   - DATA "/var/www/i3geo/aplicmap/dados/mundo"
  168 + DATA "mundo.shp"
169 169 GROUP "mundo"
170 170 METADATA
171 171 "CLASSE" "SIM" #o simbolo sera mostrado na legenda
... ...
aplicmap/geral1debianv7.map
... ... @@ -19,7 +19,7 @@ MAP
19 19 #
20 20 FONTSET "/var/www/i3geo/symbols/fontes.txt"
21 21 SYMBOLSET "/var/www/i3geo/symbols/simbolosv7.sym"
22   - SHAPEPATH "/var/www/geodados"
  22 + SHAPEPATH "/var/www/i3geo/aplicmap/dados"
23 23 IMAGECOLOR 104 171 195
24 24 MAXSIZE 4096
25 25 #
... ... @@ -166,7 +166,7 @@ MAP
166 166 TEMPLATE ""
167 167 END
168 168 LAYER
169   - DATA "/var/www/i3geo/aplicmap/dados/mundo"
  169 + DATA "mundo.shp"
170 170 GROUP "mundo"
171 171 METADATA
172 172 "CLASSE" "SIM" #o simbolo sera mostrado na legenda
... ... @@ -176,7 +176,6 @@ MAP
176 176 "TEMA" "Países do mundo" #nome que sera mostrado na legenda
177 177 "TITULO" "Países do mundo" #nome alternativo que e mostrado nos combos para escolha do tema
178 178 "TIP" "FIPS_CNTRY,GMI_CNTRY,CNTRY_NAME"
179   -
180 179 "cache" "sim"
181 180 "itembuscarapida" "LONG_NAME"
182 181 END
... ...
aplicmap/geral1fedorav5.map
... ... @@ -1,347 +0,0 @@
1   -#Este mapfile e utilizado pelo i3geo na instalacao em servidores linux
2   -#Toda vez que o i3geo e iniciado, esse mapfile e considerado como o mapa basico.
3   -#Se vc quer alterar a aparência do mapa inicial, edite esse arquivo para refletir
4   -#o mapa desejado.
5   -#
6   -#Se vc quer adicionar temas, dê preferência por editar o arquivo menutemas/menutemas.xml
7   -#assim, as camadas ficam disponíveis no menu de adicao de temas do i3geo. Nao se esqueca
8   -#de criar o arquivo mapfile no diretorio i3geo/temas (veja a documentacao no wiki da
9   -#comunidade i3geo no Portal do Software Publico Brasileiro.
10   -#
11   -#Existem varios metadados que podem ser incluidos na definicao de cada LAYER e que sao especificos do i3geo,
12   -#Esses metadados possibilitam coisas como mostrar ou nao a legenda de um tema no mapa,
13   -#mostrar ou nao o tema na ferramenta de identificacao, etc.
14   -#A lista completa de metadados vc pode obter no wiki da comunidade
15   -#
16   -MAP
17   - #
18   - #edite os caminhos caso a aplicacao esteja instalada em um local diferente do default
19   - #
20   - FONTSET "/var/www/html/i3geo/symbols/fontes.txt"
21   - SYMBOLSET "/var/www/html/i3geo/symbols/simbolos.sym"
22   - SHAPEPATH "/var/www/html/geodados"
23   - IMAGECOLOR 104 171 195
24   - #
25   - #Por default, o i3geo utiliza o tipo de imagem configurado em png2
26   - #Esse tipo nao e adequado para imagens raster, mas o i3geo muda automaticamente
27   - #para png1 quando um arquivo raster e adicionado ao mapa
28   - #
29   - IMAGETYPE AGG_Q
30   - #Brasil
31   - #EXTENT -76.5125927 -39.3925675209 -29.5851853 9.49014852081
32   - EXTENT -160 -70 160 70
33   - SIZE 480 500
34   - STATUS ON
35   - UNITS DD
36   - #
37   - #tambem e utilizado pelo i3Geo para gerar prefixos em algumas ferramentas, como download
38   - #
39   - NAME "i3geomap"
40   - DEBUG OFF
41   - #CONFIG "MS_ERRORFILE" "/tmp/ms_tmp/ms_error.txt"
42   - #
43   - #utilize o agg apenas com mapserver 5x
44   -
45   - #png output, with number of colors reduced with quantization . ( Note: this functionality is not supported with RGBA images, that is outputformats with IMAGEMODE RGBA, or maps with TRANSPARENT ON ) :
46   - OUTPUTFORMAT
47   - NAME 'AGG_Q'
48   - DRIVER AGG/PNG
49   - IMAGEMODE RGB
50   - FORMATOPTION "QUANTIZE_FORCE=ON"
51   - FORMATOPTION "QUANTIZE_DITHER=OFF"
52   - FORMATOPTION "QUANTIZE_COLORS=256"
53   - FORMATOPTION "INTERLACE=OFF"
54   - END
55   -
56   - OUTPUTFORMAT
57   - NAME jpeg
58   - DRIVER GD/JPEG
59   - MIMETYPE image/jpeg
60   - IMAGEMODE RGB
61   - #TRANSPARENT FALSE
62   - EXTENSION jpg
63   - FORMATOPTION "INTERLACE=OFF"
64   - END
65   - OUTPUTFORMAT
66   - NAME svg
67   - MIMETYPE "image/svg+xml"
68   - DRIVER svg
69   - #FORMATOPTION "COMPRESSED_OUTPUT=TRUE"
70   - #FORMATOPTION "FULL_RESOLUTION=TRUE"
71   - END
72   - OUTPUTFORMAT
73   - NAME png1
74   - MIMETYPE image/png
75   - DRIVER GD/PNG
76   - EXTENSION png
77   - IMAGEMODE RGB
78   - TRANSPARENT FALSE
79   - FORMATOPTION "INTERLACE=OFF"
80   - END
81   - OUTPUTFORMAT
82   - #utilizado quando e incluido um layer do tipo raster
83   - NAME png2
84   - MIMETYPE image/png
85   - DRIVER GD/PNG
86   - EXTENSION png
87   - IMAGEMODE PC256
88   - TRANSPARENT TRUE
89   - FORMATOPTION "INTERLACE=OFF"
90   - END
91   -
92   -
93   - PROJECTION
94   - "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs"
95   - END
96   - LEGEND
97   - IMAGECOLOR 255 255 255
98   - KEYSIZE 12 10
99   - KEYSPACING 5 5
100   - LABEL
101   - SIZE 7
102   - FONT "verdana"
103   - TYPE truetype
104   - BUFFER 0
105   - COLOR 0 0 0
106   - FORCE FALSE
107   - MINDISTANCE -1
108   - MINFEATURESIZE -1
109   - OFFSET 0 -2
110   - PARTIALS TRUE
111   - END
112   - POSITION LL
113   - STATUS off
114   - #edite o caminho se a aplicacao for movida de lugar
115   - #TEMPLATE "/var/www/html/i3geo/aplicmap/legenda.htm"
116   - END
117   - QUERYMAP
118   - #OUTLINECOLOR 255 0 0
119   - COLOR 0 255 255
120   - SIZE 480 500
121   - STATUS on
122   - STYLE hilite
123   - END
124   - REFERENCE
125   - COLOR -1 -1 -1
126   - EXTENT -75.5728 -37.4751 -30.525 7.57273
127   - #-79.8713331401 -41.7736536401 -26.2264448599 11.8712346401
128   - #edite o caminho se a aplicacao for movida de lugar
129   - IMAGE "/var/www/html/i3geo/imagens/referencia1.png"
130   - OUTLINECOLOR -1 -1 -1
131   - SIZE 150 150
132   - STATUS off
133   - MARKER "ref"
134   - MARKERSIZE 8
135   - MINBOXSIZE 8
136   - MAXBOXSIZE 145
137   - END
138   - SCALEBAR
139   - BACKGROUNDCOLOR 200 200 200
140   - COLOR 0 0 0
141   - INTERVALS 5
142   - LABEL
143   - SIZE TINY
144   - TYPE BITMAP
145   - BUFFER 0
146   - COLOR 0 0 0
147   - FORCE FALSE
148   - MINDISTANCE -1
149   - MINFEATURESIZE -1
150   - OFFSET 0 0
151   - PARTIALS TRUE
152   - END
153   - POSITION LR
154   - SIZE 200 2
155   - STATUS embed
156   - STYLE 1
157   - TRANSPARENT FALSE
158   - UNITS KILOMETERS
159   - END
160   - WEB
161   - #edite o caminho se a aplicacao for movida de lugar
162   - IMAGEPATH "/tmp/ms_tmp/"
163   - IMAGEURL "/ms_tmp/"
164   - TEMPLATE ""
165   - END
166   - LAYER
167   - DATA "/var/www/html/i3geo/aplicmap/dados/mundo"
168   - GROUP "mundo"
169   - METADATA
170   - "CLASSE" "SIM" #o simbolo sera mostrado na legenda
171   - "ITENS" "FIPS_CNTRY,GMI_CNTRY,LONG_NAME,CNTRY_NAME" #itens que serao mostrados na opcao de identificacao
172   - "ITENSDESC" "FIPS,GMI,Nome,Wikipedia" #descricao dos nomes dos itens
173   - "ITENSLINK" ",,,http://pt.wikipedia.org/wiki/[CNTRY_NAME]"
174   - "TEMA" "Países do mundo" #nome que sera mostrado na legenda
175   - "TITULO" "Países do mundo" #nome alternativo que e mostrado nos combos para escolha do tema
176   - "TIP" "FIPS_CNTRY,GMI_CNTRY,CNTRY_NAME"
177   - "cache" "sim"
178   - "itembuscarapida" "LONG_NAME"
179   - END
180   - NAME "mundo"
181   - SIZEUNITS PIXELS
182   - STATUS DEFAULT
183   - TEMPLATE "none.htm"
184   - TOLERANCE 0
185   - TOLERANCEUNITS PIXELS
186   - TRANSPARENCY 100
187   - TYPE POLYGON
188   - UNITS METERS
189   - CLASS
190   - NAME "" #vazio indica que nao sera incluido o nome ao lado do simbolo
191   - STYLE
192   - COLOR 230 230 230
193   - SIZE 1
194   - SYMBOL 0
195   - END
196   - END
197   - END
198   - LAYER
199   - DATA "/var/www/html/i3geo/aplicmap/dados/mundo"
200   - GROUP "mundo"
201   - METADATA
202   - "CLASSE" "NAO"
203   - "TEMA" "NAO"
204   - "ESCONDIDO" "SIM"
205   - "cache" "sim"
206   - END
207   - NAME "mundo2"
208   - SIZEUNITS PIXELS
209   - STATUS DEFAULT
210   - TOLERANCE 0
211   - TOLERANCEUNITS PIXELS
212   - TRANSPARENCY 100
213   - TYPE LINE
214   - UNITS METERS
215   - CLASS
216   - STYLE
217   - COLOR 255 255 255
218   - SIZE 3
219   - SYMBOL "linha"
220   - END
221   - END
222   - END
223   - #
224   - #para mostrar o mapa do Brasil, remova os comentarios
225   - #
226   - #LAYER
227   - # DATA "/var/www/html/i3geo/aplicmap/dados/estados"
228   - # METADATA
229   - # "CLASSE" "SIM"
230   - # "TEMA" "Brasil"
231   - # "ESCALA" "250000" #escala utilizada nas marcas ao lado do tema na legenda
232   - # "IDENTIFICA" "nao"
233   - # "cache" "sim"
234   - # "EXTENSAO" "-97.911949 -39.413578 -8.185829 9.511159"
235   - # END
236   - # NAME "estados"
237   - # SIZEUNITS PIXELS
238   - # STATUS DEFAULT
239   - # TOLERANCE 0
240   - # TOLERANCEUNITS PIXELS
241   - # TRANSPARENCY 100
242   - # TYPE POLYGON
243   - # UNITS METERS
244   - # CLASS
245   - # NAME " "
246   - # STYLE
247   - # COLOR 232 220 201
248   - # MAXSIZE 100
249   - # MINSIZE 1
250   - # SIZE 1
251   - # SYMBOL 0
252   - # END
253   - # END
254   - #END
255   - #
256   - #para mostrar os limites estaduais do Brasil, remova os comentarios
257   - #
258   - #LAYER
259   - # NAME estadosl # ok
260   - # TYPE line
261   - # STATUS DEFAULT
262   - # DATA "/var/www/html/i3geo/aplicmap/dados/estados"
263   - # TEMPLATE "estados.htm"
264   - # METADATA
265   - # ITENS "ESTADO"
266   - # ITENSDESC "Estado"
267   - # TEMA "Limite Estadual"
268   - # ESCALA "250000"
269   - # CLASSE "SIM"
270   - # cache "sim"
271   - # END
272   - # CLASS
273   - # NAME " "
274   - # STYLE
275   - # WIDTH 2
276   - # COLOR 255 255 0
277   - # OUTLINECOLOR -1 -1 -1
278   - # END
279   - # STYLE
280   - # COLOR 0 0 0
281   - # OUTLINECOLOR -1 -1 -1
282   - # END
283   - # END # CLASS
284   - #END # LAYER
285   -
286   -
287   - LAYER
288   - METADATA
289   - #"TEMA" "NAO"
290   - "ESCONDIDO" "SIM"
291   - "cache" "sim"
292   - END
293   - NAME "copyright"
294   - SIZEUNITS PIXELS
295   - STATUS default
296   - TOLERANCE 0
297   - TOLERANCEUNITS PIXELS
298   - TRANSFORM FALSE
299   - TYPE ANNOTATION
300   - UNITS METERS
301   - CLASS
302   - LABEL
303   - SIZE TINY
304   - TYPE BITMAP
305   - BUFFER 0
306   - COLOR 50 50 50
307   - FORCE FALSE
308   - MINDISTANCE -1
309   - MINFEATURESIZE -1
310   - OFFSET 0 0
311   - PARTIALS TRUE
312   - POSITION CC
313   - END
314   - END
315   - FEATURE
316   - POINTS
317   - 10 5
318   - END
319   - TEXT "- i3Geo"
320   - END
321   - END
322   - LAYER
323   - METADATA
324   - "TEMA" "Rosa dos ventos"
325   - "IDENTIFICA" "nao"
326   - "TABELA" "nao"
327   - "CLASSE" "NAO"
328   - END
329   - NAME "rosadosventos"
330   - SIZEUNITS PIXELS
331   - STATUS OFF
332   - TOLERANCE 0
333   - TOLERANCEUNITS PIXELS
334   - TRANSFORM lr
335   - TYPE POINT
336   - UNITS pixels
337   - CLASS
338   - SYMBOL 'rosa200'
339   - SIZE 90
340   - END
341   - FEATURE
342   - POINTS
343   - -70 -70
344   - END
345   - END
346   - END
347   -END
aplicmap/geral1fedorav6.map
... ... @@ -19,7 +19,7 @@ MAP
19 19 #
20 20 FONTSET "/var/www/html/i3geo/symbols/fontes.txt"
21 21 SYMBOLSET "/var/www/html/i3geo/symbols/simbolosv6.sym"
22   - SHAPEPATH "/var/www/html/geodados"
  22 + SHAPEPATH "/var/www/html/i3geo/aplicmap/dados"
23 23 IMAGECOLOR 104 171 195
24 24 MAXSIZE 4096
25 25 #
... ... @@ -165,7 +165,7 @@ MAP
165 165 TEMPLATE ""
166 166 END
167 167 LAYER
168   - DATA "/var/www/html/i3geo/aplicmap/dados/mundo"
  168 + DATA "mundo.shp"
169 169 GROUP "mundo"
170 170 METADATA
171 171 "CLASSE" "SIM" #o simbolo sera mostrado na legenda
... ...
aplicmap/geral1fedorav7.map
... ... @@ -19,7 +19,7 @@ MAP
19 19 #
20 20 FONTSET "/var/www/html/i3geo/symbols/fontes.txt"
21 21 SYMBOLSET "/var/www/html/i3geo/symbols/simbolosv6.sym"
22   - SHAPEPATH "/var/www/html/geodados"
  22 + SHAPEPATH "/var/www/html/i3geo/aplicmap/dados"
23 23 IMAGECOLOR 104 171 195
24 24 MAXSIZE 4096
25 25 #
... ... @@ -165,7 +165,7 @@ MAP
165 165 TEMPLATE ""
166 166 END
167 167 LAYER
168   - DATA "/var/www/html/i3geo/aplicmap/dados/mundo"
  168 + DATA "mundo.shp"
169 169 GROUP "mundo"
170 170 METADATA
171 171 "CLASSE" "SIM" #o simbolo sera mostrado na legenda
... ...
aplicmap/geral1v5.map
... ... @@ -1,344 +0,0 @@
1   -#Este mapfile e utilizado pelo i3geo na instalacao em servidores linux
2   -#Toda vez que o i3geo e iniciado, esse mapfile e considerado como o mapa basico.
3   -#Se vc quer alterar a aparência do mapa inicial, edite esse arquivo para refletir
4   -#o mapa desejado.
5   -#
6   -#Se vc quer adicionar temas, dê preferência por editar o arquivo menutemas/menutemas.xml
7   -#assim, as camadas ficam disponíveis no menu de adicao de temas do i3geo. Nao se esqueca
8   -#de criar o arquivo mapfile no diretorio i3geo/temas (veja a documentacao no wiki da
9   -#comunidade i3geo no Portal do Software Publico Brasileiro.
10   -#
11   -#Existem varios metadados que podem ser incluidos na definicao de cada LAYER e que sao especificos do i3geo,
12   -#Esses metadados possibilitam coisas como mostrar ou nao a legenda de um tema no mapa,
13   -#mostrar ou nao o tema na ferramenta de identificacao, etc.
14   -#A lista completa de metadados vc pode obter no wiki da comunidade
15   -#
16   -MAP
17   - #
18   - #edite os caminhos caso a aplicacao esteja instalada em um local diferente do default
19   - #
20   - FONTSET "/opt/www/html/i3geo/symbols/fontes.txt"
21   - SYMBOLSET "/opt/www/html/i3geo/symbols/simbolos.sym"
22   - SHAPEPATH "/opt/www/html/geodados"
23   - IMAGECOLOR 104 171 195
24   - #
25   - #Por default, o i3geo utiliza o tipo de imagem configurado em png2
26   - #Esse tipo nao e adequado para imagens raster, mas o i3geo muda automaticamente
27   - #para png1 quando um arquivo raster e adicionado ao mapa
28   - #
29   - IMAGETYPE AGG_Q
30   - #Brasil
31   - #EXTENT -76.5125927 -39.3925675209 -29.5851853 9.49014852081
32   - EXTENT -160 -70 160 70
33   - SIZE 480 500
34   - STATUS ON
35   - UNITS DD
36   - #
37   - #tambem e utilizado pelo i3Geo para gerar prefixos em algumas ferramentas, como download
38   - #
39   - NAME "i3geomap"
40   - DEBUG OFF
41   - #
42   - #utilize o agg apenas com mapserver 5x
43   -
44   - #png output, with number of colors reduced with quantization . ( Note: this functionality is not supported with RGBA images, that is outputformats with IMAGEMODE RGBA, or maps with TRANSPARENT ON ) :
45   - OUTPUTFORMAT
46   - NAME 'AGG_Q'
47   - DRIVER AGG/PNG
48   - IMAGEMODE RGB
49   - FORMATOPTION "QUANTIZE_FORCE=ON"
50   - FORMATOPTION "QUANTIZE_DITHER=OFF"
51   - FORMATOPTION "QUANTIZE_COLORS=256"
52   - FORMATOPTION "INTERLACE=OFF"
53   - END
54   -
55   - OUTPUTFORMAT
56   - NAME jpeg
57   - DRIVER GD/JPEG
58   - MIMETYPE image/jpeg
59   - IMAGEMODE RGB
60   - #TRANSPARENT FALSE
61   - EXTENSION jpg
62   - FORMATOPTION "INTERLACE=OFF"
63   - END
64   - OUTPUTFORMAT
65   - NAME svg
66   - MIMETYPE "image/svg+xml"
67   - DRIVER svg
68   - #FORMATOPTION "COMPRESSED_OUTPUT=TRUE"
69   - #FORMATOPTION "FULL_RESOLUTION=TRUE"
70   - END
71   - OUTPUTFORMAT
72   - NAME png1
73   - MIMETYPE image/png
74   - DRIVER GD/PNG
75   - EXTENSION png
76   - IMAGEMODE RGB
77   - TRANSPARENT FALSE
78   - FORMATOPTION "INTERLACE=OFF"
79   - END
80   - OUTPUTFORMAT
81   - #utilizado quando e incluido um layer do tipo raster
82   - NAME png2
83   - MIMETYPE image/png
84   - DRIVER GD/PNG
85   - EXTENSION png
86   - IMAGEMODE PC256
87   - TRANSPARENT TRUE
88   - FORMATOPTION "INTERLACE=OFF"
89   - END
90   -
91   -
92   - PROJECTION
93   - "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs"
94   - END
95   - LEGEND
96   - IMAGECOLOR 255 255 255
97   - KEYSIZE 12 10
98   - KEYSPACING 5 5
99   - LABEL
100   - SIZE 7
101   - FONT "verdana"
102   - TYPE truetype
103   - BUFFER 0
104   - COLOR 0 0 0
105   - FORCE FALSE
106   - MINDISTANCE -1
107   - MINFEATURESIZE -1
108   - OFFSET 0 -2
109   - PARTIALS TRUE
110   - END
111   - POSITION LL
112   - STATUS off
113   - #edite o caminho se a aplicacao for movida de lugar
114   - #TEMPLATE "/opt/www/html/i3geo/aplicmap/legenda.htm"
115   - END
116   - QUERYMAP
117   - #OUTLINECOLOR 255 0 0
118   - COLOR 0 255 255
119   - SIZE 480 500
120   - STATUS on
121   - STYLE hilite
122   - END
123   - REFERENCE
124   - COLOR -1 -1 -1
125   - EXTENT -75.5728 -37.4751 -30.525 7.57273#-79.8713331401 -41.7736536401 -26.2264448599 11.8712346401
126   - #edite o caminho se a aplicacao for movida de lugar
127   - IMAGE "/opt/www/html/i3geo/imagens/referencia1.png"
128   - OUTLINECOLOR -1 -1 -1
129   - SIZE 150 150
130   - STATUS off
131   - MARKER "ref"
132   - MARKERSIZE 8
133   - MINBOXSIZE 8
134   - MAXBOXSIZE 145
135   - END
136   - SCALEBAR
137   - BACKGROUNDCOLOR 200 200 200
138   - COLOR 0 0 0
139   - INTERVALS 5
140   - LABEL
141   - SIZE TINY
142   - TYPE BITMAP
143   - BUFFER 0
144   - COLOR 0 0 0
145   - FORCE FALSE
146   - MINDISTANCE -1
147   - MINFEATURESIZE -1
148   - OFFSET 0 0
149   - PARTIALS TRUE
150   - END
151   - POSITION LR
152   - SIZE 200 2
153   - STATUS embed
154   - STYLE 1
155   - TRANSPARENT FALSE
156   - UNITS KILOMETERS
157   - END
158   - WEB
159   - #edite o caminho se a aplicacao for movida de lugar
160   - IMAGEPATH "/var/tmp/ms_tmp/"
161   - IMAGEURL "/ms_tmp/"
162   - TEMPLATE ""
163   - END
164   - LAYER
165   - DATA "/opt/www/html/i3geo/aplicmap/dados/mundo"
166   - GROUP "mundo"
167   - METADATA
168   - "CLASSE" "SIM" #o simbolo sera mostrado na legenda
169   - "ITENS" "FIPS_CNTRY,GMI_CNTRY,LONG_NAME,CNTRY_NAME" #itens que serao mostrados na opcao de identificacao
170   - "ITENSDESC" "FIPS,GMI,Nome,Wikipedia" #descricao dos nomes dos itens
171   - "ITENSLINK" ",,,http://pt.wikipedia.org/wiki/[CNTRY_NAME]"
172   - "TEMA" "Países do mundo" #nome que sera mostrado na legenda
173   - "TITULO" "Países do mundo" #nome alternativo que e mostrado nos combos para escolha do tema
174   - "TIP" "FIPS_CNTRY,GMI_CNTRY,CNTRY_NAME"
175   - "cache" "sim"
176   - "itembuscarapida" "LONG_NAME"
177   - END
178   - NAME "mundo"
179   - SIZEUNITS PIXELS
180   - STATUS DEFAULT
181   - TEMPLATE "none.htm"
182   - TOLERANCE 0
183   - TOLERANCEUNITS PIXELS
184   - TRANSPARENCY 100
185   - TYPE POLYGON
186   - UNITS METERS
187   - CLASS
188   - NAME "" #vazio indica que nao sera incluido o nome ao lado do simbolo
189   - STYLE
190   - COLOR 230 230 230
191   - SIZE 1
192   - SYMBOL 0
193   - END
194   - END
195   - END
196   - LAYER
197   - DATA "/opt/www/html/i3geo/aplicmap/dados/mundo"
198   - GROUP "mundo"
199   - METADATA
200   - "CLASSE" "NAO"
201   - "TEMA" "NAO"
202   - "ESCONDIDO" "SIM"
203   - "cache" "sim"
204   - END
205   - NAME "mundo2"
206   - SIZEUNITS PIXELS
207   - STATUS DEFAULT
208   - TOLERANCE 0
209   - TOLERANCEUNITS PIXELS
210   - TRANSPARENCY 100
211   - TYPE LINE
212   - UNITS METERS
213   - CLASS
214   - STYLE
215   - COLOR 255 255 255
216   - SIZE 3
217   - SYMBOL "linha"
218   - END
219   - END
220   - END
221   - #
222   - #para mostrar o mapa do Brasil, remova os comentarios
223   - #
224   - #LAYER
225   - # DATA "/opt/www/html/i3geo/aplicmap/dados/estados"
226   - # METADATA
227   - # "CLASSE" "SIM"
228   - # "TEMA" "Brasil"
229   - # "ESCALA" "250000" #escala utilizada nas marcas ao lado do tema na legenda
230   - # "IDENTIFICA" "nao"
231   - # "cache" "sim"
232   - # "EXTENSAO" "-97.911949 -39.413578 -8.185829 9.511159"
233   - # END
234   - # NAME "estados"
235   - # SIZEUNITS PIXELS
236   - # STATUS DEFAULT
237   - # TOLERANCE 0
238   - # TOLERANCEUNITS PIXELS
239   - # TRANSPARENCY 100
240   - # TYPE POLYGON
241   - # UNITS METERS
242   - # CLASS
243   - # NAME " "
244   - # STYLE
245   - # COLOR 232 220 201
246   - # MAXSIZE 100
247   - # MINSIZE 1
248   - # SIZE 1
249   - # SYMBOL 0
250   - # END
251   - # END
252   - #END
253   - #
254   - #para mostrar os limites estaduais do Brasil, remova os comentarios
255   - #
256   - #LAYER
257   - # NAME estadosl # ok
258   - # TYPE line
259   - # STATUS DEFAULT
260   - # DATA "/opt/www/html/i3geo/aplicmap/dados/estados"
261   - # TEMPLATE "estados.htm"
262   - # METADATA
263   - # ITENS "ESTADO"
264   - # ITENSDESC "Estado"
265   - # TEMA "Limite Estadual"
266   - # ESCALA "250000"
267   - # CLASSE "SIM"
268   - # cache "sim"
269   - # END
270   - # CLASS
271   - # NAME " "
272   - # STYLE
273   - # WIDTH 2
274   - # COLOR 255 255 0
275   - # OUTLINECOLOR -1 -1 -1
276   - # END
277   - # STYLE
278   - # COLOR 0 0 0
279   - # OUTLINECOLOR -1 -1 -1
280   - # END
281   - # END # CLASS
282   - #END # LAYER
283   -
284   - LAYER
285   - METADATA
286   - #"TEMA" "NAO"
287   - "ESCONDIDO" "SIM"
288   - "cache" "sim"
289   - END
290   - NAME "copyright"
291   - SIZEUNITS PIXELS
292   - STATUS default
293   - TOLERANCE 0
294   - TOLERANCEUNITS PIXELS
295   - TRANSFORM FALSE
296   - TYPE ANNOTATION
297   - UNITS METERS
298   - CLASS
299   - LABEL
300   - SIZE TINY
301   - TYPE BITMAP
302   - BUFFER 0
303   - COLOR 50 50 50
304   - FORCE FALSE
305   - MINDISTANCE -1
306   - MINFEATURESIZE -1
307   - OFFSET 0 0
308   - PARTIALS TRUE
309   - POSITION CC
310   - END
311   - END
312   - FEATURE
313   - POINTS
314   - 10 5
315   - END
316   - TEXT "- i3Geo"
317   - END
318   - END
319   - LAYER
320   - METADATA
321   - "TEMA" "Rosa dos ventos"
322   - "IDENTIFICA" "nao"
323   - "TABELA" "nao"
324   - "CLASSE" "NAO"
325   - END
326   - NAME "rosadosventos"
327   - SIZEUNITS PIXELS
328   - STATUS OFF
329   - TOLERANCE 0
330   - TOLERANCEUNITS PIXELS
331   - TRANSFORM lr
332   - TYPE POINT
333   - UNITS pixels
334   - CLASS
335   - SYMBOL 'rosa200'
336   - SIZE 90
337   - END
338   - FEATURE
339   - POINTS
340   - -70 -70
341   - END
342   - END
343   - END
344   -END
345 0 \ No newline at end of file
aplicmap/geral1v6.map
... ... @@ -1,311 +0,0 @@
1   -#Este mapfile e utilizado pelo i3geo na instalacao em servidores linux
2   -#Toda vez que o i3geo e iniciado, esse mapfile e considerado como o mapa basico.
3   -#Se vc quer alterar a aparência do mapa inicial, edite esse arquivo para refletir
4   -#o mapa desejado.
5   -#
6   -#Se vc quer adicionar temas, dê preferência por editar o arquivo menutemas/menutemas.xml
7   -#assim, as camadas ficam disponíveis no menu de adicao de temas do i3geo. Nao se esqueca
8   -#de criar o arquivo mapfile no diretorio i3geo/temas (veja a documentacao no wiki da
9   -#comunidade i3geo no Portal do Software Publico Brasileiro.
10   -#
11   -#Existem varios metadados que podem ser incluidos na definicao de cada LAYER e que sao especificos do i3geo,
12   -#Esses metadados possibilitam coisas como mostrar ou nao a legenda de um tema no mapa,
13   -#mostrar ou nao o tema na ferramenta de identificacao, etc.
14   -#A lista completa de metadados vc pode obter no wiki da comunidade
15   -#
16   -MAP
17   - #
18   - #edite os caminhos caso a aplicacao esteja instalada em um local diferente do default
19   - #
20   - FONTSET "/opt/www/html/i3geo/symbols/fontes.txt"
21   - SYMBOLSET "/opt/www/html/i3geo/symbols/simbolosv6.sym"
22   - SHAPEPATH "/opt/www/html/geodados"
23   - IMAGECOLOR 104 171 195
24   - MAXSIZE 4096
25   - #
26   - #Por default, o i3geo utiliza o tipo de imagem configurado em png2
27   - #Esse tipo nao e adequado para imagens raster, mas o i3geo muda automaticamente
28   - #para png1 quando um arquivo raster e adicionado ao mapa
29   - #
30   - IMAGETYPE AGG_Q
31   - #Brasil
32   - #EXTENT -76.5125927 -39.3925675209 -29.5851853 9.49014852081
33   - EXTENT -160 -70 160 70
34   - SIZE 480 500
35   - STATUS ON
36   - UNITS DD
37   - #
38   - #tambem e utilizado pelo i3Geo para gerar prefixos em algumas ferramentas, como download
39   - #
40   - NAME "i3geomap"
41   - DEBUG OFF
42   - #
43   - #utilize o agg apenas com mapserver 5x
44   - OUTPUTFORMAT
45   - NAME 'AGG_Q'
46   - DRIVER AGG/PNG
47   - IMAGEMODE RGB
48   - FORMATOPTION "QUANTIZE_FORCE=ON"
49   - FORMATOPTION "QUANTIZE_DITHER=OFF"
50   - FORMATOPTION "QUANTIZE_COLORS=256"
51   - FORMATOPTION "INTERLACE=OFF"
52   - END
53   -
54   - OUTPUTFORMAT
55   - NAME svg
56   - MIMETYPE "image/svg+xml"
57   - DRIVER cairo/svg
58   - #FORMATOPTION "COMPRESSED_OUTPUT=TRUE"
59   - #FORMATOPTION "FULL_RESOLUTION=TRUE"
60   - END
61   - OUTPUTFORMAT
62   - NAME jpeg
63   - DRIVER "AGG/JPEG"
64   - MIMETYPE "image/jpeg"
65   - IMAGEMODE RGB
66   - EXTENSION jpg
67   - FORMATOPTION "INTERLACE=OFF"
68   - END
69   -
70   - OUTPUTFORMAT
71   - NAME png1
72   - MIMETYPE image/png
73   - DRIVER AGG/PNG
74   - EXTENSION png
75   - IMAGEMODE RGB
76   - TRANSPARENT FALSE
77   - FORMATOPTION "INTERLACE=OFF"
78   - END
79   -
80   - OUTPUTFORMAT
81   - NAME png2
82   - MIMETYPE image/png
83   - DRIVER AGG/PNG
84   - EXTENSION png
85   - IMAGEMODE PC256
86   - TRANSPARENT TRUE
87   - FORMATOPTION "INTERLACE=OFF"
88   - END
89   - PROJECTION
90   - "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs"
91   - END
92   - LEGEND
93   - IMAGECOLOR 255 255 255
94   - KEYSIZE 12 10
95   - KEYSPACING 5 5
96   - LABEL
97   - SIZE 7
98   - FONT "verdana"
99   - TYPE truetype
100   - BUFFER 0
101   - COLOR 0 0 0
102   - FORCE FALSE
103   - MINDISTANCE -1
104   - MINFEATURESIZE -1
105   - OFFSET 0 -2
106   - PARTIALS TRUE
107   - END
108   - POSITION LL
109   - STATUS off
110   - #edite o caminho se a aplicacao for movida de lugar
111   - #TEMPLATE "/opt/www/html/i3geo/aplicmap/legenda.htm"
112   - END
113   - QUERYMAP
114   - #OUTLINECOLOR 255 0 0
115   - COLOR 0 255 255
116   - SIZE 480 500
117   - STATUS on
118   - STYLE hilite
119   - END
120   - REFERENCE
121   - COLOR -1 -1 -1
122   - EXTENT -75.5728 -37.4751 -30.525 7.57273#-79.8713331401 -41.7736536401 -26.2264448599 11.8712346401
123   - #edite o caminho se a aplicacao for movida de lugar
124   - IMAGE "/opt/www/html/i3geo/imagens/referencia1.png"
125   - OUTLINECOLOR -1 -1 -1
126   - SIZE 150 150
127   - STATUS off
128   - MARKER "ref"
129   - MARKERSIZE 8
130   - MINBOXSIZE 8
131   - MAXBOXSIZE 145
132   - END
133   - SCALEBAR
134   - BACKGROUNDCOLOR 200 200 200
135   - COLOR 0 0 0
136   - INTERVALS 5
137   - LABEL
138   - SIZE TINY
139   - TYPE BITMAP
140   - BUFFER 0
141   - COLOR 0 0 0
142   - FORCE FALSE
143   - MINDISTANCE -1
144   - MINFEATURESIZE -1
145   - OFFSET 0 0
146   - PARTIALS TRUE
147   - END
148   - POSITION LR
149   - SIZE 200 2
150   - STATUS embed
151   - STYLE 1
152   - TRANSPARENT FALSE
153   - UNITS KILOMETERS
154   - END
155   - WEB
156   - #edite o caminho se a aplicacao for movida de lugar
157   - IMAGEPATH "/var/tmp/ms_tmp/"
158   - IMAGEURL "/ms_tmp/"
159   - TEMPLATE ""
160   - END
161   - LAYER
162   - DATA "/opt/www/html/i3geo/aplicmap/dados/mundo"
163   - GROUP "mundo"
164   - METADATA
165   - "CLASSE" "SIM" #o simbolo sera mostrado na legenda
166   - "ITENS" "FIPS_CNTRY,GMI_CNTRY,LONG_NAME,CNTRY_NAME" #itens que serao mostrados na opcao de identificacao
167   - "ITENSDESC" "FIPS,GMI,Nome,Wikipedia" #descricao dos nomes dos itens
168   - "ITENSLINK" ",,,http://pt.wikipedia.org/wiki/[CNTRY_NAME]"
169   - "TEMA" "Países do mundo" #nome que sera mostrado na legenda
170   - "TITULO" "Países do mundo" #nome alternativo que e mostrado nos combos para escolha do tema
171   - "TIP" "FIPS_CNTRY,GMI_CNTRY,CNTRY_NAME"
172   - "cache" "sim"
173   - "itembuscarapida" "LONG_NAME"
174   - END
175   - NAME "mundo"
176   - STATUS DEFAULT
177   - TEMPLATE "none.htm"
178   - TYPE POLYGON
179   - CLASS
180   - NAME "" #vazio indica que nao sera incluido o nome ao lado do simbolo
181   - STYLE
182   - COLOR 230 230 230
183   - OUTLINECOLOR 255 255 255
184   - END
185   - END
186   - END
187   - #
188   - #para mostrar o mapa do Brasil, remova os comentarios
189   - #
190   - #LAYER
191   - # DATA "/opt/www/html/i3geo/aplicmap/dados/estados"
192   - # METADATA
193   - # "CLASSE" "SIM"
194   - # "TEMA" "Brasil"
195   - # "ESCALA" "250000" #escala utilizada nas marcas ao lado do tema na legenda
196   - # "IDENTIFICA" "nao"
197   - # "cache" "sim"
198   - # "EXTENSAO" "-97.911949 -39.413578 -8.185829 9.511159"
199   - # END
200   - # NAME "estados"
201   - # SIZEUNITS PIXELS
202   - # STATUS DEFAULT
203   - # TOLERANCE 0
204   - # TOLERANCEUNITS PIXELS
205   - # TRANSPARENCY 100
206   - # TYPE POLYGON
207   - # UNITS METERS
208   - # CLASS
209   - # NAME " "
210   - # STYLE
211   - # COLOR 232 220 201
212   - # MAXSIZE 100
213   - # MINSIZE 1
214   - # SIZE 1
215   - # SYMBOL 0
216   - # END
217   - # END
218   - #END
219   - #
220   - #para mostrar os limites estaduais do Brasil, remova os comentarios
221   - #
222   - #LAYER
223   - # NAME estadosl # ok
224   - # TYPE line
225   - # STATUS DEFAULT
226   - # DATA "/opt/www/html/i3geo/aplicmap/dados/estados"
227   - # TEMPLATE "estados.htm"
228   - # METADATA
229   - # ITENS "ESTADO"
230   - # ITENSDESC "Estado"
231   - # TEMA "Limite Estadual"
232   - # ESCALA "250000"
233   - # CLASSE "SIM"
234   - # cache "sim"
235   - # END
236   - # CLASS
237   - # NAME " "
238   - # STYLE
239   - # WIDTH 2
240   - # COLOR 255 255 0
241   - # OUTLINECOLOR -1 -1 -1
242   - # END
243   - # STYLE
244   - # COLOR 0 0 0
245   - # OUTLINECOLOR -1 -1 -1
246   - # END
247   - # END # CLASS
248   - #END # LAYER
249   -
250   -
251   - LAYER
252   - METADATA
253   - #"TEMA" "NAO"
254   - "ESCONDIDO" "SIM"
255   - "cache" "sim"
256   - END
257   - NAME "copyright"
258   - SIZEUNITS PIXELS
259   - STATUS default
260   - TOLERANCE 0
261   - TOLERANCEUNITS PIXELS
262   - TRANSFORM FALSE
263   - TYPE ANNOTATION
264   - UNITS METERS
265   - CLASS
266   - LABEL
267   - SIZE TINY
268   - TYPE BITMAP
269   - BUFFER 0
270   - COLOR 50 50 50
271   - FORCE FALSE
272   - MINDISTANCE -1
273   - MINFEATURESIZE -1
274   - OFFSET 0 0
275   - PARTIALS TRUE
276   - POSITION CC
277   - END
278   - END
279   - FEATURE
280   - POINTS
281   - 10 5
282   - END
283   - TEXT "- i3Geo"
284   - END
285   - END
286   - LAYER
287   - METADATA
288   - "TEMA" "Rosa dos ventos"
289   - "IDENTIFICA" "nao"
290   - "TABELA" "nao"
291   - "CLASSE" "NAO"
292   - END
293   - NAME "rosadosventos"
294   - SIZEUNITS PIXELS
295   - STATUS OFF
296   - TOLERANCE 0
297   - TOLERANCEUNITS PIXELS
298   - TRANSFORM lr
299   - TYPE POINT
300   - UNITS pixels
301   - CLASS
302   - SYMBOL 'rosa200'
303   - SIZE 90
304   - END
305   - FEATURE
306   - POINTS
307   - -70 -70
308   - END
309   - END
310   - END
311   -END
aplicmap/geral1v7.map
... ... @@ -1,312 +0,0 @@
1   -#Este mapfile e utilizado pelo i3geo na instalacao em servidores linux
2   -#Toda vez que o i3geo e iniciado, esse mapfile e considerado como o mapa basico.
3   -#Se vc quer alterar a aparência do mapa inicial, edite esse arquivo para refletir
4   -#o mapa desejado.
5   -#
6   -#Se vc quer adicionar temas, dê preferência por editar o arquivo menutemas/menutemas.xml
7   -#assim, as camadas ficam disponíveis no menu de adicao de temas do i3geo. Nao se esqueca
8   -#de criar o arquivo mapfile no diretorio i3geo/temas (veja a documentacao no wiki da
9   -#comunidade i3geo no Portal do Software Publico Brasileiro.
10   -#
11   -#Existem varios metadados que podem ser incluidos na definicao de cada LAYER e que sao especificos do i3geo,
12   -#Esses metadados possibilitam coisas como mostrar ou nao a legenda de um tema no mapa,
13   -#mostrar ou nao o tema na ferramenta de identificacao, etc.
14   -#A lista completa de metadados vc pode obter no wiki da comunidade
15   -#
16   -MAP
17   - #
18   - #edite os caminhos caso a aplicacao esteja instalada em um local diferente do default
19   - #
20   - FONTSET "/opt/www/html/i3geo/symbols/fontes.txt"
21   - SYMBOLSET "/opt/www/html/i3geo/symbols/simbolosv6.sym"
22   - SHAPEPATH "/opt/www/html/geodados"
23   - IMAGECOLOR 104 171 195
24   - MAXSIZE 4096
25   - #
26   - #Por default, o i3geo utiliza o tipo de imagem configurado em png2
27   - #Esse tipo nao e adequado para imagens raster, mas o i3geo muda automaticamente
28   - #para png1 quando um arquivo raster e adicionado ao mapa
29   - #
30   - IMAGETYPE AGG_Q
31   - #Brasil
32   - #EXTENT -76.5125927 -39.3925675209 -29.5851853 9.49014852081
33   - EXTENT -160 -70 160 70
34   - SIZE 480 500
35   - STATUS ON
36   - UNITS DD
37   - #
38   - #tambem e utilizado pelo i3Geo para gerar prefixos em algumas ferramentas, como download
39   - #
40   - NAME "i3geomap"
41   - DEBUG OFF
42   - #
43   - #utilize o agg apenas com mapserver 5x
44   - OUTPUTFORMAT
45   - NAME 'AGG_Q'
46   - DRIVER AGG/PNG
47   - IMAGEMODE RGB
48   - FORMATOPTION "QUANTIZE_FORCE=ON"
49   - FORMATOPTION "QUANTIZE_DITHER=OFF"
50   - FORMATOPTION "QUANTIZE_COLORS=256"
51   - FORMATOPTION "INTERLACE=OFF"
52   - END
53   -
54   - OUTPUTFORMAT
55   - NAME svg
56   - MIMETYPE "image/svg+xml"
57   - DRIVER cairo/svg
58   - #FORMATOPTION "COMPRESSED_OUTPUT=TRUE"
59   - #FORMATOPTION "FULL_RESOLUTION=TRUE"
60   - END
61   - OUTPUTFORMAT
62   - NAME jpeg
63   - DRIVER "AGG/JPEG"
64   - MIMETYPE "image/jpeg"
65   - IMAGEMODE RGB
66   - EXTENSION jpg
67   - FORMATOPTION "INTERLACE=OFF"
68   - END
69   -
70   - OUTPUTFORMAT
71   - NAME png1
72   - MIMETYPE image/png
73   - DRIVER AGG/PNG
74   - EXTENSION png
75   - IMAGEMODE RGB
76   - TRANSPARENT FALSE
77   - FORMATOPTION "INTERLACE=OFF"
78   - END
79   -
80   - OUTPUTFORMAT
81   - NAME png2
82   - MIMETYPE image/png
83   - DRIVER AGG/PNG
84   - EXTENSION png
85   - IMAGEMODE PC256
86   - TRANSPARENT TRUE
87   - FORMATOPTION "INTERLACE=OFF"
88   - END
89   - PROJECTION
90   - "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs"
91   - END
92   - LEGEND
93   - IMAGECOLOR 255 255 255
94   - KEYSIZE 12 10
95   - KEYSPACING 5 5
96   - LABEL
97   - SIZE 7
98   - FONT "verdana"
99   - TYPE truetype
100   - BUFFER 0
101   - COLOR 0 0 0
102   - FORCE FALSE
103   - MINDISTANCE -1
104   - MINFEATURESIZE -1
105   - OFFSET 0 -2
106   - PARTIALS TRUE
107   - END
108   - POSITION LL
109   - STATUS off
110   - #edite o caminho se a aplicacao for movida de lugar
111   - #TEMPLATE "/opt/www/html/i3geo/aplicmap/legenda.htm"
112   - END
113   - QUERYMAP
114   - #OUTLINECOLOR 255 0 0
115   - COLOR 0 255 255
116   - SIZE 480 500
117   - STATUS on
118   - STYLE hilite
119   - END
120   - REFERENCE
121   - COLOR -1 -1 -1
122   - EXTENT -75.5728 -37.4751 -30.525 7.57273#-79.8713331401 -41.7736536401 -26.2264448599 11.8712346401
123   - #edite o caminho se a aplicacao for movida de lugar
124   - IMAGE "/opt/www/html/i3geo/imagens/referencia1.png"
125   - OUTLINECOLOR -1 -1 -1
126   - SIZE 150 150
127   - STATUS off
128   - MARKER "ref"
129   - MARKERSIZE 8
130   - MINBOXSIZE 8
131   - MAXBOXSIZE 145
132   - END
133   - SCALEBAR
134   - BACKGROUNDCOLOR 200 200 200
135   - COLOR 0 0 0
136   - INTERVALS 5
137   - LABEL
138   - SIZE TINY
139   - TYPE BITMAP
140   - BUFFER 0
141   - COLOR 0 0 0
142   - FORCE FALSE
143   - MINDISTANCE -1
144   - MINFEATURESIZE -1
145   - OFFSET 0 0
146   - PARTIALS TRUE
147   - END
148   - POSITION LR
149   - SIZE 200 2
150   - STATUS embed
151   - STYLE 1
152   - TRANSPARENT FALSE
153   - UNITS KILOMETERS
154   - END
155   - WEB
156   - #edite o caminho se a aplicacao for movida de lugar
157   - IMAGEPATH "/var/tmp/ms_tmp/"
158   - IMAGEURL "/ms_tmp/"
159   - TEMPLATE ""
160   - END
161   - LAYER
162   - DATA "/opt/www/html/i3geo/aplicmap/dados/mundo"
163   - GROUP "mundo"
164   - METADATA
165   - "CLASSE" "SIM" #o simbolo sera mostrado na legenda
166   - "ITENS" "FIPS_CNTRY,GMI_CNTRY,LONG_NAME,CNTRY_NAME" #itens que serao mostrados na opcao de identificacao
167   - "ITENSDESC" "FIPS,GMI,Nome,Wikipedia" #descricao dos nomes dos itens
168   - "ITENSLINK" ",,,http://pt.wikipedia.org/wiki/[CNTRY_NAME]"
169   - "TEMA" "Países do mundo" #nome que sera mostrado na legenda
170   - "TITULO" "Países do mundo" #nome alternativo que e mostrado nos combos para escolha do tema
171   - "TIP" "FIPS_CNTRY,GMI_CNTRY,CNTRY_NAME"
172   -
173   - "cache" "sim"
174   - "itembuscarapida" "LONG_NAME"
175   - END
176   - NAME "mundo"
177   - STATUS DEFAULT
178   - TEMPLATE "none.htm"
179   - TYPE POLYGON
180   - CLASS
181   - NAME "" #vazio indica que nao sera incluido o nome ao lado do simbolo
182   - STYLE
183   - COLOR 230 230 230
184   - OUTLINECOLOR 255 255 255
185   - END
186   - END
187   - END
188   - #
189   - #para mostrar o mapa do Brasil, remova os comentarios
190   - #
191   - #LAYER
192   - # DATA "/opt/www/html/i3geo/aplicmap/dados/estados"
193   - # METADATA
194   - # "CLASSE" "SIM"
195   - # "TEMA" "Brasil"
196   - # "ESCALA" "250000" #escala utilizada nas marcas ao lado do tema na legenda
197   - # "IDENTIFICA" "nao"
198   - # "cache" "sim"
199   - # "EXTENSAO" "-97.911949 -39.413578 -8.185829 9.511159"
200   - # END
201   - # NAME "estados"
202   - # SIZEUNITS PIXELS
203   - # STATUS DEFAULT
204   - # TOLERANCE 0
205   - # TOLERANCEUNITS PIXELS
206   - # TRANSPARENCY 100
207   - # TYPE POLYGON
208   - # UNITS METERS
209   - # CLASS
210   - # NAME " "
211   - # STYLE
212   - # COLOR 232 220 201
213   - # MAXSIZE 100
214   - # MINSIZE 1
215   - # SIZE 1
216   - # SYMBOL 0
217   - # END
218   - # END
219   - #END
220   - #
221   - #para mostrar os limites estaduais do Brasil, remova os comentarios
222   - #
223   - #LAYER
224   - # NAME estadosl # ok
225   - # TYPE line
226   - # STATUS DEFAULT
227   - # DATA "/opt/www/html/i3geo/aplicmap/dados/estados"
228   - # TEMPLATE "estados.htm"
229   - # METADATA
230   - # ITENS "ESTADO"
231   - # ITENSDESC "Estado"
232   - # TEMA "Limite Estadual"
233   - # ESCALA "250000"
234   - # CLASSE "SIM"
235   - # cache "sim"
236   - # END
237   - # CLASS
238   - # NAME " "
239   - # STYLE
240   - # WIDTH 2
241   - # COLOR 255 255 0
242   - # OUTLINECOLOR -1 -1 -1
243   - # END
244   - # STYLE
245   - # COLOR 0 0 0
246   - # OUTLINECOLOR -1 -1 -1
247   - # END
248   - # END # CLASS
249   - #END # LAYER
250   -
251   -
252   - LAYER
253   - METADATA
254   - #"TEMA" "NAO"
255   - "ESCONDIDO" "SIM"
256   - "cache" "sim"
257   - END
258   - NAME "copyright"
259   - SIZEUNITS PIXELS
260   - STATUS default
261   - TOLERANCE 0
262   - TOLERANCEUNITS PIXELS
263   - TRANSFORM FALSE
264   - TYPE POINT
265   - UNITS METERS
266   - CLASS
267   - LABEL
268   - SIZE TINY
269   - TYPE BITMAP
270   - BUFFER 0
271   - COLOR 50 50 50
272   - FORCE FALSE
273   - MINDISTANCE -1
274   - MINFEATURESIZE -1
275   - OFFSET 0 0
276   - PARTIALS TRUE
277   - POSITION CC
278   - END
279   - END
280   - FEATURE
281   - POINTS
282   - 10 5
283   - END
284   - TEXT "- i3Geo"
285   - END
286   - END
287   - LAYER
288   - METADATA
289   - "TEMA" "Rosa dos ventos"
290   - "IDENTIFICA" "nao"
291   - "TABELA" "nao"
292   - "CLASSE" "NAO"
293   - END
294   - NAME "rosadosventos"
295   - SIZEUNITS PIXELS
296   - STATUS OFF
297   - TOLERANCE 0
298   - TOLERANCEUNITS PIXELS
299   - TRANSFORM lr
300   - TYPE POINT
301   - UNITS pixels
302   - CLASS
303   - SYMBOL 'rosa200'
304   - SIZE 90
305   - END
306   - FEATURE
307   - POINTS
308   - -70 -70
309   - END
310   - END
311   - END
312   -END
css/i3geo7.css.php 100644 → 100755
formatEclipse.xml
... ... @@ -1,267 +0,0 @@
1   -<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2   -<profiles version="11">
3   -<profile kind="CodeFormatterProfile" name="edmar" version="11">
4   -<setting id="org.eclipse.wst.jsdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header" value="true"/>
5   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments" value="insert"/>
6   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration" value="insert"/>
7   -<setting id="org.eclipse.wst.jsdt.core.formatter.brace_position_for_block_in_case" value="end_of_line"/>
8   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_case" value="do not insert"/>
9   -<setting id="org.eclipse.wst.jsdt.core.formatter.indent_empty_lines" value="false"/>
10   -<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_compact_if" value="16"/>
11   -<setting id="org.eclipse.wst.jsdt.core.formatter.brace_position_for_annotation_type_declaration" value="end_of_line"/>
12   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_after_annotation" value="insert"/>
13   -<setting id="org.eclipse.wst.jsdt.core.formatter.indent_breaks_compare_to_cases" value="true"/>
14   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_assignment_operator" value="insert"/>
15   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_annotation" value="do not insert"/>
16   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters" value="do not insert"/>
17   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer" value="insert"/>
18   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_bracket_in_array_reference" value="do not insert"/>
19   -<setting id="org.eclipse.wst.jsdt.core.formatter.comment.format_header" value="false"/>
20   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_method_invocation" value="do not insert"/>
21   -<setting id="org.eclipse.wst.jsdt.core.formatter.never_indent_line_comments_on_first_column" value="false"/>
22   -<setting id="org.eclipse.wst.jsdt.core.formatter.comment.format_block_comments" value="true"/>
23   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_colon_in_object_initializer" value="insert"/>
24   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_enum_constant" value="do not insert"/>
25   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_colon_in_labeled_statement" value="insert"/>
26   -<setting id="org.eclipse.wst.jsdt.core.formatter.blank_lines_between_type_declarations" value="0"/>
27   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_method_declaration" value="do not insert"/>
28   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_enum_declarations" value="do not insert"/>
29   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_brace_in_array_initializer" value="insert"/>
30   -<setting id="org.eclipse.wst.jsdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body" value="0"/>
31   -<setting id="org.eclipse.wst.jsdt.core.formatter.brace_position_for_method_declaration" value="end_of_line"/>
32   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression" value="do not insert"/>
33   -<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_assignment" value="16"/>
34   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference" value="insert"/>
35   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_semicolon_in_for" value="do not insert"/>
36   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_synchronized" value="do not insert"/>
37   -<setting id="org.eclipse.wst.jsdt.core.formatter.tabulation.size" value="4"/>
38   -<setting id="org.eclipse.wst.jsdt.core.formatter.format_guardian_clause_on_one_line" value="false"/>
39   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression" value="do not insert"/>
40   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_closing_brace_in_block" value="insert"/>
41   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_default" value="do not insert"/>
42   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_before_else_in_if_statement" value="do not insert"/>
43   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_for" value="do not insert"/>
44   -<setting id="org.eclipse.wst.jsdt.core.formatter.keep_empty_array_initializer_on_one_line" value="false"/>
45   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments" value="do not insert"/>
46   -<setting id="org.eclipse.wst.jsdt.core.formatter.indent_switchstatements_compare_to_cases" value="true"/>
47   -<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call" value="16"/>
48   -<setting id="org.eclipse.wst.jsdt.core.formatter.align_type_members_on_columns" value="false"/>
49   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_catch" value="insert"/>
50   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_type_arguments" value="insert"/>
51   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_annotation" value="do not insert"/>
52   -<setting id="org.eclipse.wst.jsdt.core.formatter.comment.clear_blank_lines_in_block_comment" value="false"/>
53   -<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_arguments_in_allocation_expression" value="48"/>
54   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference" value="do not insert"/>
55   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_binary_operator" value="insert"/>
56   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_allocation_expression" value="insert"/>
57   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_while" value="insert"/>
58   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_array_initializer" value="do not insert"/>
59   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression" value="do not insert"/>
60   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_switch" value="do not insert"/>
61   -<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_arguments_in_method_invocation" value="48"/>
62   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_closing_paren_in_cast" value="insert"/>
63   -<setting id="org.eclipse.wst.jsdt.core.formatter.continuation_indentation_for_objlit_initializer" value="1"/>
64   -<setting id="org.eclipse.wst.jsdt.core.compiler.compliance" value="1.5"/>
65   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_before_closing_brace_in_objlit_initializer" value="insert"/>
66   -<setting id="org.eclipse.wst.jsdt.core.formatter.comment.format_source_code" value="true"/>
67   -<setting id="org.eclipse.wst.jsdt.core.formatter.indent_switchstatements_compare_to_switch" value="false"/>
68   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_for" value="do not insert"/>
69   -<setting id="org.eclipse.wst.jsdt.core.formatter.wrap_before_binary_operator" value="true"/>
70   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression" value="do not insert"/>
71   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_ellipsis" value="insert"/>
72   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_at_in_annotation" value="do not insert"/>
73   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression" value="do not insert"/>
74   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" value="do not insert"/>
75   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_prefix_operator" value="do not insert"/>
76   -<setting id="org.eclipse.wst.jsdt.core.formatter.continuation_indentation_for_array_initializer" value="1"/>
77   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration" value="do not insert"/>
78   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_for" value="insert"/>
79   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_for" value="insert"/>
80   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression" value="do not insert"/>
81   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_while" value="do not insert"/>
82   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws" value="do not insert"/>
83   -<setting id="org.eclipse.wst.jsdt.core.formatter.brace_position_for_enum_constant" value="end_of_line"/>
84   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments" value="do not insert"/>
85   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters" value="insert"/>
86   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration" value="insert"/>
87   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_array_initializer" value="insert"/>
88   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_between_brackets_in_array_type_reference" value="do not insert"/>
89   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_and_in_type_parameter" value="insert"/>
90   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration" value="do not insert"/>
91   -<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_expressions_in_array_initializer" value="48"/>
92   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations" value="do not insert"/>
93   -<setting id="org.eclipse.wst.jsdt.core.formatter.blank_lines_after_package" value="1"/>
94   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_after_comma_in_objlit_initializer" value="insert"/>
95   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_annotation" value="do not insert"/>
96   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_enum_constant" value="insert"/>
97   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_before_catch_in_try_statement" value="do not insert"/>
98   -<setting id="org.eclipse.wst.jsdt.core.formatter.never_indent_block_comments_on_first_column" value="false"/>
99   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_method_declaration" value="do not insert"/>
100   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_switch" value="insert"/>
101   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_colon_in_for" value="insert"/>
102   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_before_while_in_do_statement" value="do not insert"/>
103   -<setting id="org.eclipse.wst.jsdt.core.formatter.comment.format_javadoc_comments" value="true"/>
104   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_type_parameters" value="insert"/>
105   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_for_inits" value="insert"/>
106   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_superinterfaces" value="do not insert"/>
107   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration" value="insert"/>
108   -<setting id="org.eclipse.wst.jsdt.core.formatter.indentation.size" value="4"/>
109   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_annotation_declaration" value="insert"/>
110   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression" value="do not insert"/>
111   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_enum_declaration" value="insert"/>
112   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_type_declaration" value="insert"/>
113   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration" value="insert"/>
114   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments" value="insert"/>
115   -<setting id="org.eclipse.wst.jsdt.core.formatter.brace_position_for_objlit_initializer" value="end_of_line"/>
116   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_parens_in_method_declaration" value="do not insert"/>
117   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert"/>
118   -<setting id="org.eclipse.wst.jsdt.core.compiler.source" value="1.5"/>
119   -<setting id="org.eclipse.wst.jsdt.core.formatter.use_tabs_only_for_leading_indentations" value="false"/>
120   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_at_in_annotation_type_declaration" value="do not insert"/>
121   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_at_end_of_file_if_missing" value="do not insert"/>
122   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_conditional" value="insert"/>
123   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_enum_constant" value="insert"/>
124   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/>
125   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_method_declaration_throws" value="do not insert"/>
126   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_method_declaration" value="insert"/>
127   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_catch" value="do not insert"/>
128   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments" value="do not insert"/>
129   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_binary_operator" value="insert"/>
130   -<setting id="org.eclipse.wst.jsdt.core.formatter.number_of_empty_lines_to_preserve" value="1"/>
131   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_bracket_in_array_reference" value="do not insert"/>
132   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_synchronized" value="do not insert"/>
133   -<setting id="org.eclipse.wst.jsdt.core.formatter.brace_position_for_switch" value="end_of_line"/>
134   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_colon_in_conditional" value="insert"/>
135   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments" value="do not insert"/>
136   -<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_parameters_in_constructor_declaration" value="16"/>
137   -<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration" value="16"/>
138   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_type_declaration" value="insert"/>
139   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations" value="insert"/>
140   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_parenthesized_expression_in_return" value="insert"/>
141   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_semicolon" value="do not insert"/>
142   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_method_invocation" value="do not insert"/>
143   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference" value="do not insert"/>
144   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_prefix_operator" value="do not insert"/>
145   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations" value="insert"/>
146   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_catch" value="do not insert"/>
147   -<setting id="org.eclipse.wst.jsdt.core.formatter.continuation_indentation" value="1"/>
148   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_if" value="insert"/>
149   -<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_conditional_expression" value="0"/>
150   -<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_arguments_in_enum_constant" value="16"/>
151   -<setting id="org.eclipse.wst.jsdt.core.formatter.comment.indent_parameter_description" value="true"/>
152   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration" value="do not insert"/>
153   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments" value="do not insert"/>
154   -<setting id="org.eclipse.wst.jsdt.core.formatter.blank_lines_after_imports" value="1"/>
155   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_unary_operator" value="do not insert"/>
156   -<setting id="org.eclipse.wst.jsdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header" value="true"/>
157   -<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_superinterfaces_in_type_declaration" value="16"/>
158   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" value="insert"/>
159   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_switch" value="do not insert"/>
160   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_type_arguments" value="do not insert"/>
161   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration" value="insert"/>
162   -<setting id="org.eclipse.wst.jsdt.core.formatter.comment.indent_root_tags" value="true"/>
163   -<setting id="org.eclipse.wst.jsdt.core.formatter.blank_lines_before_package" value="0"/>
164   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_synchronized" value="insert"/>
165   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_semicolon_in_for" value="insert"/>
166   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_cast" value="do not insert"/>
167   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_brace_in_array_initializer" value="insert"/>
168   -<setting id="org.eclipse.wst.jsdt.core.formatter.blank_lines_before_member_type" value="1"/>
169   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments" value="insert"/>
170   -<setting id="org.eclipse.wst.jsdt.core.formatter.indent_body_declarations_compare_to_type_header" value="true"/>
171   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_braces_in_array_initializer" value="do not insert"/>
172   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_postfix_operator" value="do not insert"/>
173   -<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_enum_constants" value="0"/>
174   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" value="insert"/>
175   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_type_parameters" value="do not insert"/>
176   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters" value="do not insert"/>
177   -<setting id="org.eclipse.wst.jsdt.core.formatter.blank_lines_before_imports" value="1"/>
178   -<setting id="org.eclipse.wst.jsdt.core.formatter.keep_imple_if_on_one_line" value="false"/>
179   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_while" value="do not insert"/>
180   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration" value="do not insert"/>
181   -<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_binary_expression" value="80"/>
182   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments" value="insert"/>
183   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer" value="insert"/>
184   -<setting id="org.eclipse.wst.jsdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header" value="true"/>
185   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_cast" value="do not insert"/>
186   -<setting id="org.eclipse.wst.jsdt.core.formatter.lineSplit" value="140"/>
187   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_enum_constant" value="do not insert"/>
188   -<setting id="org.eclipse.wst.jsdt.core.formatter.comment.format_html" value="true"/>
189   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_postfix_operator" value="do not insert"/>
190   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_parenthesized_expression_in_throw" value="insert"/>
191   -<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_throws_clause_in_method_declaration" value="16"/>
192   -<setting id="org.eclipse.wst.jsdt.core.formatter.comment.insert_new_line_before_root_tags" value="insert"/>
193   -<setting id="org.eclipse.wst.jsdt.core.formatter.keep_then_statement_on_same_line" value="false"/>
194   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration" value="do not insert"/>
195   -<setting id="org.eclipse.wst.jsdt.core.formatter.blank_lines_before_method" value="1"/>
196   -<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_superclass_in_type_declaration" value="16"/>
197   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_method_declaration" value="do not insert"/>
198   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_method_body" value="insert"/>
199   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_question_in_conditional" value="insert"/>
200   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters" value="insert"/>
201   -<setting id="org.eclipse.wst.jsdt.core.compiler.codegen.targetPlatform" value="1.5"/>
202   -<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression" value="16"/>
203   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters" value="do not insert"/>
204   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_for_increments" value="do not insert"/>
205   -<setting id="org.eclipse.wst.jsdt.core.formatter.keep_empty_objlit_initializer_on_one_line" value="false"/>
206   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_question_in_conditional" value="insert"/>
207   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters" value="do not insert"/>
208   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_parens_in_method_invocation" value="do not insert"/>
209   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_labeled_statement" value="do not insert"/>
210   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/>
211   -<setting id="org.eclipse.wst.jsdt.core.formatter.indent_statements_compare_to_block" value="true"/>
212   -<setting id="org.eclipse.wst.jsdt.core.formatter.brace_position_for_constructor_declaration" value="end_of_line"/>
213   -<setting id="org.eclipse.wst.jsdt.core.formatter.brace_position_for_enum_declaration" value="end_of_line"/>
214   -<setting id="org.eclipse.wst.jsdt.core.formatter.comment.format_line_comments" value="true"/>
215   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_method_invocation" value="do not insert"/>
216   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters" value="do not insert"/>
217   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_parens_in_enum_constant" value="do not insert"/>
218   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations" value="do not insert"/>
219   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_block" value="insert"/>
220   -<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration" value="16"/>
221   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference" value="do not insert"/>
222   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_switch" value="insert"/>
223   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_block" value="insert"/>
224   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_superinterfaces" value="insert"/>
225   -<setting id="org.eclipse.wst.jsdt.core.formatter.brace_position_for_array_initializer" value="end_of_line"/>
226   -<setting id="org.eclipse.wst.jsdt.core.compiler.problem.assertIdentifier" value="error"/>
227   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws" value="insert"/>
228   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_assert" value="insert"/>
229   -<setting id="org.eclipse.wst.jsdt.core.formatter.comment.insert_new_line_for_parameter" value="insert"/>
230   -<setting id="org.eclipse.wst.jsdt.core.formatter.brace_position_for_type_declaration" value="end_of_line"/>
231   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_object_initializer" value="insert"/>
232   -<setting id="org.eclipse.wst.jsdt.core.formatter.comment.line_length" value="140"/>
233   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_method_declaration_throws" value="insert"/>
234   -<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_parameters_in_method_declaration" value="16"/>
235   -<setting id="org.eclipse.wst.jsdt.core.formatter.brace_position_for_block" value="end_of_line"/>
236   -<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_multiple_fields" value="16"/>
237   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_colon_in_case" value="insert"/>
238   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/>
239   -<setting id="org.eclipse.wst.jsdt.core.formatter.indent_statements_compare_to_body" value="true"/>
240   -<setting id="org.eclipse.wst.jsdt.core.formatter.blank_lines_before_new_chunk" value="1"/>
241   -<setting id="org.eclipse.wst.jsdt.core.formatter.tabulation.char" value="tab"/>
242   -<setting id="org.eclipse.wst.jsdt.core.formatter.put_empty_statement_on_new_line" value="true"/>
243   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_enum_constant" value="do not insert"/>
244   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_if" value="do not insert"/>
245   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_unary_operator" value="do not insert"/>
246   -<setting id="org.eclipse.wst.jsdt.core.formatter.keep_else_statement_on_same_line" value="false"/>
247   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_for_increments" value="insert"/>
248   -<setting id="org.eclipse.wst.jsdt.core.formatter.alignment_for_selector_in_method_invocation" value="16"/>
249   -<setting id="org.eclipse.wst.jsdt.core.formatter.blank_lines_between_import_groups" value="1"/>
250   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_assignment_operator" value="insert"/>
251   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_annotation" value="do not insert"/>
252   -<setting id="org.eclipse.wst.jsdt.core.formatter.blank_lines_before_field" value="0"/>
253   -<setting id="org.eclipse.wst.jsdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment" value="false"/>
254   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_after_opening_brace_in_objlit_initializer" value="insert"/>
255   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_new_line_before_finally_in_try_statement" value="do not insert"/>
256   -<setting id="org.eclipse.wst.jsdt.core.formatter.compact_else_if" value="true"/>
257   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_annotation" value="insert"/>
258   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_ellipsis" value="do not insert"/>
259   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_for_inits" value="do not insert"/>
260   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments" value="do not insert"/>
261   -<setting id="org.eclipse.wst.jsdt.core.formatter.blank_lines_before_first_class_body_declaration" value="0"/>
262   -<setting id="org.eclipse.wst.jsdt.core.formatter.brace_position_for_anonymous_type_declaration" value="end_of_line"/>
263   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_if" value="do not insert"/>
264   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_bracket_in_array_reference" value="do not insert"/>
265   -<setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_colon_in_assert" value="insert"/>
266   -</profile>
267   -</profiles>
js/dicionario.js
... ... @@ -2885,17 +2885,24 @@ g_traducao =
2885 2885 }
2886 2886 ],
2887 2887 "continua" : [
2888   - {
2889   - pt : "continua",
2890   - en : "",
2891   - es : ""
2892   - }
2893   - ],
  2888 + {
  2889 + pt : "continua",
  2890 + en : "",
  2891 + es : ""
  2892 + }
  2893 + ],
2894 2894 "avanca" : [
2895 2895 {
2896 2896 pt : "avan&ccedil;a",
2897 2897 en : "",
2898 2898 es : ""
2899 2899 }
  2900 + ],
  2901 + "tipvazio" : [
  2902 + {
  2903 + pt : "N&atilde;o existe nenhuma camada no mapa que permita mostrar etiquetas",
  2904 + en : "",
  2905 + es : ""
  2906 + }
2900 2907 ]
2901 2908 };
2902 2909 \ No newline at end of file
... ...
js/i3geo_tudo_compacto7.js.php 100644 → 100755
js/mapa.js
... ... @@ -1016,6 +1016,10 @@ i3GEO.mapa =
1016 1016  
1017 1017 i3GEO.eventos.cliquePerm.status = true;
1018 1018 mostra = false;
  1019 + if(retorno == ""){
  1020 + i3GEO.janela.tempoMsg($trad("tipvazio"));
  1021 + return;
  1022 + }
1019 1023 retorno = retorno.data;
1020 1024 temp = retorno[0].xy.split(",");
1021 1025 x = temp[0]*1;
... ...
temas/_estadosbr.map
... ... @@ -2,7 +2,7 @@ MAP
2 2 FONTSET "../symbols/fontes.txt"
3 3 SYMBOLSET "../symbols/simbolosv6.sym"
4 4 LAYER
5   - DATA "/var/www/i3geo/aplicmap/dados/estados.shp"
  5 + DATA "estados.shp"
6 6 METADATA
7 7 "CLASSE" "SIM"
8 8 "permitekmz" "SIM"
... ...
temas/_lautolegenda_exemplo.map
... ... @@ -2,7 +2,7 @@
2 2 FONTSET "../symbols/fontes.txt"
3 3 SYMBOLSET "../symbols/simbolos.sym"
4 4 LAYER
5   - DATA "/var/www/i3geo/aplicmap/dados/biomas.shp"
  5 + DATA "biomas.shp"
6 6 METADATA
7 7 "cache" "SIM"
8 8 "ltempoitemdescricao" ""
... ...
temas/_lbiomagrupo.map
... ... @@ -3,7 +3,7 @@ MAP
3 3 SYMBOLSET "../symbols/simbolos.sym"
4 4 LAYER
5 5 CONNECTION ""
6   - DATA "/var/www/i3geo/aplicmap/dados/biomas.shp"
  6 + DATA "biomas.shp"
7 7 METADATA
8 8 "METAESTAT_ID_MEDIDA_VARIAVEL" ""
9 9 "cache" "NAO"
... ...
temas/_lbiomashp.map
... ... @@ -3,7 +3,7 @@ MAP
3 3 SYMBOLSET "../symbols/simbolosv6.sym"
4 4 LAYER
5 5 CONNECTION ""
6   - DATA "/var/www/i3geo/aplicmap/dados/biomas.shp"
  6 + DATA "biomas.shp"
7 7 METADATA
8 8 "METAESTAT_ID_MEDIDA_VARIAVEL" ""
9 9 "cache" "nao"
... ...
temas/_lbiomashpicone.map
... ... @@ -3,7 +3,7 @@ MAP
3 3 SYMBOLSET "../symbols/simbolos.sym"
4 4 LAYER
5 5 CONNECTION ""
6   - DATA "/var/www/i3geo/aplicmap/dados/biomas.shp"
  6 + DATA "biomas.shp"
7 7 METADATA
8 8 "METAESTAT_ID_MEDIDA_VARIAVEL" ""
9 9 "cache" "NAO"
... ...
temas/_lbiomashpmensagem.map
... ... @@ -3,7 +3,7 @@ MAP
3 3 SYMBOLSET "../symbols/simbolos.sym"
4 4 LAYER
5 5 CONNECTION ""
6   - DATA "/var/www/i3geo/aplicmap/dados/biomas.shp"
  6 + DATA "biomas.shp"
7 7 METADATA
8 8 "METAESTAT_ID_MEDIDA_VARIAVEL" ""
9 9 "cache" "NAO"
... ...
temas/_lbiomashpzoom.map
... ... @@ -3,7 +3,7 @@ MAP
3 3 SYMBOLSET "../symbols/simbolos.sym"
4 4 LAYER
5 5 CONNECTION ""
6   - DATA "/var/www/i3geo/aplicmap/dados/biomas.shp"
  6 + DATA "biomas.shp"
7 7 METADATA
8 8 "METAESTAT_ID_MEDIDA_VARIAVEL" ""
9 9 "cache" "NAO"
... ...
temas/_lcbersgrupo.map
... ... @@ -2,7 +2,7 @@ MAP
2 2 FONTSET "../symbols/fontes.txt"
3 3 SYMBOLSET "../symbols/simbolos.sym"
4 4 LAYER
5   - DATA "/var/www/i3geo/aplicmap/dados/cbersgeo.img"
  5 + DATA "cbersgeo.img"
6 6 METADATA
7 7 "METAESTAT_ID_MEDIDA_VARIAVEL" ""
8 8 "classe" "NAO"
... ...
temas/_lcinzapalete.map
... ... @@ -2,7 +2,7 @@ MAP
2 2 FONTSET "../symbols/fontes.txt"
3 3 SYMBOLSET "../symbols/simbolos.sym"
4 4 LAYER
5   - DATA "/var/www/i3geo/aplicmap/dados/cinza.png"
  5 + DATA "cinza.png"
6 6 METADATA
7 7 "METAESTAT_ID_MEDIDA_VARIAVEL" ""
8 8 "palletestep" "20"
... ...
temas/_lkml.map
... ... @@ -2,7 +2,7 @@ MAP
2 2 FONTSET "../symbols/fontes.txt"
3 3 SYMBOLSET "../symbols/simbolos.sym"
4 4 LAYER
5   - CONNECTION "/var/www/i3geo/aplicmap/dados/teste.kml"
  5 + CONNECTION "teste.kml"
6 6 CONNECTIONTYPE OGR
7 7 DATA "Trovit"
8 8 METADATA
... ...
temas/_llocali.map
... ... @@ -3,7 +3,7 @@ MAP
3 3 SYMBOLSET "../symbols/simbolosv6.sym"
4 4 LAYER
5 5 CONNECTION ""
6   - DATA "/var/www/i3geo/aplicmap/dados/locali.shp"
  6 + DATA "locali.shp"
7 7 METADATA
8 8 "METAESTAT_ID_MEDIDA_VARIAVEL" ""
9 9 "TIP" "TIPO,NOMELOC,ANOCRIA"
... ...
temas/_llocalianimagif.map
... ... @@ -3,7 +3,7 @@ MAP
3 3 SYMBOLSET "../symbols/simbolosv6.sym"
4 4 LAYER
5 5 CONNECTION ""
6   - DATA "/var/www/i3geo/aplicmap/dados/locali.shp"
  6 + DATA "locali.shp"
7 7 METADATA
8 8 "METAESTAT_ID_MEDIDA_VARIAVEL" ""
9 9 "TIP" "TIPO,NOMELOC,ANOCRIA"
... ...
temas/_llocaliphp.map
... ... @@ -3,7 +3,7 @@ MAP
3 3 SYMBOLSET "../symbols/simbolosv6.sym"
4 4 LAYER
5 5 CONNECTION ""
6   - DATA "/var/www/i3geo/aplicmap/dados/locali.shp"
  6 + DATA "locali.shp"
7 7 FILTER (([ANOCRIA] = subsano))
8 8 METADATA
9 9 "METAESTAT_ID_MEDIDA_VARIAVEL" ""
... ...
temas/_llocalirestrito.map
... ... @@ -2,7 +2,7 @@ MAP
2 2 FONTSET "../symbols/fontes.txt"
3 3 SYMBOLSET "../symbols/simbolos.sym"
4 4 LAYER
5   - DATA "/var/www/i3geo/aplicmap/dados/locali"
  5 + DATA "locali"
6 6 METADATA
7 7 "TIP" "TIPO,ANOCRIA,NOMELOC"
8 8 "LTEMPOITEMDESCRICAO" "TIPO"
... ...
temas/_lmapadecalor.map
... ... @@ -3,7 +3,7 @@ MAP
3 3 SYMBOLSET "../symbols/simbolosv6.sym"
4 4 LAYER
5 5 CONNECTION ""
6   - DATA "/var/www/i3geo/aplicmap/dados/locali.shp"
  6 + DATA "locali.shp"
7 7 METADATA
8 8 "TIP" "TIPO,ANOCRIA,NOMELOC"
9 9 "CLASSE" "SIM"
... ...
temas/_lmapadecluster.map
... ... @@ -3,7 +3,7 @@ MAP
3 3 SYMBOLSET "../symbols/simbolosv6.sym"
4 4 LAYER
5 5 CONNECTION ""
6   - DATA "/var/www/i3geo/aplicmap/dados/locali.shp"
  6 + DATA "locali.shp"
7 7 METADATA
8 8 "METAESTAT_ID_MEDIDA_VARIAVEL" ""
9 9 "TIP" "TIPO,ANOCRIA,NOMELOC"
... ...
temas/_lreal.map
... ... @@ -3,7 +3,7 @@ MAP
3 3 SYMBOLSET "../symbols/simbolosv6.sym"
4 4 LAYER
5 5 CONNECTION ""
6   - DATA "/var/www/i3geo/aplicmap/dados/estradareal/novo.shp"
  6 + DATA "estradareal/novo.shp"
7 7 METADATA
8 8 "METAESTAT_ID_MEDIDA_VARIAVEL" ""
9 9 "CLASSE" "SIM"
... ...
temas/_lteste3d.map
... ... @@ -2,7 +2,7 @@ MAP
2 2 FONTSET "../symbols/fontes.txt"
3 3 SYMBOLSET "../symbols/simbolosv6.sym"
4 4 LAYER
5   - DATA "/var/www/i3geo/aplicmap/dados/mundo"
  5 + DATA "mundo"
6 6 METADATA
7 7 "TIP" "FIPS_CNTRY,GMI_CNTRY,CNTRY_NAME"
8 8 "CLASSE" "SIM"
... ...
temas/_ltestegml.map
... ... @@ -2,7 +2,7 @@ MAP
2 2 FONTSET "../symbols/fontes.txt"
3 3 SYMBOLSET "../symbols/simbolos.sym"
4 4 LAYER
5   - CONNECTION "/var/www/i3geo/aplicmap/dados/ucsfi.gml"
  5 + CONNECTION "ucsfi.gml"
6 6 #CONNECTION "/tmp/ms_tmp/gml_UGJUDdOMyt.gml"
7 7 CONNECTIONTYPE OGR
8 8 METADATA
... ...
temas/_ltestegvsig.gvp
... ... @@ -24,19 +24,19 @@
24 24 <xml-tag>
25 25 <property key="type" value="otherDriverFile"/>
26 26 <property key="gdbmsname" value="gdbms5b0cee56_13a95b59633__7ffe"/>
27   - <property key="file" value="/var/www/i3geo/aplicmap/dados/estados.dbf"/>
  27 + <property key="file" value="estados.dbf"/>
28 28 <property key="driverName" value="gdbms dbf driver"/>
29 29 </xml-tag>
30 30 <xml-tag>
31 31 <property key="type" value="otherDriverFile"/>
32 32 <property key="gdbmsname" value="gdbms5b0cee56_13a95b59633__7fff"/>
33   - <property key="file" value="/var/www/i3geo/aplicmap/dados/estados.dbf"/>
  33 + <property key="file" value="estados.dbf"/>
34 34 <property key="driverName" value="gdbms dbf driver"/>
35 35 </xml-tag>
36 36 <xml-tag>
37 37 <property key="type" value="otherDriverFile"/>
38 38 <property key="gdbmsname" value="gdbms5b0cee56_13a95b59633__8000"/>
39   - <property key="file" value="/var/www/i3geo/aplicmap/dados/mundo.dbf"/>
  39 + <property key="file" value="mundo.dbf"/>
40 40 <property key="driverName" value="gdbms dbf driver"/>
41 41 </xml-tag>
42 42 <xml-tag>
... ... @@ -97,8 +97,8 @@
97 97 <property key="transparency" value="255"/>
98 98 <property key="isInTOC" value="true"/>
99 99 <property key="type" value="vectorial"/>
100   - <property key="absolutePath" value="/var/www/i3geo/aplicmap/dados/mundo.shp"/>
101   - <property key="file" value="/var/www/i3geo/aplicmap/dados/mundo.shp"/>
  100 + <property key="absolutePath" value="mundo.shp"/>
  101 + <property key="file" value="mundo.shp"/>
102 102 <property key="recordset-name" value="gdbms5b0cee56_13a95b59633__8000"/>
103 103 <property key="driverName" value="gvSIG shp driver"/>
104 104 <property key="isLabeled" value="false"/>
... ... @@ -156,8 +156,8 @@
156 156 <property key="transparency" value="255"/>
157 157 <property key="isInTOC" value="true"/>
158 158 <property key="type" value="vectorial"/>
159   - <property key="absolutePath" value="/var/www/i3geo/aplicmap/dados/estados.shp"/>
160   - <property key="file" value="/var/www/i3geo/aplicmap/dados/estados.shp"/>
  159 + <property key="absolutePath" value="estados.shp"/>
  160 + <property key="file" value="estados.shp"/>
161 161 <property key="recordset-name" value="gdbms5b0cee56_13a95b59633__7fff"/>
162 162 <property key="driverName" value="gvSIG shp driver"/>
163 163 <property key="isLabeled" value="false"/>
... ...
temas/_ltestepttemplatekml.map
... ... @@ -3,7 +3,7 @@ MAP
3 3 SYMBOLSET "../symbols/simbolos.sym"
4 4 LAYER
5 5 CONNECTION ""
6   - DATA "/var/www/i3geo/aplicmap/dados/locali.shp"
  6 + DATA "locali.shp"
7 7 METADATA
8 8 "METAESTAT_ID_MEDIDA_VARIAVEL" ""
9 9 "CLASSE" "SIM"
... ...
temas/_ltesteutm.map
... ... @@ -3,7 +3,7 @@ MAP
3 3 SYMBOLSET "../symbols/simbolos.sym"
4 4 LAYER
5 5 CONNECTION ""
6   - DATA "/var/www/i3geo/aplicmap/dados/utm21.shp"
  6 + DATA "utm21.shp"
7 7 METADATA
8 8 "METAESTAT_ID_MEDIDA_VARIAVEL" ""
9 9 "CLASSE" "SIM"
... ...
temas/_wtestegvsig.gvp
... ... @@ -24,7 +24,7 @@
24 24 <xml-tag>
25 25 <property key="type" value="otherDriverFile"/>
26 26 <property key="gdbmsname" value="gdbms5b0cee56_13a95b59633__7ffe"/>
27   - <property key="file" value="/var/www/i3geo/aplicmap/dados/estados.dbf"/>
  27 + <property key="file" value="estados.dbf"/>
28 28 <property key="driverName" value="gdbms dbf driver"/>
29 29 </xml-tag>
30 30 <xml-tag>
... ...
temas/testeinlinesymbol.map
... ... @@ -20,7 +20,7 @@ ANCHORPOINT 1 0.5
20 20 END
21 21  
22 22 LAYER
23   - DATA "/var/www/i3geo/aplicmap/dados/sc22/RODOVIA_PAVIMENTADA.shp"
  23 + DATA "sc22/RODOVIA_PAVIMENTADA.shp"
24 24 METADATA
25 25 "CLASSE" "SIM"
26 26 "TEMA" "Teste simbolo em linha"
... ...