Commit a21ca8a1739f7c82950bd1ab92505c0f340e2e6c
1 parent
46537b2c
Exists in
master
and in
7 other branches
Inclusão do INCRA no menu GEOPR
Showing
4 changed files
with
84 additions
and
0 deletions
Show diff stats
menutemas/admin.db
No preview for this file type
menutemas/geopr.xml
... | ... | @@ -281,4 +281,27 @@ |
281 | 281 | </TEMA> |
282 | 282 | </SGRUPO> |
283 | 283 | </GRUPO> |
284 | + <GRUPO> | |
285 | + <GTIPO>INCRA</GTIPO> | |
286 | + <DTIPO></DTIPO> | |
287 | + <SGRUPO> | |
288 | + <SDTIPO>OGC - INCRA</SDTIPO> | |
289 | + <TEMA> | |
290 | + <TID>geopr_incra_assentamentos</TID> | |
291 | + <TNOME>Assentamentos</TNOME> | |
292 | + <TDESC></TDESC> | |
293 | + <TLINK>http://200.252.81.121/cgi-bin/mapserv?map=/usr/mapfiles/incra.map&request=getcapabilities&version=1.1.1&service=wms</TLINK> | |
294 | + <TIPOA>WMS</TIPOA> | |
295 | + <TAGS>reforma agrária agricultura rural terra</TAGS> | |
296 | + </TEMA> | |
297 | + <TEMA> | |
298 | + <TID>geopr_incra_quilombola</TID> | |
299 | + <TNOME>Territórios quilombola</TNOME> | |
300 | + <TDESC></TDESC> | |
301 | + <TLINK>http://200.252.81.121/cgi-bin/mapserv?map=/usr/mapfiles/incra.map&request=getcapabilities&version=1.1.1&service=wms</TLINK> | |
302 | + <TIPOA>WMS</TIPOA> | |
303 | + <TAGS>quilombo terra comunidade tradicional</TAGS> | |
304 | + </TEMA> | |
305 | + </SGRUPO> | |
306 | + </GRUPO> | |
284 | 307 | </TEMASGEO> | ... | ... |
... | ... | @@ -0,0 +1,30 @@ |
1 | +SYMBOLSET ../symbols/simbolos.sym | |
2 | +FONTSET "../symbols/fontes.txt" | |
3 | + LAYER | |
4 | + CONNECTION "http://200.252.81.121/cgi-bin/mapserv?map=/usr/mapfiles/incra.map" | |
5 | + CONNECTIONTYPE WMS | |
6 | + DATA "" | |
7 | + METADATA | |
8 | + "wms_srs" "EPSG:4291" | |
9 | + "wms_exceptions_format" "application/vnd.ogc.se_xml" | |
10 | + "TEXTO" "NAO" | |
11 | + "wms_force_separate_request" "1" | |
12 | + "wms_name" "ASSENTAMENTO" | |
13 | + "formatosinfo" "text/plain,application/vnd.ogc.gml" | |
14 | + "legendawms" "http://200.252.81.121/cgi-bin/mapserv?map=/usr/mapfiles/incra.map&service=wms&request=getlegendgraphic&version=1.1.1&service=wms&layer=ASSENTAMENTO&format=image/png" | |
15 | + "nomeoriginal" "ASSENTAMENTO" | |
16 | + "wms_formatlist" "image/gif,image/png,image/png; mode=24bit,image/wbmp,image/tiff" | |
17 | + "wms_format" "image/png" | |
18 | + "wms_connectiontimeout" "30" | |
19 | + "TEMA" "ASSENTAMENTO" | |
20 | + "wms_server_version" "1.1.1" | |
21 | + "wms_style" "default" | |
22 | + END | |
23 | + NAME "geopr_incra_assentamento" | |
24 | + OFFSITE 255 255 255 | |
25 | + STATUS DEFAULT | |
26 | + TOLERANCE 0 | |
27 | + TYPE RASTER | |
28 | + UNITS METERS | |
29 | + END | |
30 | +END | ... | ... |
... | ... | @@ -0,0 +1,31 @@ |
1 | +SYMBOLSET ../symbols/simbolos.sym | |
2 | +FONTSET "../symbols/fontes.txt" | |
3 | + LAYER | |
4 | + CONNECTION "http://200.252.81.121/cgi-bin/mapserv?map=/usr/mapfiles/incra.map" | |
5 | + CONNECTIONTYPE WMS | |
6 | + DATA "" | |
7 | + METADATA | |
8 | + "wms_srs" "EPSG:4291" | |
9 | + "wms_exceptions_format" "application/vnd.ogc.se_xml" | |
10 | + "TEXTO" "NAO" | |
11 | + "wms_force_separate_request" "1" | |
12 | + "wms_name" "TERRITORIOS_QUILOMBOLA" | |
13 | + "formatosinfo" "text/plain,application/vnd.ogc.gml" | |
14 | + "legendawms" "http://200.252.81.121/cgi-bin/mapserv?map=/usr/mapfiles/incra.map&service=wms&request=getlegendgraphic&version=1.1.1&service=wms&layer=TERRITORIOS_QUILOMBOLA&format=image/png" | |
15 | + "nomeoriginal" "TERRITORIOS_QUILOMBOLA" | |
16 | + "wms_formatlist" "image/gif,image/png,image/png; mode=24bit,image/wbmp,image/tiff" | |
17 | + "wms_format" "image/png" | |
18 | + "wms_connectiontimeout" "30" | |
19 | + "TEMA" "TERRITORIOS_QUILOMBOLA" | |
20 | + "wms_server_version" "1.1.1" | |
21 | + "wms_style" "default" | |
22 | + END | |
23 | + | |
24 | + NAME "geopr_incra_quilombola" | |
25 | + OFFSITE 255 255 255 | |
26 | + STATUS DEFAULT | |
27 | + TOLERANCE 0 | |
28 | + TYPE RASTER | |
29 | + UNITS METERS | |
30 | + END | |
31 | +END | ... | ... |