Commit 3706ac048476549e5f6fefbf2195961ba2fb5501
1 parent
899edf05
Exists in
master
and in
7 other branches
--no commit message
Showing
6 changed files
with
1120 additions
and
179 deletions
Show diff stats
ferramentas/legenda/index.js.php
... | ... | @@ -118,27 +118,32 @@ i3GEOF.legenda = { |
118 | 118 | "i3GEOlegendabotao1", |
119 | 119 | {onclick:{fn: i3GEOF.legenda.mudaLegenda}} |
120 | 120 | ); |
121 | - $i("i3GEOlegendabotao1-button").style.width = "0px"; | |
121 | + if(navm) | |
122 | + {$i("i3GEOlegendabotao1-button").style.width = "0px";} | |
122 | 123 | new YAHOO.widget.Button( |
123 | 124 | "i3GEOlegendabotao2", |
124 | 125 | {onclick:{fn: i3GEOF.legenda.adicionaClasse}} |
125 | 126 | ); |
126 | - $i("i3GEOlegendabotao2-button").style.width = "0px"; | |
127 | + if(navm) | |
128 | + {$i("i3GEOlegendabotao2-button").style.width = "0px";} | |
127 | 129 | new YAHOO.widget.Button( |
128 | 130 | "i3GEOlegendabotao3", |
129 | 131 | {onclick:{fn: i3GEOF.legenda.adicionaConta}} |
130 | 132 | ); |
131 | - $i("i3GEOlegendabotao3-button").style.width = "0px"; | |
133 | + if(navm) | |
134 | + {$i("i3GEOlegendabotao3-button").style.width = "0px";} | |
132 | 135 | new YAHOO.widget.Button( |
133 | 136 | "i3GEOlegendabotao15", |
134 | 137 | {onclick:{fn: i3GEOF.legenda.adicionaOpacidade}} |
135 | 138 | ); |
136 | - $i("i3GEOlegendabotao15-button").style.width = "0px"; | |
139 | + if(navm) | |
140 | + {$i("i3GEOlegendabotao15-button").style.width = "0px";} | |
137 | 141 | new YAHOO.widget.Button( |
138 | 142 | "i3GEOlegendabotao4", |
139 | 143 | {onclick:{fn: i3GEOF.legenda.paleta}} |
140 | 144 | ); |
141 | - $i("i3GEOlegendabotao4-button").style.width = "0px"; | |
145 | + if(navm) | |
146 | + {$i("i3GEOlegendabotao4-button").style.width = "0px";} | |
142 | 147 | new YAHOO.widget.Button( |
143 | 148 | "i3GEOlegendabotao5", |
144 | 149 | {onclick:{fn: i3GEOF.legenda.simbU}} |
... | ... | @@ -184,7 +189,8 @@ i3GEOF.legenda = { |
184 | 189 | i3GEO.util.abreColourRamp("","listaColourRamp",ncores); |
185 | 190 | }}} |
186 | 191 | ); |
187 | - $i("i3GEOlegendabotaoRamp-button").style.width = "0px"; | |
192 | + if(navm) | |
193 | + {$i("i3GEOlegendabotaoRamp-button").style.width = "0px";} | |
188 | 194 | i3GEOF.legenda.ativaFoco(); |
189 | 195 | i3GEOF.legenda.mostralegenda(); |
190 | 196 | i3GEO.util.comboItens( | ... | ... |
ms_criamapa.php
... | ... | @@ -123,6 +123,10 @@ srs_wms - código da projeção |
123 | 123 | image_wms - tipo de imagem disponível |
124 | 124 | |
125 | 125 | versao_wms - Versão do WMS (necessário quando da inclusão de uma camada WMS diretamente pela URL) |
126 | + | |
127 | +gvsiggvp - endereço no servidor do arquivo de projeto gvSig (gvp) que será utilizado para construir o mapa (experimental) | |
128 | + | |
129 | +gvsigview - nome da view do projeto gvSig | |
126 | 130 | */ |
127 | 131 | |
128 | 132 | /* |
... | ... | @@ -183,8 +187,8 @@ if (!isset($mapext)){$mapext="";} |
183 | 187 | $dir_tmp_ = $dir_tmp; |
184 | 188 | $locmapserv_ = $locmapserv; |
185 | 189 | $locaplic_ = $locaplic; |
186 | -$locsistemas_ = $locsistemas; | |
187 | -$locidentifica_ = $locidentifica; | |
190 | +//$locsistemas_ = $locsistemas; | |
191 | +//$locidentifica_ = $locidentifica; | |
188 | 192 | $R_path_ = $R_path; |
189 | 193 | $mapext_ = $mapext; |
190 | 194 | $locmapas_ = $locmapas; |
... | ... | @@ -192,7 +196,7 @@ $debug_ = $debug; |
192 | 196 | $ler_extensoes_ = $ler_extensoes; |
193 | 197 | $postgis_mapa_ = $postgis_mapa; |
194 | 198 | $tituloInstituicao_ = $tituloInstituicao; |
195 | -$atlasxml_ = $atlasxml; | |
199 | +//$atlasxml_ = $atlasxml; | |
196 | 200 | $expoeMapfile_ = $expoeMapfile; |
197 | 201 | $googleApiKey_ = $googleApiKey; |
198 | 202 | $mensagemInicia_ = $mensagemInicia; |
... | ... | @@ -235,8 +239,8 @@ isso pq algumas aplicações podem ser prejudicadas caso o aguarde seja mostrado |
235 | 239 | $_SESSION["dir_tmp"] = $dir_tmp_; |
236 | 240 | $_SESSION["locmapserv"] = $locmapserv_; |
237 | 241 | $_SESSION["locaplic"] = $locaplic_; |
238 | -$_SESSION["locsistemas"] = $locsistemas_; | |
239 | -$_SESSION["locidentifica"] = $locidentifica_; | |
242 | +//$_SESSION["locsistemas"] = $locsistemas_; | |
243 | +//$_SESSION["locidentifica"] = $locidentifica_; | |
240 | 244 | $_SESSION["R_path"] = $R_path_; |
241 | 245 | $_SESSION["mapext"] = $mapext_; |
242 | 246 | $_SESSION["locmapas"] = $locmapas_; |
... | ... | @@ -247,7 +251,7 @@ $_SESSION["perfil"] = $perfil_; |
247 | 251 | $_SESSION["navegadoresLocais"] = $navegadoresLocais_; |
248 | 252 | $_SESSION["utilizacgi"] = $utilizacgi_; |
249 | 253 | $_SESSION["tituloInstituicao"] = $tituloInstituicao_; |
250 | -$_SESSION["atlasxml"] = $atlasxml; | |
254 | +//$_SESSION["atlasxml"] = $atlasxml; | |
251 | 255 | $_SESSION["expoeMapfile"] = $expoeMapfile; |
252 | 256 | $_SESSION["googleApiKey"] = $googleApiKey_; |
253 | 257 | $_SESSION["mensagemInicia"] = $mensagemInicia_; |
... | ... | @@ -309,6 +313,16 @@ else |
309 | 313 | $mapn = ms_newMapObj($locaplic."/aplicmap/".$base.".map"); |
310 | 314 | } |
311 | 315 | /* |
316 | +Utiliza um projeto gvSig para compor o mapa | |
317 | +*/ | |
318 | +if(isset($gvsiggvp) && $gvsiggvp != ""){ | |
319 | + if(isset($gvsigview) && $gvsigview != ""){ | |
320 | + incluiMapaGvsig($gvsiggvp,$gvsigview); | |
321 | + } | |
322 | + else | |
323 | + {echo "Nenhuma vista foi definida &gvsigview";} | |
324 | +} | |
325 | +/* | |
312 | 326 | Parâmetros adicionais. |
313 | 327 | |
314 | 328 | Processa os parâmetros para a inicialização verificando se foram passados pela URL ou não. |
... | ... | @@ -1001,6 +1015,25 @@ function incluiTemaWms() |
1001 | 1015 | erroCriacao(); |
1002 | 1016 | } |
1003 | 1017 | /* |
1018 | +Projeto gvsig | |
1019 | +*/ | |
1020 | +function incluiMapaGvsig($gvsiggvp,$gvsigview){ | |
1021 | + global $mapn,$locaplic; | |
1022 | + include_once($locaplic."/pacotes/gvsig/class.gvsig2mapfile.php"); | |
1023 | + $gm = new gvsig2mapfile($gvsiggvp); | |
1024 | + $dataView = $gm->getViewData($gvsigview); | |
1025 | + //var_dump($dataView); | |
1026 | + $lnames = $mapn->getalllayernames(); | |
1027 | + foreach($lnames as $name){ | |
1028 | + $layer = $mapn->getlayerbyname($name); | |
1029 | + $layer->set("status",MS_DELETE); | |
1030 | + } | |
1031 | + $next = $dataView["extent"]; | |
1032 | + $ext = $mapn->extent; | |
1033 | + $ext->setextent($next[0],$next[1],$next[2],$next[3]); | |
1034 | + $mapn = $gm->addLayers($mapn,$gvsigview,$dataView["layerNames"]); | |
1035 | +} | |
1036 | +/* | |
1004 | 1037 | Captura e mostra os erros de processamento do mapserver |
1005 | 1038 | */ |
1006 | 1039 | function erroCriacao(){ | ... | ... |
pacotes/gvsig/class.gvsig2mapfile.php
1 | 1 | <?php |
2 | 2 | class gvsig2mapfile{ |
3 | - | |
4 | 3 | var $arquivoGvp; |
5 | 4 | var $xml; |
6 | - | |
7 | 5 | function __construct($gvp) |
8 | 6 | { |
9 | 7 | if(!file_exists($gvp)) |
... | ... | @@ -18,8 +16,7 @@ class gvsig2mapfile{ |
18 | 16 | {throw new Exception("Função PHP simplexml_load_file não existe");} |
19 | 17 | $this->xml = simplexml_load_file($gvp); |
20 | 18 | } |
21 | - } | |
22 | - | |
19 | + } | |
23 | 20 | function getViewsNames(){ |
24 | 21 | $names = array(); |
25 | 22 | $this->xml->registerXPathNamespace("tag", "http://www.gvsig.gva.es"); |
... | ... | @@ -29,15 +26,171 @@ class gvsig2mapfile{ |
29 | 26 | } |
30 | 27 | return $names; |
31 | 28 | } |
32 | - function findAttribute($object, $attribute) { | |
33 | - foreach($object->attributes() as $a => $b) { | |
34 | - if ($a == $attribute) { | |
35 | - $return = $b; | |
29 | + function getViewByName($nome){ | |
30 | + $this->xml->registerXPathNamespace("tag", "http://www.gvsig.gva.es"); | |
31 | + $result = $this->xml->xpath("/tag:xml-tag/tag:xml-tag/tag:property[@value='ProjectView']/parent::*/tag:property[@value='".$nome."']/parent::*"); | |
32 | + return $result; | |
33 | + } | |
34 | + function getViewData($nome){ | |
35 | + $this->xml->registerXPathNamespace("tag", "http://www.gvsig.gva.es"); | |
36 | + $path = "/tag:xml-tag/tag:xml-tag/tag:property[@value='ProjectView']/parent::*/tag:property[@value='".$nome."']/parent::*/tag:xml-tag/tag:xml-tag"; | |
37 | + | |
38 | + $xmin = $this->getValue($path,"adjustedExtentX"); | |
39 | + $ymin = $this->getValue($path,"adjustedExtentY"); | |
40 | + $xmax = $xmin + $this->getValue($path,"adjustedExtentW"); | |
41 | + $ymax = $ymin + $this->getValue($path,"adjustedExtentH"); | |
42 | + $proj = $this->getValue($path,"proj"); | |
43 | + $nomes = $this->getValue($path,"LayerNames"); | |
44 | + return array( | |
45 | + "extent"=>array($xmin,$ymin,$xmax,$ymax), | |
46 | + "proj"=>$proj, | |
47 | + "layerNames"=>explode(",",str_replace(" ,",",",$nomes)) | |
48 | + ); | |
49 | + } | |
50 | + function getLayerData($viewNome,$layerNome){ | |
51 | + $this->xml->registerXPathNamespace("tag", "http://www.gvsig.gva.es"); | |
52 | + $path = "/tag:xml-tag/tag:xml-tag/tag:property[@value='ProjectView']/parent::*/tag:property[@value='".$viewNome."']/parent::*/tag:xml-tag/tag:xml-tag/tag:xml-tag/tag:xml-tag/parent::*/tag:property[@value='".$layerNome."']/parent::*"; | |
53 | + $classes = array(); | |
54 | + $render = 'com.iver.cit.gvsig.fmap.rendering'; | |
55 | + | |
56 | + $path1 = $path."/tag:xml-tag/tag:property[@value='".$render.".VectorialUniqueValueLegend']/parent::*/tag:xml-tag"; | |
57 | + $result = $this->xml->xpath($path1); | |
58 | + if($result != FALSE){ | |
59 | + $coluna = $this->getValue($path."/tag:xml-tag","fieldNames"); | |
60 | + $valores = $this->getValue($path."/tag:xml-tag","values"); | |
61 | + $tipocoluna = $this->getValue($path."/tag:xml-tag","fieldTypes"); | |
62 | + $classes = $this->VectorialUniqueValueLegend($result,$path1,$coluna,$tipocoluna,$valores); | |
63 | + } | |
64 | + | |
65 | + $path1 = $path."/tag:xml-tag/tag:property[@value='".$render.".SingleSymbolLegend']/parent::*/tag:xml-tag"; | |
66 | + $result = $this->xml->xpath($path1); | |
67 | + if($result != FALSE) | |
68 | + {$classes = $this->SingleSymbolLegend($result,$path1);} | |
69 | + | |
70 | + return array( | |
71 | + "minScale"=>$this->getValue($path,"minScale"), | |
72 | + "maxScale"=>$this->getValue($path,"maxScale"), | |
73 | + "visible"=>$this->getValue($path,"visible"), | |
74 | + "proj"=>$this->getValue($path,"proj"), | |
75 | + "transparency"=>$this->getValue($path,"transparency"), | |
76 | + "type"=>$this->getValue($path,"type"), | |
77 | + "file"=>$this->getValue($path,"file"), | |
78 | + "driverName"=>$this->getValue($path,"driverName"), | |
79 | + "isLabeled"=>$this->getValue($path,"isLabeled"), | |
80 | + "legenda"=>array( | |
81 | + "tipoLegenda"=>$this->getValue($path."/tag:xml-tag","className"), | |
82 | + "classes"=>$classes | |
83 | + ) | |
84 | + ); | |
85 | + } | |
86 | + function VectorialUniqueValueLegend($result,$path1,$coluna,$tipocoluna,$valores){ | |
87 | + $valores = ",".str_replace(" ,",",",$valores); | |
88 | + $valores = explode(",",$valores); | |
89 | + $classes = array(); | |
90 | + $c = 0; | |
91 | + while(list( , $node) = each($result)) { | |
92 | + $classe = array(); | |
93 | + if($tipocoluna == 12) | |
94 | + {$classe["exp"] = "('[".$coluna."]'eq'".$valores[$c]."')";} | |
95 | + else | |
96 | + {$classe["exp"] = "([".$coluna."] = ".$valores[$c]." )";} | |
97 | + $classe["className"] = $this->getValue($path1,"className",$c); | |
98 | + $classe["desc"] = $this->getValue($path1,"desc",$c); | |
99 | + $classe["color"] = $this->getValue($path1,"color",$c); | |
100 | + $classe["rotation"] = $this->getValue($path1,"rotation",$c); | |
101 | + $classe["offsetX"] = $this->getValue($path1,"offsetX",$c); | |
102 | + $classe["offsetY"] = $this->getValue($path1,"offsetY",$c); | |
103 | + $classe["size"] = $this->getValue($path1,"size",$c); | |
104 | + $classe["outline"] = $this->getValue($path1,"outline",$c); | |
105 | + $classe["markerStyle"] = $this->getValue($path1,"markerStyle",$c); | |
106 | + $classe["hasFill"] = $this->getValue($path1,"hasFill",$c); | |
107 | + $classe["hasOutline"] = $this->getValue($path1,"hasOutline",$c); | |
108 | + if($classe["desc"] != "") | |
109 | + {$classes[] = $classe;} | |
110 | + $c = $c + 1; | |
111 | + } | |
112 | + return $classes; | |
113 | + } | |
114 | + function SingleSymbolLegend($result,$path){ | |
115 | + $classes = array(); | |
116 | + $c = 0; | |
117 | + //var_dump($result);exit; | |
118 | + while(list( , $node) = each($result)) { | |
119 | + $classe = array(); | |
120 | + $classe["className"] = $this->getValue($path,"className",$c); | |
121 | + $classe["desc"] = $this->getValue($path,"desc",$c); | |
122 | + $classe["color"] = $this->getValue($path,"color",$c); | |
123 | + $classe["rotation"] = $this->getValue($path,"rotation",$c); | |
124 | + $classe["offsetX"] = $this->getValue($path,"offsetX",$c); | |
125 | + $classe["offsetY"] = $this->getValue($path,"offsetY",$c); | |
126 | + $classe["size"] = $this->getValue($path,"size",$c); | |
127 | + $classe["outline"] = $this->getValue($path,"outline",$c); | |
128 | + $classe["markerStyle"] = $this->getValue($path,"markerStyle",$c); | |
129 | + $classe["hasFill"] = $this->getValue($path1,"hasFill",$c); | |
130 | + $classe["hasOutline"] = $this->getValue($path1,"hasOutline",$c); | |
131 | + $classe["exp"] = false; | |
132 | + if($classe["hasOutline"] == "true"){ | |
133 | + $classe["outline"] = $this->getValue($path."/tag:xml-tag","color"); | |
134 | + } | |
135 | + $classes[] = $classe; | |
136 | + $c = $c + 1; | |
137 | + } | |
138 | + return $classes; | |
139 | + } | |
140 | + function getValue($path,$key,$i=0){ | |
141 | + $result = $this->xml->xpath($path."/tag:property[@key='".$key."']"); | |
142 | + if($result) | |
143 | + {return $this->findAttribute($result[$i],"value");} | |
144 | + else | |
145 | + {return false;} | |
146 | + } | |
147 | + function addLayers($objMap,$gvsigview,$layerNames){ | |
148 | + foreach($layerNames as $lname){ | |
149 | + $dataLayer = $this->getLayerData($gvsigview,$lname); | |
150 | + $oLayer = ms_newLayerObj($objMap); | |
151 | + $oLayer->setmetadata("TEMA",$lname); | |
152 | + $oLayer = $this->data2layer($oLayer,$dataLayer); | |
153 | + } | |
154 | + return $objMap; | |
155 | + } | |
156 | + function data2layer($oLayer,$dataLayer){ | |
157 | + $oLayer->set("name",nomeRandomico()); | |
158 | + $oLayer->set("data",$dataLayer["file"]); | |
159 | + $oLayer->set("status",MS_DEFAULT); | |
160 | + if($dataLayer["visible"] == "false") | |
161 | + {$oLayer->set("status",MS_OFF);} | |
162 | + $tipo = $dataLayer["legenda"]["classes"][0]["className"]; | |
163 | + $oLayer->set("type",1); | |
164 | + if($tipo == "com.iver.cit.gvsig.fmap.core.symbols.SimpleMarkerSymbol") | |
165 | + {$oLayer->set("type",0);} | |
166 | + if($tipo == "com.iver.cit.gvsig.fmap.core.symbols.SimpleFillSymbol") | |
167 | + {$oLayer->set("type",2);} | |
168 | + foreach($dataLayer["legenda"]["classes"] as $data){ | |
169 | + $classe = ms_newClassObj($oLayer); | |
170 | + $estilo = ms_newStyleObj($classe); | |
171 | + if($oLayer->type == 0){ | |
172 | + $estilo->set("symbolname","ponto"); | |
36 | 173 | } |
174 | + $ncor = explode(",",$data["color"]); | |
175 | + $cor = $estilo->color; | |
176 | + $cor->setrgb($ncor[0],$ncor[1],$ncor[2]); | |
177 | + if($data["size"] != false) | |
178 | + {$estilo->set("size",$data["size"]);} | |
179 | + if($data["exp"] != false) | |
180 | + {$classe->setExpression($data["exp"]);} | |
37 | 181 | } |
38 | - if($return) { | |
39 | - return $return; | |
182 | + return $oLayer; | |
183 | + } | |
184 | + function findAttribute($object, $attribute) { | |
185 | + $return = false; | |
186 | + if(@$object->attributes()){ | |
187 | + foreach($object->attributes() as $a => $b) { | |
188 | + if ($a == $attribute) { | |
189 | + $return = $b; | |
190 | + } | |
191 | + } | |
40 | 192 | } |
193 | + return $return; | |
41 | 194 | } |
42 | 195 | } |
43 | 196 | ?> |
44 | 197 | \ No newline at end of file | ... | ... |
pacotes/gvsig/gvsig2mapfile.php
... | ... | @@ -4,5 +4,12 @@ |
4 | 4 | $gm = new gvsig2mapfile("C:\ms4w\Apache\htdocs\i3geo\pacotes\gvsig\projetoteste.gvp"); |
5 | 5 | echo "<pre>"; |
6 | 6 | $nomes = $gm->getViewsNames(); |
7 | - echo $nomes[0]; | |
7 | + $view = $gm->getViewByName($nomes[0]); | |
8 | + $dataView = $gm->getViewData($nomes[0]); | |
9 | + echo "Extensão do mapa: ".(implode(",",$dataView["extent"]))."\n"; | |
10 | + echo "Projeção do mapa: ".$dataView["proj"]."\n"; | |
11 | + echo "Camadas: ".(implode(",",$dataView["layerNames"]))."\n"; | |
12 | + foreach($dataView["layerNames"] as $lname) | |
13 | + {var_dump($gm->getLayerData($nomes[0],$lname));} | |
14 | + //localhost/i3geo/ms_criamapa.php?gvsiggvp=C:\ms4w\Apache\htdocs\i3geo\pacotes\gvsig\projetoteste.gvp&gvsigview=teste 1&temasa= | |
8 | 15 | ?> |
9 | 16 | \ No newline at end of file | ... | ... |
pacotes/gvsig/projetoteste.bak
... | ... | @@ -6,9 +6,9 @@ |
6 | 6 | <property key="creationDate" value="Mar 25, 2011"/> |
7 | 7 | <property key="numExtents" value="0"/> |
8 | 8 | <property key="numCameras" value="0"/> |
9 | - <property key="data-source-count" value="13"/> | |
9 | + <property key="data-source-count" value="25"/> | |
10 | 10 | <property key="numDocuments" value="2"/> |
11 | - <property key="modificationDate" value="Mar 25, 2011"/> | |
11 | + <property key="modificationDate" value="Mar 28, 2011"/> | |
12 | 12 | <property key="name" value="projetoteste.gvp"/> |
13 | 13 | <property key="owner" value="Dono do projeto"/> |
14 | 14 | <property key="selectionColor" value="255,255,0,255"/> |
... | ... | @@ -16,38 +16,32 @@ |
16 | 16 | <property key="followHeaderEncoding" value="true"/> |
17 | 17 | <xml-tag> |
18 | 18 | <property key="type" value="otherDriverFile"/> |
19 | - <property key="gdbmsname" value="gdbms760b52d1_12eee43d099__7ff9"/> | |
20 | - <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\ferrovia.dbf"/> | |
19 | + <property key="gdbmsname" value="gdbms_3efbdd4f_12efe5773d1__7ff1"/> | |
20 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\RIO_INTERMITENTE.dbf"/> | |
21 | 21 | <property key="driverName" value="gdbms dbf driver"/> |
22 | 22 | </xml-tag> |
23 | 23 | <xml-tag> |
24 | 24 | <property key="type" value="otherDriverFile"/> |
25 | - <property key="gdbmsname" value="gdbms760b52d1_12eee43d099__7ff5"/> | |
26 | - <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\MASSA_DAGUA_PERMANENTE.dbf"/> | |
25 | + <property key="gdbmsname" value="gdbms_3efbdd4f_12efe5773d1__7ff0"/> | |
26 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\AREA_PARQUE.dbf"/> | |
27 | 27 | <property key="driverName" value="gdbms dbf driver"/> |
28 | 28 | </xml-tag> |
29 | 29 | <xml-tag> |
30 | 30 | <property key="type" value="otherDriverFile"/> |
31 | - <property key="gdbmsname" value="gdbms760b52d1_12eee43d099__7ff6"/> | |
32 | - <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\MASSA_DAGUA_PERMANENTE.dbf"/> | |
31 | + <property key="gdbmsname" value="gdbms_3efbdd4f_12efe5773d1__7ff3"/> | |
32 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\estados.dbf"/> | |
33 | 33 | <property key="driverName" value="gdbms dbf driver"/> |
34 | 34 | </xml-tag> |
35 | 35 | <xml-tag> |
36 | 36 | <property key="type" value="otherDriverFile"/> |
37 | - <property key="gdbmsname" value="gdbms760b52d1_12eee43d099__7ff7"/> | |
38 | - <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\MASSA_DAGUA_INTERMITENTE.dbf"/> | |
37 | + <property key="gdbmsname" value="gdbms_3efbdd4f_12efe5773d1__7ff2"/> | |
38 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\estados.dbf"/> | |
39 | 39 | <property key="driverName" value="gdbms dbf driver"/> |
40 | 40 | </xml-tag> |
41 | 41 | <xml-tag> |
42 | 42 | <property key="type" value="otherDriverFile"/> |
43 | - <property key="gdbmsname" value="gdbms760b52d1_12eee43d099__7ff8"/> | |
44 | - <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\LINHA_DE_LIMITE.dbf"/> | |
45 | - <property key="driverName" value="gdbms dbf driver"/> | |
46 | - </xml-tag> | |
47 | - <xml-tag> | |
48 | - <property key="type" value="otherDriverFile"/> | |
49 | - <property key="gdbmsname" value="ORA_EPSG"/> | |
50 | - <property key="file" value="C:/Program Files (x86)/gvsig-oade-2010-1.0.0/bin/gvSIG/extensiones/com.iver.cit.gvsig.oracle_spatial/dbf/ORA_EPSG.DBF"/> | |
43 | + <property key="gdbmsname" value="gdbms1cc05f5b_12efd076fd8__7ff4"/> | |
44 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\AEROPORTO_CAMPO_DE_POUSO.dbf"/> | |
51 | 45 | <property key="driverName" value="gdbms dbf driver"/> |
52 | 46 | </xml-tag> |
53 | 47 | <xml-tag> |
... | ... | @@ -88,11 +82,89 @@ |
88 | 82 | </xml-tag> |
89 | 83 | <xml-tag> |
90 | 84 | <property key="type" value="otherDriverFile"/> |
85 | + <property key="gdbmsname" value="gdbms1cc05f5b_12efd076fd8__7ff5"/> | |
86 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\AEROPORTO_CAMPO_DE_POUSO.dbf"/> | |
87 | + <property key="driverName" value="gdbms dbf driver"/> | |
88 | + </xml-tag> | |
89 | + <xml-tag> | |
90 | + <property key="type" value="otherDriverFile"/> | |
91 | 91 | <property key="gdbmsname" value="gdbms760b52d1_12eee43d099__7ffb"/> |
92 | 92 | <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\CURVA_NIVEL_INTERMEDIARIA_300.dbf"/> |
93 | 93 | <property key="driverName" value="gdbms dbf driver"/> |
94 | 94 | </xml-tag> |
95 | 95 | <xml-tag> |
96 | + <property key="type" value="otherDriverFile"/> | |
97 | + <property key="gdbmsname" value="gdbms760b52d1_12eee43d099__7ff9"/> | |
98 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\ferrovia.dbf"/> | |
99 | + <property key="driverName" value="gdbms dbf driver"/> | |
100 | + </xml-tag> | |
101 | + <xml-tag> | |
102 | + <property key="type" value="otherDriverFile"/> | |
103 | + <property key="gdbmsname" value="gdbms760b52d1_12eee43d099__7ff5"/> | |
104 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\MASSA_DAGUA_PERMANENTE.dbf"/> | |
105 | + <property key="driverName" value="gdbms dbf driver"/> | |
106 | + </xml-tag> | |
107 | + <xml-tag> | |
108 | + <property key="type" value="otherDriverFile"/> | |
109 | + <property key="gdbmsname" value="gdbms760b52d1_12eee43d099__7ff6"/> | |
110 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\MASSA_DAGUA_PERMANENTE.dbf"/> | |
111 | + <property key="driverName" value="gdbms dbf driver"/> | |
112 | + </xml-tag> | |
113 | + <xml-tag> | |
114 | + <property key="type" value="otherDriverFile"/> | |
115 | + <property key="gdbmsname" value="gdbms760b52d1_12eee43d099__7ff7"/> | |
116 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\MASSA_DAGUA_INTERMITENTE.dbf"/> | |
117 | + <property key="driverName" value="gdbms dbf driver"/> | |
118 | + </xml-tag> | |
119 | + <xml-tag> | |
120 | + <property key="type" value="otherDriverFile"/> | |
121 | + <property key="gdbmsname" value="gdbms760b52d1_12eee43d099__7ff8"/> | |
122 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\LINHA_DE_LIMITE.dbf"/> | |
123 | + <property key="driverName" value="gdbms dbf driver"/> | |
124 | + </xml-tag> | |
125 | + <xml-tag> | |
126 | + <property key="type" value="otherDriverFile"/> | |
127 | + <property key="gdbmsname" value="gdbms5b5095ef_12efe69a531__7ff4"/> | |
128 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\AREA_PARQUE.dbf"/> | |
129 | + <property key="driverName" value="gdbms dbf driver"/> | |
130 | + </xml-tag> | |
131 | + <xml-tag> | |
132 | + <property key="type" value="otherDriverFile"/> | |
133 | + <property key="gdbmsname" value="ORA_EPSG"/> | |
134 | + <property key="file" value="C:/Program Files (x86)/gvsig-oade-2010-1.0.0/bin/gvSIG/extensiones/com.iver.cit.gvsig.oracle_spatial/dbf/ORA_EPSG.DBF"/> | |
135 | + <property key="driverName" value="gdbms dbf driver"/> | |
136 | + </xml-tag> | |
137 | + <xml-tag> | |
138 | + <property key="type" value="otherDriverFile"/> | |
139 | + <property key="gdbmsname" value="gdbms5b5095ef_12efe69a531__7ff3"/> | |
140 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\AREA_PARQUE.dbf"/> | |
141 | + <property key="driverName" value="gdbms dbf driver"/> | |
142 | + </xml-tag> | |
143 | + <xml-tag> | |
144 | + <property key="type" value="otherDriverFile"/> | |
145 | + <property key="gdbmsname" value="gdbms5b5095ef_12efe69a531__7ff2"/> | |
146 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\AREA_PARQUE.dbf"/> | |
147 | + <property key="driverName" value="gdbms dbf driver"/> | |
148 | + </xml-tag> | |
149 | + <xml-tag> | |
150 | + <property key="type" value="otherDriverFile"/> | |
151 | + <property key="gdbmsname" value="gdbms5b5095ef_12efe69a531__7ff1"/> | |
152 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\AREA_PARQUE.dbf"/> | |
153 | + <property key="driverName" value="gdbms dbf driver"/> | |
154 | + </xml-tag> | |
155 | + <xml-tag> | |
156 | + <property key="type" value="otherDriverFile"/> | |
157 | + <property key="gdbmsname" value="gdbms_3efbdd4f_12efe5773d1__7ff4"/> | |
158 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\AREA_PARQUE.dbf"/> | |
159 | + <property key="driverName" value="gdbms dbf driver"/> | |
160 | + </xml-tag> | |
161 | + <xml-tag> | |
162 | + <property key="type" value="otherDriverFile"/> | |
163 | + <property key="gdbmsname" value="gdbms_3efbdd4f_12efe5773d1__7ff5"/> | |
164 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\RIO_PERMANENTE.dbf"/> | |
165 | + <property key="driverName" value="gdbms dbf driver"/> | |
166 | + </xml-tag> | |
167 | + <xml-tag> | |
96 | 168 | <property key="className" value="ProjectView"/> |
97 | 169 | <property key="comment" value="Comentário"/> |
98 | 170 | <property key="creationDate" value="3/25/11 3:24 PM"/> |
... | ... | @@ -104,48 +176,68 @@ |
104 | 176 | <property key="className" value="com.iver.cit.gvsig.fmap.MapContext"/> |
105 | 177 | <xml-tag> |
106 | 178 | <property key="className" value="com.iver.cit.gvsig.fmap.ViewPort"/> |
107 | - <property key="adjustedExtentX" value="-54.0"/> | |
108 | - <property key="adjustedExtentY" value="-12.786352676569605"/> | |
109 | - <property key="adjustedExtentW" value="5.999999959123286"/> | |
110 | - <property key="adjustedExtentH" value="5.5727002587702925"/> | |
179 | + <property key="adjustedExtentX" value="-51.90943376137458"/> | |
180 | + <property key="adjustedExtentY" value="-11.25304171250298"/> | |
181 | + <property key="adjustedExtentW" value="2.6466687325602045"/> | |
182 | + <property key="adjustedExtentH" value="1.9368478730191256"/> | |
111 | 183 | <property key="backColor" value="255,255,255,255"/> |
112 | - <property key="dist1pixel" value="0.017804153263568878"/> | |
113 | - <property key="dist3pixel" value="0.053412459790706635"/> | |
184 | + <property key="dist1pixel" value="0.003566938918083906"/> | |
185 | + <property key="dist3pixel" value="0.010700816288590431"/> | |
114 | 186 | <property key="distanceUnits" value="1"/> |
115 | - <property key="extentX" value="-54.0"/> | |
116 | - <property key="extentY" value="-12.000005852234406"/> | |
117 | - <property key="extentW" value="5.999999959123286"/> | |
118 | - <property key="extentH" value="4.000006610099897"/> | |
187 | + <property key="extentX" value="-51.72729379915035"/> | |
188 | + <property key="extentY" value="-11.25304171250298"/> | |
189 | + <property key="extentW" value="2.2823888081117403"/> | |
190 | + <property key="extentH" value="1.9368478730191256"/> | |
119 | 191 | <property key="mapUnits" value="8"/> |
120 | 192 | <property key="offsetX" value="0.0"/> |
121 | 193 | <property key="offsetY" value="0.0"/> |
122 | 194 | <property key="proj" value="EPSG:4291"/> |
123 | - <property key="scale" value="56.16666704931813"/> | |
195 | + <property key="scale" value="280.35242600317434"/> | |
124 | 196 | <xml-tag> |
125 | 197 | <property key="className" value="com.iver.cit.gvsig.fmap.ExtentHistory"/> |
126 | - <property key="num" value="1"/> | |
198 | + <property key="num" value="6"/> | |
127 | 199 | <property key="numrec" value="10"/> |
128 | 200 | <property key="extent0X" value="-53.85799930550584"/> |
129 | 201 | <property key="extent0Y" value="-11.988579396154162"/> |
130 | 202 | <property key="extent0W" value="5.783577948479461"/> |
131 | 203 | <property key="extent0H" value="3.9723261645352785"/> |
204 | + <property key="extent1X" value="-54.0"/> | |
205 | + <property key="extent1Y" value="-12.000005852234406"/> | |
206 | + <property key="extent1W" value="5.999999959123286"/> | |
207 | + <property key="extent1H" value="4.000006610099897"/> | |
208 | + <property key="extent2X" value="-51.49118129345605"/> | |
209 | + <property key="extent2Y" value="-11.402989940279198"/> | |
210 | + <property key="extent2W" value="2.2306685437599185"/> | |
211 | + <property key="extent2H" value="1.877886413968202"/> | |
212 | + <property key="extent3X" value="-52.71225815173992"/> | |
213 | + <property key="extent3Y" value="-12.429839634755705"/> | |
214 | + <property key="extent3W" value="4.461337087519837"/> | |
215 | + <property key="extent3H" value="3.755772827936404"/> | |
216 | + <property key="extent4X" value="-55.15441186830765"/> | |
217 | + <property key="extent4Y" value="-14.483539023708719"/> | |
218 | + <property key="extent4W" value="8.922674175039674"/> | |
219 | + <property key="extent4H" value="7.511545655872808"/> | |
220 | + <property key="extent5X" value="-54.2551985348279"/> | |
221 | + <property key="extent5Y" value="-12.32282304128669"/> | |
222 | + <property key="extent5W" value="6.747141416808411"/> | |
223 | + <property key="extent5H" value="4.494696925698654"/> | |
132 | 224 | </xml-tag> |
133 | 225 | </xml-tag> |
134 | 226 | <xml-tag> |
135 | 227 | <property key="className" value="com.iver.cit.gvsig.fmap.layers.FLayers"/> |
136 | 228 | <property key="active" value="false"/> |
137 | - <property key="name"/> | |
229 | + <property key="name" value="root layer"/> | |
138 | 230 | <property key="minScale" value="-1.0"/> |
139 | 231 | <property key="maxScale" value="-1.0"/> |
140 | 232 | <property key="visible" value="true"/> |
141 | 233 | <property key="transparency" value="255"/> |
142 | 234 | <property key="isInTOC" value="true"/> |
143 | - <property key="numLayers" value="4"/> | |
144 | - <property key="LayerNames" value="AEROPORTO_CAMPO_DE_POUSO.shp ,AREA_PARQUE.shp ,RIO_INTERMITENTE.shp ,RIO_PERMANENTE.shp"/> | |
235 | + <property key="numLayers" value="5"/> | |
236 | + <property key="LayerNames" value="estados.shp ,AREA_PARQUE.shp ,RIO_INTERMITENTE.shp ,RIO_PERMANENTE.shp ,Aeroportos"/> | |
145 | 237 | <xml-tag> |
146 | 238 | <property key="className" value="com.iver.cit.gvsig.fmap.layers.FLyrVect"/> |
147 | 239 | <property key="active" value="false"/> |
148 | - <property key="name" value="AEROPORTO_CAMPO_DE_POUSO.shp"/> | |
240 | + <property key="name" value="estados.shp"/> | |
149 | 241 | <property key="minScale" value="-1.0"/> |
150 | 242 | <property key="maxScale" value="-1.0"/> |
151 | 243 | <property key="visible" value="true"/> |
... | ... | @@ -153,25 +245,54 @@ |
153 | 245 | <property key="transparency" value="255"/> |
154 | 246 | <property key="isInTOC" value="true"/> |
155 | 247 | <property key="type" value="vectorial"/> |
156 | - <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\AEROPORTO_CAMPO_DE_POUSO.shp"/> | |
157 | - <property key="recordset-name" value="gdbms760b52d1_12eee43d099__8000"/> | |
248 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\estados.shp"/> | |
249 | + <property key="recordset-name" value="gdbms_3efbdd4f_12efe5773d1__7ff3"/> | |
158 | 250 | <property key="driverName" value="gvSIG shp driver"/> |
159 | 251 | <property key="isLabeled" value="false"/> |
160 | 252 | <xml-tag> |
253 | + <property key="childName" value="properties"/> | |
254 | + <xml-tag> | |
255 | + <property key="className" value="org.gvsig.hyperlink.config.LayerLinkConfig"/> | |
256 | + <property key="enabled" value="false"/> | |
257 | + <property key="layerPropertyName" value="org.gvsig.hyperlink.config"/> | |
258 | + <xml-tag> | |
259 | + <property key="className" value="org.gvsig.hyperlink.config.LinkConfig"/> | |
260 | + <property key="actionCode" value="Txt_format"/> | |
261 | + <property key="fieldName" value="ESTADO"/> | |
262 | + <property key="extension" value=""/> | |
263 | + </xml-tag> | |
264 | + </xml-tag> | |
265 | + </xml-tag> | |
266 | + <xml-tag> | |
161 | 267 | <property key="className" value="com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend"/> |
162 | 268 | <xml-tag> |
163 | - <property key="className" value="com.iver.cit.gvsig.fmap.core.symbols.SimpleMarkerSymbol"/> | |
164 | - <property key="desc"/> | |
269 | + <property key="className" value="com.iver.cit.gvsig.fmap.core.symbols.SimpleFillSymbol"/> | |
270 | + <property key="color" value="249,233,179,255"/> | |
271 | + <property key="hasFill" value="true"/> | |
272 | + <property key="desc" value=""/> | |
165 | 273 | <property key="isShapeVisible" value="true"/> |
166 | - <property key="color" value="118,118,119,255"/> | |
167 | - <property key="rotation" value="0.0"/> | |
168 | - <property key="offsetX" value="0.0"/> | |
169 | - <property key="offsetY" value="0.0"/> | |
170 | - <property key="size" value="4.0"/> | |
171 | - <property key="outline" value="false"/> | |
172 | - <property key="unit" value="-1"/> | |
173 | 274 | <property key="referenceSystem" value="0"/> |
174 | - <property key="markerStyle" value="0"/> | |
275 | + <property key="unit" value="-1"/> | |
276 | + <property key="hasOutline" value="true"/> | |
277 | + <xml-tag> | |
278 | + <property key="className" value="com.iver.cit.gvsig.fmap.core.symbols.SimpleLineSymbol"/> | |
279 | + <property key="isShapeVisible" value="true"/> | |
280 | + <property key="desc"/> | |
281 | + <property key="unit" value="-1"/> | |
282 | + <property key="referenceSystem" value="0"/> | |
283 | + <property key="color" value="128,128,128,255"/> | |
284 | + <xml-tag> | |
285 | + <property key="className" value="com.iver.cit.gvsig.fmap.core.styles.SimpleLineStyle"/> | |
286 | + <property key="desc"/> | |
287 | + <property key="lineWidth" value="1.0"/> | |
288 | + <property key="dashPhase" value="0.0"/> | |
289 | + <property key="endCap" value="0"/> | |
290 | + <property key="lineJoin" value="2"/> | |
291 | + <property key="miterLimit" value="10.0"/> | |
292 | + <property key="offset" value="0.0"/> | |
293 | + <property key="unit" value="0"/> | |
294 | + </xml-tag> | |
295 | + </xml-tag> | |
175 | 296 | </xml-tag> |
176 | 297 | </xml-tag> |
177 | 298 | <xml-tag> |
... | ... | @@ -179,6 +300,20 @@ |
179 | 300 | <property key="numBitSet" value="0"/> |
180 | 301 | </xml-tag> |
181 | 302 | <xml-tag> |
303 | + <property key="className" value="com.iver.cit.gvsig.fmap.rendering.styling.labeling.AttrInTableLabelingStrategy"/> | |
304 | + <property key="labelingStrategy" value="labelingStrategy"/> | |
305 | + <property key="TextField" value="ESTADO"/> | |
306 | + <property key="fontSize" value="8"/> | |
307 | + <property key="fontName" value="Segoe UI"/> | |
308 | + <property key="fontStyle" value="0"/> | |
309 | + <property key="useFixedSize" value="true"/> | |
310 | + <property key="useFixedColor" value="true"/> | |
311 | + <property key="fixedColor" value="0,0,0,255"/> | |
312 | + <property key="fixedSize" value="10.0"/> | |
313 | + <property key="Unit" value="1"/> | |
314 | + <property key="referenceSystem" value="0"/> | |
315 | + </xml-tag> | |
316 | + <xml-tag> | |
182 | 317 | <property key="typeChild" value="linkProperties"/> |
183 | 318 | <property key="extName"/> |
184 | 319 | <property key="fieldName"/> |
... | ... | @@ -187,7 +322,7 @@ |
187 | 322 | </xml-tag> |
188 | 323 | <xml-tag> |
189 | 324 | <property key="className" value="com.iver.cit.gvsig.fmap.layers.FLyrVect"/> |
190 | - <property key="active" value="false"/> | |
325 | + <property key="active" value="true"/> | |
191 | 326 | <property key="name" value="AREA_PARQUE.shp"/> |
192 | 327 | <property key="minScale" value="-1.0"/> |
193 | 328 | <property key="maxScale" value="-1.0"/> |
... | ... | @@ -201,12 +336,26 @@ |
201 | 336 | <property key="driverName" value="gvSIG shp driver"/> |
202 | 337 | <property key="isLabeled" value="false"/> |
203 | 338 | <xml-tag> |
339 | + <property key="childName" value="properties"/> | |
340 | + <xml-tag> | |
341 | + <property key="className" value="org.gvsig.hyperlink.config.LayerLinkConfig"/> | |
342 | + <property key="enabled" value="false"/> | |
343 | + <property key="layerPropertyName" value="org.gvsig.hyperlink.config"/> | |
344 | + <xml-tag> | |
345 | + <property key="className" value="org.gvsig.hyperlink.config.LinkConfig"/> | |
346 | + <property key="actionCode" value="Txt_format"/> | |
347 | + <property key="fieldName" value="NM_NOME"/> | |
348 | + <property key="extension" value=""/> | |
349 | + </xml-tag> | |
350 | + </xml-tag> | |
351 | + </xml-tag> | |
352 | + <xml-tag> | |
204 | 353 | <property key="className" value="com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend"/> |
205 | 354 | <xml-tag> |
206 | 355 | <property key="className" value="com.iver.cit.gvsig.fmap.core.symbols.SimpleFillSymbol"/> |
207 | - <property key="color" value="135,125,142,255"/> | |
356 | + <property key="color" value="102,255,51,255"/> | |
208 | 357 | <property key="hasFill" value="true"/> |
209 | - <property key="desc"/> | |
358 | + <property key="desc" value=""/> | |
210 | 359 | <property key="isShapeVisible" value="true"/> |
211 | 360 | <property key="referenceSystem" value="0"/> |
212 | 361 | <property key="unit" value="-1"/> |
... | ... | @@ -237,6 +386,21 @@ |
237 | 386 | <property key="numBitSet" value="0"/> |
238 | 387 | </xml-tag> |
239 | 388 | <xml-tag> |
389 | + <property key="className" value="com.iver.cit.gvsig.fmap.rendering.styling.labeling.AttrInTableLabelingStrategy"/> | |
390 | + <property key="labelingStrategy" value="labelingStrategy"/> | |
391 | + <property key="HeightField" value="MD_AR_POLI"/> | |
392 | + <property key="TextField" value="NM_NOME"/> | |
393 | + <property key="fontSize" value="8"/> | |
394 | + <property key="fontName" value="Segoe UI"/> | |
395 | + <property key="fontStyle" value="0"/> | |
396 | + <property key="useFixedSize" value="false"/> | |
397 | + <property key="useFixedColor" value="true"/> | |
398 | + <property key="fixedColor" value="0,0,0,255"/> | |
399 | + <property key="fixedSize" value="10.0"/> | |
400 | + <property key="Unit" value="1"/> | |
401 | + <property key="referenceSystem" value="0"/> | |
402 | + </xml-tag> | |
403 | + <xml-tag> | |
240 | 404 | <property key="typeChild" value="linkProperties"/> |
241 | 405 | <property key="extName"/> |
242 | 406 | <property key="fieldName"/> |
... | ... | @@ -245,11 +409,11 @@ |
245 | 409 | </xml-tag> |
246 | 410 | <xml-tag> |
247 | 411 | <property key="className" value="com.iver.cit.gvsig.fmap.layers.FLyrVect"/> |
248 | - <property key="active" value="true"/> | |
412 | + <property key="active" value="false"/> | |
249 | 413 | <property key="name" value="RIO_INTERMITENTE.shp"/> |
250 | 414 | <property key="minScale" value="-1.0"/> |
251 | 415 | <property key="maxScale" value="-1.0"/> |
252 | - <property key="visible" value="false"/> | |
416 | + <property key="visible" value="true"/> | |
253 | 417 | <property key="proj" value="EPSG:4291"/> |
254 | 418 | <property key="transparency" value="255"/> |
255 | 419 | <property key="isInTOC" value="true"/> |
... | ... | @@ -259,14 +423,28 @@ |
259 | 423 | <property key="driverName" value="gvSIG shp driver"/> |
260 | 424 | <property key="isLabeled" value="false"/> |
261 | 425 | <xml-tag> |
426 | + <property key="childName" value="properties"/> | |
427 | + <xml-tag> | |
428 | + <property key="className" value="org.gvsig.hyperlink.config.LayerLinkConfig"/> | |
429 | + <property key="enabled" value="false"/> | |
430 | + <property key="layerPropertyName" value="org.gvsig.hyperlink.config"/> | |
431 | + <xml-tag> | |
432 | + <property key="className" value="org.gvsig.hyperlink.config.LinkConfig"/> | |
433 | + <property key="actionCode" value="Txt_format"/> | |
434 | + <property key="fieldName" value="NM_NOME"/> | |
435 | + <property key="extension" value=""/> | |
436 | + </xml-tag> | |
437 | + </xml-tag> | |
438 | + </xml-tag> | |
439 | + <xml-tag> | |
262 | 440 | <property key="className" value="com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend"/> |
263 | 441 | <xml-tag> |
264 | 442 | <property key="className" value="com.iver.cit.gvsig.fmap.core.symbols.SimpleLineSymbol"/> |
265 | 443 | <property key="isShapeVisible" value="true"/> |
266 | - <property key="desc"/> | |
444 | + <property key="desc" value=""/> | |
267 | 445 | <property key="unit" value="-1"/> |
268 | 446 | <property key="referenceSystem" value="0"/> |
269 | - <property key="color" value="228,230,237,255"/> | |
447 | + <property key="color" value="102,204,255,255"/> | |
270 | 448 | <xml-tag> |
271 | 449 | <property key="className" value="com.iver.cit.gvsig.fmap.core.styles.SimpleLineStyle"/> |
272 | 450 | <property key="desc"/> |
... | ... | @@ -285,6 +463,21 @@ |
285 | 463 | <property key="numBitSet" value="0"/> |
286 | 464 | </xml-tag> |
287 | 465 | <xml-tag> |
466 | + <property key="className" value="com.iver.cit.gvsig.fmap.rendering.styling.labeling.AttrInTableLabelingStrategy"/> | |
467 | + <property key="labelingStrategy" value="labelingStrategy"/> | |
468 | + <property key="HeightField" value="MD_EXTENSA"/> | |
469 | + <property key="TextField" value="MD_EXTENSA"/> | |
470 | + <property key="fontSize" value="8"/> | |
471 | + <property key="fontName" value="Segoe UI"/> | |
472 | + <property key="fontStyle" value="0"/> | |
473 | + <property key="useFixedSize" value="false"/> | |
474 | + <property key="useFixedColor" value="true"/> | |
475 | + <property key="fixedColor" value="0,0,0,255"/> | |
476 | + <property key="fixedSize" value="10.0"/> | |
477 | + <property key="Unit" value="1"/> | |
478 | + <property key="referenceSystem" value="0"/> | |
479 | + </xml-tag> | |
480 | + <xml-tag> | |
288 | 481 | <property key="typeChild" value="linkProperties"/> |
289 | 482 | <property key="extName"/> |
290 | 483 | <property key="fieldName"/> |
... | ... | @@ -307,14 +500,28 @@ |
307 | 500 | <property key="driverName" value="gvSIG shp driver"/> |
308 | 501 | <property key="isLabeled" value="false"/> |
309 | 502 | <xml-tag> |
503 | + <property key="childName" value="properties"/> | |
504 | + <xml-tag> | |
505 | + <property key="className" value="org.gvsig.hyperlink.config.LayerLinkConfig"/> | |
506 | + <property key="enabled" value="false"/> | |
507 | + <property key="layerPropertyName" value="org.gvsig.hyperlink.config"/> | |
508 | + <xml-tag> | |
509 | + <property key="className" value="org.gvsig.hyperlink.config.LinkConfig"/> | |
510 | + <property key="actionCode" value="Txt_format"/> | |
511 | + <property key="fieldName" value="NM_NOME"/> | |
512 | + <property key="extension" value=""/> | |
513 | + </xml-tag> | |
514 | + </xml-tag> | |
515 | + </xml-tag> | |
516 | + <xml-tag> | |
310 | 517 | <property key="className" value="com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend"/> |
311 | 518 | <xml-tag> |
312 | 519 | <property key="className" value="com.iver.cit.gvsig.fmap.core.symbols.SimpleLineSymbol"/> |
313 | 520 | <property key="isShapeVisible" value="true"/> |
314 | - <property key="desc"/> | |
521 | + <property key="desc" value=""/> | |
315 | 522 | <property key="unit" value="-1"/> |
316 | 523 | <property key="referenceSystem" value="0"/> |
317 | - <property key="color" value="161,134,182,255"/> | |
524 | + <property key="color" value="51,204,255,255"/> | |
318 | 525 | <xml-tag> |
319 | 526 | <property key="className" value="com.iver.cit.gvsig.fmap.core.styles.SimpleLineStyle"/> |
320 | 527 | <property key="desc"/> |
... | ... | @@ -333,6 +540,163 @@ |
333 | 540 | <property key="numBitSet" value="0"/> |
334 | 541 | </xml-tag> |
335 | 542 | <xml-tag> |
543 | + <property key="className" value="com.iver.cit.gvsig.fmap.rendering.styling.labeling.AttrInTableLabelingStrategy"/> | |
544 | + <property key="labelingStrategy" value="labelingStrategy"/> | |
545 | + <property key="HeightField" value="MD_EXTENSA"/> | |
546 | + <property key="TextField" value="MD_EXTENSA"/> | |
547 | + <property key="fontSize" value="8"/> | |
548 | + <property key="fontName" value="Segoe UI"/> | |
549 | + <property key="fontStyle" value="0"/> | |
550 | + <property key="useFixedSize" value="false"/> | |
551 | + <property key="useFixedColor" value="true"/> | |
552 | + <property key="fixedColor" value="0,0,0,255"/> | |
553 | + <property key="fixedSize" value="10.0"/> | |
554 | + <property key="Unit" value="1"/> | |
555 | + <property key="referenceSystem" value="0"/> | |
556 | + </xml-tag> | |
557 | + <xml-tag> | |
558 | + <property key="typeChild" value="linkProperties"/> | |
559 | + <property key="extName"/> | |
560 | + <property key="fieldName"/> | |
561 | + <property key="typeLink" value="0"/> | |
562 | + </xml-tag> | |
563 | + </xml-tag> | |
564 | + <xml-tag> | |
565 | + <property key="className" value="com.iver.cit.gvsig.fmap.layers.FLyrVect"/> | |
566 | + <property key="active" value="false"/> | |
567 | + <property key="name" value="Aeroportos"/> | |
568 | + <property key="minScale" value="-1.0"/> | |
569 | + <property key="maxScale" value="-1.0"/> | |
570 | + <property key="visible" value="true"/> | |
571 | + <property key="proj" value="EPSG:4291"/> | |
572 | + <property key="transparency" value="255"/> | |
573 | + <property key="isInTOC" value="true"/> | |
574 | + <property key="type" value="vectorial"/> | |
575 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\AEROPORTO_CAMPO_DE_POUSO.shp"/> | |
576 | + <property key="recordset-name" value="gdbms760b52d1_12eee43d099__8000"/> | |
577 | + <property key="driverName" value="gvSIG shp driver"/> | |
578 | + <property key="isLabeled" value="false"/> | |
579 | + <xml-tag> | |
580 | + <property key="childName" value="properties"/> | |
581 | + <xml-tag> | |
582 | + <property key="className" value="org.gvsig.hyperlink.config.LayerLinkConfig"/> | |
583 | + <property key="enabled" value="false"/> | |
584 | + <property key="layerPropertyName" value="org.gvsig.hyperlink.config"/> | |
585 | + <xml-tag> | |
586 | + <property key="className" value="org.gvsig.hyperlink.config.LinkConfig"/> | |
587 | + <property key="actionCode" value="Txt_format"/> | |
588 | + <property key="fieldName" value="MD_LONGITU"/> | |
589 | + <property key="extension" value=""/> | |
590 | + </xml-tag> | |
591 | + </xml-tag> | |
592 | + </xml-tag> | |
593 | + <xml-tag> | |
594 | + <property key="className" value="com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend"/> | |
595 | + <property key="fieldNames" value="CD_UTIL_AE"/> | |
596 | + <property key="fieldTypes" value="12"/> | |
597 | + <property key="ownOrder" value="false"/> | |
598 | + <property key="orders" value=""/> | |
599 | + <property key="colorScheme" value="0\,0\,0\,255 ,0\,84\,0\,255 ,0\,84\,0\,255 ,0\,168\,0\,255 ,0\,168\,0\,255 ,0\,255\,0\,255 ,0\,255\,0\,255 ,0\,255\,84\,255 ,0\,255\,84\,255 ,0\,255\,168\,255 ,0\,255\,168\,255 ,0\,255\,255\,255 ,0\,255\,255\,255 ,0\,0\,255\,255 ,0\,0\,255\,255 ,128\,0\,255\,255 ,128\,0\,255\,255 ,255\,0\,220\,255 ,255\,0\,220\,255 ,255\,0\,180\,255 ,255\,0\,180\,255 ,255\,0\,128\,255 ,255\,0\,128\,255 ,255\,0\,64\,255 ,255\,0\,64\,255 ,255\,0\,0\,255 ,255\,0\,0\,255 ,220\,190\,190\,255 ,223\,190\,190\,255 ,220\,220\,220\,255 ,220\,220\,220\,255 ,255\,255\,255\,255 ,255\,255\,255\,255"/> | |
600 | + <property key="labelfield"/> | |
601 | + <property key="labelFieldHeight"/> | |
602 | + <property key="labelFieldRotation"/> | |
603 | + <property key="useDefaultSymbol" value="false"/> | |
604 | + <property key="numKeys" value="4"/> | |
605 | + <property key="tipoValueKeys" value="com.hardcode.gdbms.engine.values.NullValue"/> | |
606 | + <property key="keys" value="NIND ,PRIV ,PRIV/PUB ,PUB"/> | |
607 | + <property key="values" value="NIND ,PRIV ,PRIV/PUB ,PUB"/> | |
608 | + <property key="typeKeys" value="-1 ,-1 ,-1 ,-1"/> | |
609 | + <property key="typeValues" value="-1 ,-1 ,-1 ,-1"/> | |
610 | + <xml-tag> | |
611 | + <property key="className" value="com.iver.cit.gvsig.fmap.core.symbols.SimpleMarkerSymbol"/> | |
612 | + <property key="desc"/> | |
613 | + <property key="isShapeVisible" value="true"/> | |
614 | + <property key="color" value="128,128,128,255"/> | |
615 | + <property key="rotation" value="0.0"/> | |
616 | + <property key="offsetX" value="0.0"/> | |
617 | + <property key="offsetY" value="0.0"/> | |
618 | + <property key="size" value="4.0"/> | |
619 | + <property key="outline" value="false"/> | |
620 | + <property key="unit" value="-1"/> | |
621 | + <property key="referenceSystem" value="0"/> | |
622 | + <property key="markerStyle" value="0"/> | |
623 | + </xml-tag> | |
624 | + <xml-tag> | |
625 | + <property key="className" value="com.iver.cit.gvsig.fmap.core.symbols.SimpleMarkerSymbol"/> | |
626 | + <property key="desc" value="NIND teste"/> | |
627 | + <property key="isShapeVisible" value="true"/> | |
628 | + <property key="color" value="220,220,220,255"/> | |
629 | + <property key="rotation" value="0.0"/> | |
630 | + <property key="offsetX" value="0.0"/> | |
631 | + <property key="offsetY" value="0.0"/> | |
632 | + <property key="size" value="4.0"/> | |
633 | + <property key="outline" value="false"/> | |
634 | + <property key="unit" value="-1"/> | |
635 | + <property key="referenceSystem" value="0"/> | |
636 | + <property key="markerStyle" value="0"/> | |
637 | + </xml-tag> | |
638 | + <xml-tag> | |
639 | + <property key="className" value="com.iver.cit.gvsig.fmap.core.symbols.SimpleMarkerSymbol"/> | |
640 | + <property key="desc" value="PRIV"/> | |
641 | + <property key="isShapeVisible" value="true"/> | |
642 | + <property key="color" value="0,255,255,255"/> | |
643 | + <property key="rotation" value="0.0"/> | |
644 | + <property key="offsetX" value="0.0"/> | |
645 | + <property key="offsetY" value="0.0"/> | |
646 | + <property key="size" value="4.0"/> | |
647 | + <property key="outline" value="false"/> | |
648 | + <property key="unit" value="-1"/> | |
649 | + <property key="referenceSystem" value="0"/> | |
650 | + <property key="markerStyle" value="0"/> | |
651 | + </xml-tag> | |
652 | + <xml-tag> | |
653 | + <property key="className" value="com.iver.cit.gvsig.fmap.core.symbols.SimpleMarkerSymbol"/> | |
654 | + <property key="desc" value="PRIV/PUB"/> | |
655 | + <property key="isShapeVisible" value="true"/> | |
656 | + <property key="color" value="255,0,64,255"/> | |
657 | + <property key="rotation" value="0.0"/> | |
658 | + <property key="offsetX" value="0.0"/> | |
659 | + <property key="offsetY" value="0.0"/> | |
660 | + <property key="size" value="4.0"/> | |
661 | + <property key="outline" value="false"/> | |
662 | + <property key="unit" value="-1"/> | |
663 | + <property key="referenceSystem" value="0"/> | |
664 | + <property key="markerStyle" value="0"/> | |
665 | + </xml-tag> | |
666 | + <xml-tag> | |
667 | + <property key="className" value="com.iver.cit.gvsig.fmap.core.symbols.SimpleMarkerSymbol"/> | |
668 | + <property key="desc" value="PUB"/> | |
669 | + <property key="isShapeVisible" value="true"/> | |
670 | + <property key="color" value="128,0,255,255"/> | |
671 | + <property key="rotation" value="0.0"/> | |
672 | + <property key="offsetX" value="0.0"/> | |
673 | + <property key="offsetY" value="0.0"/> | |
674 | + <property key="size" value="4.0"/> | |
675 | + <property key="outline" value="false"/> | |
676 | + <property key="unit" value="-1"/> | |
677 | + <property key="referenceSystem" value="0"/> | |
678 | + <property key="markerStyle" value="0"/> | |
679 | + </xml-tag> | |
680 | + </xml-tag> | |
681 | + <xml-tag> | |
682 | + <property key="className" value="com.iver.cit.gvsig.fmap.layers.SelectionSupport"/> | |
683 | + <property key="numBitSet" value="0"/> | |
684 | + </xml-tag> | |
685 | + <xml-tag> | |
686 | + <property key="className" value="com.iver.cit.gvsig.fmap.rendering.styling.labeling.AttrInTableLabelingStrategy"/> | |
687 | + <property key="labelingStrategy" value="labelingStrategy"/> | |
688 | + <property key="TextField" value="MD_LONGITU"/> | |
689 | + <property key="fontSize" value="8"/> | |
690 | + <property key="fontName" value="Segoe UI"/> | |
691 | + <property key="fontStyle" value="0"/> | |
692 | + <property key="useFixedSize" value="true"/> | |
693 | + <property key="useFixedColor" value="true"/> | |
694 | + <property key="fixedColor" value="0,0,0,255"/> | |
695 | + <property key="fixedSize" value="10.0"/> | |
696 | + <property key="Unit" value="1"/> | |
697 | + <property key="referenceSystem" value="0"/> | |
698 | + </xml-tag> | |
699 | + <xml-tag> | |
336 | 700 | <property key="typeChild" value="linkProperties"/> |
337 | 701 | <property key="extName"/> |
338 | 702 | <property key="fieldName"/> |
... | ... | @@ -345,6 +709,7 @@ |
345 | 709 | <property key="className" value="com.iver.cit.gvsig.fmap.MapContext"/> |
346 | 710 | <xml-tag> |
347 | 711 | <property key="className" value="com.iver.cit.gvsig.fmap.ViewPort"/> |
712 | + <property key="backColor" value="255,255,255,255"/> | |
348 | 713 | <property key="dist1pixel" value="0.0"/> |
349 | 714 | <property key="dist3pixel" value="0.0"/> |
350 | 715 | <property key="distanceUnits" value="1"/> |
... | ... | @@ -362,7 +727,7 @@ |
362 | 727 | <xml-tag> |
363 | 728 | <property key="className" value="com.iver.cit.gvsig.fmap.layers.FLayers"/> |
364 | 729 | <property key="active" value="false"/> |
365 | - <property key="name"/> | |
730 | + <property key="name" value="root layer"/> | |
366 | 731 | <property key="minScale" value="-1.0"/> |
367 | 732 | <property key="maxScale" value="-1.0"/> |
368 | 733 | <property key="visible" value="true"/> |
... | ... | @@ -401,7 +766,7 @@ |
401 | 766 | <property key="offsetX" value="0.0"/> |
402 | 767 | <property key="offsetY" value="0.0"/> |
403 | 768 | <property key="proj" value="EPSG:4291"/> |
404 | - <property key="scale" value="64.00000244384798"/> | |
769 | + <property key="scale" value="0.0"/> | |
405 | 770 | <xml-tag> |
406 | 771 | <property key="className" value="com.iver.cit.gvsig.fmap.ExtentHistory"/> |
407 | 772 | <property key="num" value="1"/> |
... | ... | @@ -415,7 +780,7 @@ |
415 | 780 | <xml-tag> |
416 | 781 | <property key="className" value="com.iver.cit.gvsig.fmap.layers.FLayers"/> |
417 | 782 | <property key="active" value="false"/> |
418 | - <property key="name"/> | |
783 | + <property key="name" value="root layer"/> | |
419 | 784 | <property key="minScale" value="-1.0"/> |
420 | 785 | <property key="maxScale" value="-1.0"/> |
421 | 786 | <property key="visible" value="true"/> |
... | ... | @@ -809,6 +1174,7 @@ |
809 | 1174 | <property key="className" value="com.iver.cit.gvsig.fmap.MapContext"/> |
810 | 1175 | <xml-tag> |
811 | 1176 | <property key="className" value="com.iver.cit.gvsig.fmap.ViewPort"/> |
1177 | + <property key="backColor" value="255,255,255,255"/> | |
812 | 1178 | <property key="dist1pixel" value="0.0"/> |
813 | 1179 | <property key="dist3pixel" value="0.0"/> |
814 | 1180 | <property key="distanceUnits" value="1"/> |
... | ... | @@ -826,7 +1192,7 @@ |
826 | 1192 | <xml-tag> |
827 | 1193 | <property key="className" value="com.iver.cit.gvsig.fmap.layers.FLayers"/> |
828 | 1194 | <property key="active" value="false"/> |
829 | - <property key="name"/> | |
1195 | + <property key="name" value="root layer"/> | |
830 | 1196 | <property key="minScale" value="-1.0"/> |
831 | 1197 | <property key="maxScale" value="-1.0"/> |
832 | 1198 | <property key="visible" value="true"/> |
... | ... | @@ -859,10 +1225,10 @@ |
859 | 1225 | </xml-tag> |
860 | 1226 | <xml-tag> |
861 | 1227 | <property key="name" value="ViewInfoProperties"/> |
862 | - <property key="X" value="-1"/> | |
863 | - <property key="Y" value="-1"/> | |
864 | - <property key="Width" value="737"/> | |
865 | - <property key="Height" value="521"/> | |
1228 | + <property key="X" value="0"/> | |
1229 | + <property key="Y" value="0"/> | |
1230 | + <property key="Width" value="1073"/> | |
1231 | + <property key="Height" value="569"/> | |
866 | 1232 | <property key="isVisible" value="true"/> |
867 | 1233 | <property key="isResizable" value="true"/> |
868 | 1234 | <property key="isMaximizable" value="true"/> |
... | ... | @@ -871,32 +1237,37 @@ |
871 | 1237 | <property key="isClosed" value="false"/> |
872 | 1238 | <property key="isNotClosable" value="false"/> |
873 | 1239 | <property key="AdditionalInfo"/> |
1240 | + <property key="isMaximized" value="true"/> | |
1241 | + <property key="normalX" value="-1"/> | |
1242 | + <property key="normalY" value="-1"/> | |
1243 | + <property key="normalWidth" value="500"/> | |
1244 | + <property key="normalHeight" value="340"/> | |
874 | 1245 | <property key="documentType" value="ProjectView"/> |
875 | - <property key="documentName" value="Teste vistra 2"/> | |
1246 | + <property key="documentName" value="teste 1"/> | |
876 | 1247 | <property key="zPosition" value="0"/> |
877 | 1248 | <xml-tag> |
878 | 1249 | <property key="name" value="windowData"/> |
879 | 1250 | <property key="GraphicLocator.isPalette" value="false"/> |
880 | - <property key="GraphicLocator.Height" value="263"/> | |
1251 | + <property key="GraphicLocator.Height" value="226"/> | |
881 | 1252 | <property key="MainDivider.Y" value="0"/> |
882 | 1253 | <property key="MainDivider.X" value="0"/> |
883 | - <property key="MapControl.Height" value="494"/> | |
884 | - <property key="TOCDivider.Location" value="223"/> | |
885 | - <property key="TOC.Height" value="222"/> | |
1254 | + <property key="MapControl.Height" value="543"/> | |
1255 | + <property key="TOCDivider.Location" value="309"/> | |
1256 | + <property key="TOC.Height" value="308"/> | |
886 | 1257 | <property key="TOCDivider.Y" value="1"/> |
887 | 1258 | <property key="TOCDivider.X" value="1"/> |
888 | - <property key="MainDivider.Location" value="343"/> | |
889 | - <property key="MainDivider.Width" value="735"/> | |
1259 | + <property key="MainDivider.Location" value="322"/> | |
1260 | + <property key="MainDivider.Width" value="1072"/> | |
890 | 1261 | <property key="MainWindow.X" value="0"/> |
891 | - <property key="TOCDivider.Height" value="494"/> | |
892 | - <property key="TOC.Width" value="340"/> | |
893 | - <property key="MainWindow.Width" value="735"/> | |
894 | - <property key="TOCDivider.Width" value="342"/> | |
1262 | + <property key="TOCDivider.Height" value="543"/> | |
1263 | + <property key="TOC.Width" value="319"/> | |
1264 | + <property key="MainWindow.Width" value="1072"/> | |
1265 | + <property key="TOCDivider.Width" value="321"/> | |
895 | 1266 | <property key="MainWindow.Y" value="0"/> |
896 | - <property key="MapControl.Width" value="384"/> | |
897 | - <property key="GraphicLocator.Width" value="340"/> | |
898 | - <property key="MainWindow.Height" value="496"/> | |
899 | - <property key="MainDivider.Height" value="496"/> | |
1267 | + <property key="MapControl.Width" value="742"/> | |
1268 | + <property key="GraphicLocator.Width" value="319"/> | |
1269 | + <property key="MainWindow.Height" value="545"/> | |
1270 | + <property key="MainDivider.Height" value="545"/> | |
900 | 1271 | </xml-tag> |
901 | 1272 | </xml-tag> |
902 | 1273 | </xml-tag> | ... | ... |
pacotes/gvsig/projetoteste.gvp
... | ... | @@ -6,9 +6,9 @@ |
6 | 6 | <property key="creationDate" value="Mar 25, 2011"/> |
7 | 7 | <property key="numExtents" value="0"/> |
8 | 8 | <property key="numCameras" value="0"/> |
9 | - <property key="data-source-count" value="13"/> | |
9 | + <property key="data-source-count" value="25"/> | |
10 | 10 | <property key="numDocuments" value="2"/> |
11 | - <property key="modificationDate" value="Mar 25, 2011"/> | |
11 | + <property key="modificationDate" value="Mar 28, 2011"/> | |
12 | 12 | <property key="name" value="projetoteste.gvp"/> |
13 | 13 | <property key="owner" value="Dono do projeto"/> |
14 | 14 | <property key="selectionColor" value="255,255,0,255"/> |
... | ... | @@ -16,38 +16,32 @@ |
16 | 16 | <property key="followHeaderEncoding" value="true"/> |
17 | 17 | <xml-tag> |
18 | 18 | <property key="type" value="otherDriverFile"/> |
19 | - <property key="gdbmsname" value="gdbms760b52d1_12eee43d099__7ff9"/> | |
20 | - <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\ferrovia.dbf"/> | |
19 | + <property key="gdbmsname" value="gdbms_3efbdd4f_12efe5773d1__7ff1"/> | |
20 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\RIO_INTERMITENTE.dbf"/> | |
21 | 21 | <property key="driverName" value="gdbms dbf driver"/> |
22 | 22 | </xml-tag> |
23 | 23 | <xml-tag> |
24 | 24 | <property key="type" value="otherDriverFile"/> |
25 | - <property key="gdbmsname" value="gdbms760b52d1_12eee43d099__7ff5"/> | |
26 | - <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\MASSA_DAGUA_PERMANENTE.dbf"/> | |
25 | + <property key="gdbmsname" value="gdbms_3efbdd4f_12efe5773d1__7ff0"/> | |
26 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\AREA_PARQUE.dbf"/> | |
27 | 27 | <property key="driverName" value="gdbms dbf driver"/> |
28 | 28 | </xml-tag> |
29 | 29 | <xml-tag> |
30 | 30 | <property key="type" value="otherDriverFile"/> |
31 | - <property key="gdbmsname" value="gdbms760b52d1_12eee43d099__7ff6"/> | |
32 | - <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\MASSA_DAGUA_PERMANENTE.dbf"/> | |
31 | + <property key="gdbmsname" value="gdbms_3efbdd4f_12efe5773d1__7ff3"/> | |
32 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\estados.dbf"/> | |
33 | 33 | <property key="driverName" value="gdbms dbf driver"/> |
34 | 34 | </xml-tag> |
35 | 35 | <xml-tag> |
36 | 36 | <property key="type" value="otherDriverFile"/> |
37 | - <property key="gdbmsname" value="gdbms760b52d1_12eee43d099__7ff7"/> | |
38 | - <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\MASSA_DAGUA_INTERMITENTE.dbf"/> | |
37 | + <property key="gdbmsname" value="gdbms_3efbdd4f_12efe5773d1__7ff2"/> | |
38 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\estados.dbf"/> | |
39 | 39 | <property key="driverName" value="gdbms dbf driver"/> |
40 | 40 | </xml-tag> |
41 | 41 | <xml-tag> |
42 | 42 | <property key="type" value="otherDriverFile"/> |
43 | - <property key="gdbmsname" value="gdbms760b52d1_12eee43d099__7ff8"/> | |
44 | - <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\LINHA_DE_LIMITE.dbf"/> | |
45 | - <property key="driverName" value="gdbms dbf driver"/> | |
46 | - </xml-tag> | |
47 | - <xml-tag> | |
48 | - <property key="type" value="otherDriverFile"/> | |
49 | - <property key="gdbmsname" value="ORA_EPSG"/> | |
50 | - <property key="file" value="C:/Program Files (x86)/gvsig-oade-2010-1.0.0/bin/gvSIG/extensiones/com.iver.cit.gvsig.oracle_spatial/dbf/ORA_EPSG.DBF"/> | |
43 | + <property key="gdbmsname" value="gdbms1cc05f5b_12efd076fd8__7ff4"/> | |
44 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\AEROPORTO_CAMPO_DE_POUSO.dbf"/> | |
51 | 45 | <property key="driverName" value="gdbms dbf driver"/> |
52 | 46 | </xml-tag> |
53 | 47 | <xml-tag> |
... | ... | @@ -88,11 +82,89 @@ |
88 | 82 | </xml-tag> |
89 | 83 | <xml-tag> |
90 | 84 | <property key="type" value="otherDriverFile"/> |
85 | + <property key="gdbmsname" value="gdbms1cc05f5b_12efd076fd8__7ff5"/> | |
86 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\AEROPORTO_CAMPO_DE_POUSO.dbf"/> | |
87 | + <property key="driverName" value="gdbms dbf driver"/> | |
88 | + </xml-tag> | |
89 | + <xml-tag> | |
90 | + <property key="type" value="otherDriverFile"/> | |
91 | 91 | <property key="gdbmsname" value="gdbms760b52d1_12eee43d099__7ffb"/> |
92 | 92 | <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\CURVA_NIVEL_INTERMEDIARIA_300.dbf"/> |
93 | 93 | <property key="driverName" value="gdbms dbf driver"/> |
94 | 94 | </xml-tag> |
95 | 95 | <xml-tag> |
96 | + <property key="type" value="otherDriverFile"/> | |
97 | + <property key="gdbmsname" value="gdbms760b52d1_12eee43d099__7ff9"/> | |
98 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\ferrovia.dbf"/> | |
99 | + <property key="driverName" value="gdbms dbf driver"/> | |
100 | + </xml-tag> | |
101 | + <xml-tag> | |
102 | + <property key="type" value="otherDriverFile"/> | |
103 | + <property key="gdbmsname" value="gdbms760b52d1_12eee43d099__7ff5"/> | |
104 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\MASSA_DAGUA_PERMANENTE.dbf"/> | |
105 | + <property key="driverName" value="gdbms dbf driver"/> | |
106 | + </xml-tag> | |
107 | + <xml-tag> | |
108 | + <property key="type" value="otherDriverFile"/> | |
109 | + <property key="gdbmsname" value="gdbms760b52d1_12eee43d099__7ff6"/> | |
110 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\MASSA_DAGUA_PERMANENTE.dbf"/> | |
111 | + <property key="driverName" value="gdbms dbf driver"/> | |
112 | + </xml-tag> | |
113 | + <xml-tag> | |
114 | + <property key="type" value="otherDriverFile"/> | |
115 | + <property key="gdbmsname" value="gdbms760b52d1_12eee43d099__7ff7"/> | |
116 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\MASSA_DAGUA_INTERMITENTE.dbf"/> | |
117 | + <property key="driverName" value="gdbms dbf driver"/> | |
118 | + </xml-tag> | |
119 | + <xml-tag> | |
120 | + <property key="type" value="otherDriverFile"/> | |
121 | + <property key="gdbmsname" value="gdbms760b52d1_12eee43d099__7ff8"/> | |
122 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\LINHA_DE_LIMITE.dbf"/> | |
123 | + <property key="driverName" value="gdbms dbf driver"/> | |
124 | + </xml-tag> | |
125 | + <xml-tag> | |
126 | + <property key="type" value="otherDriverFile"/> | |
127 | + <property key="gdbmsname" value="gdbms5b5095ef_12efe69a531__7ff4"/> | |
128 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\AREA_PARQUE.dbf"/> | |
129 | + <property key="driverName" value="gdbms dbf driver"/> | |
130 | + </xml-tag> | |
131 | + <xml-tag> | |
132 | + <property key="type" value="otherDriverFile"/> | |
133 | + <property key="gdbmsname" value="ORA_EPSG"/> | |
134 | + <property key="file" value="C:/Program Files (x86)/gvsig-oade-2010-1.0.0/bin/gvSIG/extensiones/com.iver.cit.gvsig.oracle_spatial/dbf/ORA_EPSG.DBF"/> | |
135 | + <property key="driverName" value="gdbms dbf driver"/> | |
136 | + </xml-tag> | |
137 | + <xml-tag> | |
138 | + <property key="type" value="otherDriverFile"/> | |
139 | + <property key="gdbmsname" value="gdbms5b5095ef_12efe69a531__7ff3"/> | |
140 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\AREA_PARQUE.dbf"/> | |
141 | + <property key="driverName" value="gdbms dbf driver"/> | |
142 | + </xml-tag> | |
143 | + <xml-tag> | |
144 | + <property key="type" value="otherDriverFile"/> | |
145 | + <property key="gdbmsname" value="gdbms5b5095ef_12efe69a531__7ff2"/> | |
146 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\AREA_PARQUE.dbf"/> | |
147 | + <property key="driverName" value="gdbms dbf driver"/> | |
148 | + </xml-tag> | |
149 | + <xml-tag> | |
150 | + <property key="type" value="otherDriverFile"/> | |
151 | + <property key="gdbmsname" value="gdbms5b5095ef_12efe69a531__7ff1"/> | |
152 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\AREA_PARQUE.dbf"/> | |
153 | + <property key="driverName" value="gdbms dbf driver"/> | |
154 | + </xml-tag> | |
155 | + <xml-tag> | |
156 | + <property key="type" value="otherDriverFile"/> | |
157 | + <property key="gdbmsname" value="gdbms_3efbdd4f_12efe5773d1__7ff4"/> | |
158 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\AREA_PARQUE.dbf"/> | |
159 | + <property key="driverName" value="gdbms dbf driver"/> | |
160 | + </xml-tag> | |
161 | + <xml-tag> | |
162 | + <property key="type" value="otherDriverFile"/> | |
163 | + <property key="gdbmsname" value="gdbms_3efbdd4f_12efe5773d1__7ff5"/> | |
164 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\RIO_PERMANENTE.dbf"/> | |
165 | + <property key="driverName" value="gdbms dbf driver"/> | |
166 | + </xml-tag> | |
167 | + <xml-tag> | |
96 | 168 | <property key="className" value="ProjectView"/> |
97 | 169 | <property key="comment" value="Comentário"/> |
98 | 170 | <property key="creationDate" value="3/25/11 3:24 PM"/> |
... | ... | @@ -104,48 +176,68 @@ |
104 | 176 | <property key="className" value="com.iver.cit.gvsig.fmap.MapContext"/> |
105 | 177 | <xml-tag> |
106 | 178 | <property key="className" value="com.iver.cit.gvsig.fmap.ViewPort"/> |
107 | - <property key="adjustedExtentX" value="-54.0"/> | |
108 | - <property key="adjustedExtentY" value="-12.786352676569605"/> | |
109 | - <property key="adjustedExtentW" value="5.999999959123286"/> | |
110 | - <property key="adjustedExtentH" value="5.5727002587702925"/> | |
179 | + <property key="adjustedExtentX" value="-51.90943376137458"/> | |
180 | + <property key="adjustedExtentY" value="-11.25304171250298"/> | |
181 | + <property key="adjustedExtentW" value="2.6466687325602045"/> | |
182 | + <property key="adjustedExtentH" value="1.9368478730191256"/> | |
111 | 183 | <property key="backColor" value="255,255,255,255"/> |
112 | - <property key="dist1pixel" value="0.017804153263568878"/> | |
113 | - <property key="dist3pixel" value="0.053412459790706635"/> | |
184 | + <property key="dist1pixel" value="0.003566938918083906"/> | |
185 | + <property key="dist3pixel" value="0.010700816288590431"/> | |
114 | 186 | <property key="distanceUnits" value="1"/> |
115 | - <property key="extentX" value="-54.0"/> | |
116 | - <property key="extentY" value="-12.000005852234406"/> | |
117 | - <property key="extentW" value="5.999999959123286"/> | |
118 | - <property key="extentH" value="4.000006610099897"/> | |
187 | + <property key="extentX" value="-51.72729379915035"/> | |
188 | + <property key="extentY" value="-11.25304171250298"/> | |
189 | + <property key="extentW" value="2.2823888081117403"/> | |
190 | + <property key="extentH" value="1.9368478730191256"/> | |
119 | 191 | <property key="mapUnits" value="8"/> |
120 | 192 | <property key="offsetX" value="0.0"/> |
121 | 193 | <property key="offsetY" value="0.0"/> |
122 | 194 | <property key="proj" value="EPSG:4291"/> |
123 | - <property key="scale" value="56.16666704931813"/> | |
195 | + <property key="scale" value="280.35242600317434"/> | |
124 | 196 | <xml-tag> |
125 | 197 | <property key="className" value="com.iver.cit.gvsig.fmap.ExtentHistory"/> |
126 | - <property key="num" value="1"/> | |
198 | + <property key="num" value="6"/> | |
127 | 199 | <property key="numrec" value="10"/> |
128 | 200 | <property key="extent0X" value="-53.85799930550584"/> |
129 | 201 | <property key="extent0Y" value="-11.988579396154162"/> |
130 | 202 | <property key="extent0W" value="5.783577948479461"/> |
131 | 203 | <property key="extent0H" value="3.9723261645352785"/> |
204 | + <property key="extent1X" value="-54.0"/> | |
205 | + <property key="extent1Y" value="-12.000005852234406"/> | |
206 | + <property key="extent1W" value="5.999999959123286"/> | |
207 | + <property key="extent1H" value="4.000006610099897"/> | |
208 | + <property key="extent2X" value="-51.49118129345605"/> | |
209 | + <property key="extent2Y" value="-11.402989940279198"/> | |
210 | + <property key="extent2W" value="2.2306685437599185"/> | |
211 | + <property key="extent2H" value="1.877886413968202"/> | |
212 | + <property key="extent3X" value="-52.71225815173992"/> | |
213 | + <property key="extent3Y" value="-12.429839634755705"/> | |
214 | + <property key="extent3W" value="4.461337087519837"/> | |
215 | + <property key="extent3H" value="3.755772827936404"/> | |
216 | + <property key="extent4X" value="-55.15441186830765"/> | |
217 | + <property key="extent4Y" value="-14.483539023708719"/> | |
218 | + <property key="extent4W" value="8.922674175039674"/> | |
219 | + <property key="extent4H" value="7.511545655872808"/> | |
220 | + <property key="extent5X" value="-54.2551985348279"/> | |
221 | + <property key="extent5Y" value="-12.32282304128669"/> | |
222 | + <property key="extent5W" value="6.747141416808411"/> | |
223 | + <property key="extent5H" value="4.494696925698654"/> | |
132 | 224 | </xml-tag> |
133 | 225 | </xml-tag> |
134 | 226 | <xml-tag> |
135 | 227 | <property key="className" value="com.iver.cit.gvsig.fmap.layers.FLayers"/> |
136 | 228 | <property key="active" value="false"/> |
137 | - <property key="name"/> | |
229 | + <property key="name" value="root layer"/> | |
138 | 230 | <property key="minScale" value="-1.0"/> |
139 | 231 | <property key="maxScale" value="-1.0"/> |
140 | 232 | <property key="visible" value="true"/> |
141 | 233 | <property key="transparency" value="255"/> |
142 | 234 | <property key="isInTOC" value="true"/> |
143 | - <property key="numLayers" value="4"/> | |
144 | - <property key="LayerNames" value="AEROPORTO_CAMPO_DE_POUSO.shp ,AREA_PARQUE.shp ,RIO_INTERMITENTE.shp ,RIO_PERMANENTE.shp"/> | |
235 | + <property key="numLayers" value="5"/> | |
236 | + <property key="LayerNames" value="estados.shp ,AREA_PARQUE.shp ,RIO_INTERMITENTE.shp ,RIO_PERMANENTE.shp ,Aeroportos"/> | |
145 | 237 | <xml-tag> |
146 | 238 | <property key="className" value="com.iver.cit.gvsig.fmap.layers.FLyrVect"/> |
147 | 239 | <property key="active" value="false"/> |
148 | - <property key="name" value="AEROPORTO_CAMPO_DE_POUSO.shp"/> | |
240 | + <property key="name" value="estados.shp"/> | |
149 | 241 | <property key="minScale" value="-1.0"/> |
150 | 242 | <property key="maxScale" value="-1.0"/> |
151 | 243 | <property key="visible" value="true"/> |
... | ... | @@ -153,25 +245,54 @@ |
153 | 245 | <property key="transparency" value="255"/> |
154 | 246 | <property key="isInTOC" value="true"/> |
155 | 247 | <property key="type" value="vectorial"/> |
156 | - <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\AEROPORTO_CAMPO_DE_POUSO.shp"/> | |
157 | - <property key="recordset-name" value="gdbms760b52d1_12eee43d099__8000"/> | |
248 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\estados.shp"/> | |
249 | + <property key="recordset-name" value="gdbms_3efbdd4f_12efe5773d1__7ff3"/> | |
158 | 250 | <property key="driverName" value="gvSIG shp driver"/> |
159 | 251 | <property key="isLabeled" value="false"/> |
160 | 252 | <xml-tag> |
253 | + <property key="childName" value="properties"/> | |
254 | + <xml-tag> | |
255 | + <property key="className" value="org.gvsig.hyperlink.config.LayerLinkConfig"/> | |
256 | + <property key="enabled" value="false"/> | |
257 | + <property key="layerPropertyName" value="org.gvsig.hyperlink.config"/> | |
258 | + <xml-tag> | |
259 | + <property key="className" value="org.gvsig.hyperlink.config.LinkConfig"/> | |
260 | + <property key="actionCode" value="Txt_format"/> | |
261 | + <property key="fieldName" value="ESTADO"/> | |
262 | + <property key="extension" value=""/> | |
263 | + </xml-tag> | |
264 | + </xml-tag> | |
265 | + </xml-tag> | |
266 | + <xml-tag> | |
161 | 267 | <property key="className" value="com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend"/> |
162 | 268 | <xml-tag> |
163 | - <property key="className" value="com.iver.cit.gvsig.fmap.core.symbols.SimpleMarkerSymbol"/> | |
164 | - <property key="desc"/> | |
269 | + <property key="className" value="com.iver.cit.gvsig.fmap.core.symbols.SimpleFillSymbol"/> | |
270 | + <property key="color" value="249,233,179,255"/> | |
271 | + <property key="hasFill" value="true"/> | |
272 | + <property key="desc" value=""/> | |
165 | 273 | <property key="isShapeVisible" value="true"/> |
166 | - <property key="color" value="118,118,119,255"/> | |
167 | - <property key="rotation" value="0.0"/> | |
168 | - <property key="offsetX" value="0.0"/> | |
169 | - <property key="offsetY" value="0.0"/> | |
170 | - <property key="size" value="4.0"/> | |
171 | - <property key="outline" value="false"/> | |
172 | - <property key="unit" value="-1"/> | |
173 | 274 | <property key="referenceSystem" value="0"/> |
174 | - <property key="markerStyle" value="0"/> | |
275 | + <property key="unit" value="-1"/> | |
276 | + <property key="hasOutline" value="true"/> | |
277 | + <xml-tag> | |
278 | + <property key="className" value="com.iver.cit.gvsig.fmap.core.symbols.SimpleLineSymbol"/> | |
279 | + <property key="isShapeVisible" value="true"/> | |
280 | + <property key="desc"/> | |
281 | + <property key="unit" value="-1"/> | |
282 | + <property key="referenceSystem" value="0"/> | |
283 | + <property key="color" value="128,128,128,255"/> | |
284 | + <xml-tag> | |
285 | + <property key="className" value="com.iver.cit.gvsig.fmap.core.styles.SimpleLineStyle"/> | |
286 | + <property key="desc"/> | |
287 | + <property key="lineWidth" value="1.0"/> | |
288 | + <property key="dashPhase" value="0.0"/> | |
289 | + <property key="endCap" value="0"/> | |
290 | + <property key="lineJoin" value="2"/> | |
291 | + <property key="miterLimit" value="10.0"/> | |
292 | + <property key="offset" value="0.0"/> | |
293 | + <property key="unit" value="0"/> | |
294 | + </xml-tag> | |
295 | + </xml-tag> | |
175 | 296 | </xml-tag> |
176 | 297 | </xml-tag> |
177 | 298 | <xml-tag> |
... | ... | @@ -179,6 +300,20 @@ |
179 | 300 | <property key="numBitSet" value="0"/> |
180 | 301 | </xml-tag> |
181 | 302 | <xml-tag> |
303 | + <property key="className" value="com.iver.cit.gvsig.fmap.rendering.styling.labeling.AttrInTableLabelingStrategy"/> | |
304 | + <property key="labelingStrategy" value="labelingStrategy"/> | |
305 | + <property key="TextField" value="ESTADO"/> | |
306 | + <property key="fontSize" value="8"/> | |
307 | + <property key="fontName" value="Segoe UI"/> | |
308 | + <property key="fontStyle" value="0"/> | |
309 | + <property key="useFixedSize" value="true"/> | |
310 | + <property key="useFixedColor" value="true"/> | |
311 | + <property key="fixedColor" value="0,0,0,255"/> | |
312 | + <property key="fixedSize" value="10.0"/> | |
313 | + <property key="Unit" value="1"/> | |
314 | + <property key="referenceSystem" value="0"/> | |
315 | + </xml-tag> | |
316 | + <xml-tag> | |
182 | 317 | <property key="typeChild" value="linkProperties"/> |
183 | 318 | <property key="extName"/> |
184 | 319 | <property key="fieldName"/> |
... | ... | @@ -187,7 +322,7 @@ |
187 | 322 | </xml-tag> |
188 | 323 | <xml-tag> |
189 | 324 | <property key="className" value="com.iver.cit.gvsig.fmap.layers.FLyrVect"/> |
190 | - <property key="active" value="false"/> | |
325 | + <property key="active" value="true"/> | |
191 | 326 | <property key="name" value="AREA_PARQUE.shp"/> |
192 | 327 | <property key="minScale" value="-1.0"/> |
193 | 328 | <property key="maxScale" value="-1.0"/> |
... | ... | @@ -201,12 +336,26 @@ |
201 | 336 | <property key="driverName" value="gvSIG shp driver"/> |
202 | 337 | <property key="isLabeled" value="false"/> |
203 | 338 | <xml-tag> |
339 | + <property key="childName" value="properties"/> | |
340 | + <xml-tag> | |
341 | + <property key="className" value="org.gvsig.hyperlink.config.LayerLinkConfig"/> | |
342 | + <property key="enabled" value="false"/> | |
343 | + <property key="layerPropertyName" value="org.gvsig.hyperlink.config"/> | |
344 | + <xml-tag> | |
345 | + <property key="className" value="org.gvsig.hyperlink.config.LinkConfig"/> | |
346 | + <property key="actionCode" value="Txt_format"/> | |
347 | + <property key="fieldName" value="NM_NOME"/> | |
348 | + <property key="extension" value=""/> | |
349 | + </xml-tag> | |
350 | + </xml-tag> | |
351 | + </xml-tag> | |
352 | + <xml-tag> | |
204 | 353 | <property key="className" value="com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend"/> |
205 | 354 | <xml-tag> |
206 | 355 | <property key="className" value="com.iver.cit.gvsig.fmap.core.symbols.SimpleFillSymbol"/> |
207 | - <property key="color" value="135,125,142,255"/> | |
356 | + <property key="color" value="102,255,51,255"/> | |
208 | 357 | <property key="hasFill" value="true"/> |
209 | - <property key="desc"/> | |
358 | + <property key="desc" value=""/> | |
210 | 359 | <property key="isShapeVisible" value="true"/> |
211 | 360 | <property key="referenceSystem" value="0"/> |
212 | 361 | <property key="unit" value="-1"/> |
... | ... | @@ -237,6 +386,21 @@ |
237 | 386 | <property key="numBitSet" value="0"/> |
238 | 387 | </xml-tag> |
239 | 388 | <xml-tag> |
389 | + <property key="className" value="com.iver.cit.gvsig.fmap.rendering.styling.labeling.AttrInTableLabelingStrategy"/> | |
390 | + <property key="labelingStrategy" value="labelingStrategy"/> | |
391 | + <property key="HeightField" value="MD_AR_POLI"/> | |
392 | + <property key="TextField" value="NM_NOME"/> | |
393 | + <property key="fontSize" value="8"/> | |
394 | + <property key="fontName" value="Segoe UI"/> | |
395 | + <property key="fontStyle" value="0"/> | |
396 | + <property key="useFixedSize" value="false"/> | |
397 | + <property key="useFixedColor" value="true"/> | |
398 | + <property key="fixedColor" value="0,0,0,255"/> | |
399 | + <property key="fixedSize" value="10.0"/> | |
400 | + <property key="Unit" value="1"/> | |
401 | + <property key="referenceSystem" value="0"/> | |
402 | + </xml-tag> | |
403 | + <xml-tag> | |
240 | 404 | <property key="typeChild" value="linkProperties"/> |
241 | 405 | <property key="extName"/> |
242 | 406 | <property key="fieldName"/> |
... | ... | @@ -245,11 +409,11 @@ |
245 | 409 | </xml-tag> |
246 | 410 | <xml-tag> |
247 | 411 | <property key="className" value="com.iver.cit.gvsig.fmap.layers.FLyrVect"/> |
248 | - <property key="active" value="true"/> | |
412 | + <property key="active" value="false"/> | |
249 | 413 | <property key="name" value="RIO_INTERMITENTE.shp"/> |
250 | 414 | <property key="minScale" value="-1.0"/> |
251 | 415 | <property key="maxScale" value="-1.0"/> |
252 | - <property key="visible" value="false"/> | |
416 | + <property key="visible" value="true"/> | |
253 | 417 | <property key="proj" value="EPSG:4291"/> |
254 | 418 | <property key="transparency" value="255"/> |
255 | 419 | <property key="isInTOC" value="true"/> |
... | ... | @@ -259,14 +423,28 @@ |
259 | 423 | <property key="driverName" value="gvSIG shp driver"/> |
260 | 424 | <property key="isLabeled" value="false"/> |
261 | 425 | <xml-tag> |
426 | + <property key="childName" value="properties"/> | |
427 | + <xml-tag> | |
428 | + <property key="className" value="org.gvsig.hyperlink.config.LayerLinkConfig"/> | |
429 | + <property key="enabled" value="false"/> | |
430 | + <property key="layerPropertyName" value="org.gvsig.hyperlink.config"/> | |
431 | + <xml-tag> | |
432 | + <property key="className" value="org.gvsig.hyperlink.config.LinkConfig"/> | |
433 | + <property key="actionCode" value="Txt_format"/> | |
434 | + <property key="fieldName" value="NM_NOME"/> | |
435 | + <property key="extension" value=""/> | |
436 | + </xml-tag> | |
437 | + </xml-tag> | |
438 | + </xml-tag> | |
439 | + <xml-tag> | |
262 | 440 | <property key="className" value="com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend"/> |
263 | 441 | <xml-tag> |
264 | 442 | <property key="className" value="com.iver.cit.gvsig.fmap.core.symbols.SimpleLineSymbol"/> |
265 | 443 | <property key="isShapeVisible" value="true"/> |
266 | - <property key="desc"/> | |
444 | + <property key="desc" value=""/> | |
267 | 445 | <property key="unit" value="-1"/> |
268 | 446 | <property key="referenceSystem" value="0"/> |
269 | - <property key="color" value="228,230,237,255"/> | |
447 | + <property key="color" value="102,204,255,255"/> | |
270 | 448 | <xml-tag> |
271 | 449 | <property key="className" value="com.iver.cit.gvsig.fmap.core.styles.SimpleLineStyle"/> |
272 | 450 | <property key="desc"/> |
... | ... | @@ -285,6 +463,21 @@ |
285 | 463 | <property key="numBitSet" value="0"/> |
286 | 464 | </xml-tag> |
287 | 465 | <xml-tag> |
466 | + <property key="className" value="com.iver.cit.gvsig.fmap.rendering.styling.labeling.AttrInTableLabelingStrategy"/> | |
467 | + <property key="labelingStrategy" value="labelingStrategy"/> | |
468 | + <property key="HeightField" value="MD_EXTENSA"/> | |
469 | + <property key="TextField" value="MD_EXTENSA"/> | |
470 | + <property key="fontSize" value="8"/> | |
471 | + <property key="fontName" value="Segoe UI"/> | |
472 | + <property key="fontStyle" value="0"/> | |
473 | + <property key="useFixedSize" value="false"/> | |
474 | + <property key="useFixedColor" value="true"/> | |
475 | + <property key="fixedColor" value="0,0,0,255"/> | |
476 | + <property key="fixedSize" value="10.0"/> | |
477 | + <property key="Unit" value="1"/> | |
478 | + <property key="referenceSystem" value="0"/> | |
479 | + </xml-tag> | |
480 | + <xml-tag> | |
288 | 481 | <property key="typeChild" value="linkProperties"/> |
289 | 482 | <property key="extName"/> |
290 | 483 | <property key="fieldName"/> |
... | ... | @@ -307,14 +500,28 @@ |
307 | 500 | <property key="driverName" value="gvSIG shp driver"/> |
308 | 501 | <property key="isLabeled" value="false"/> |
309 | 502 | <xml-tag> |
503 | + <property key="childName" value="properties"/> | |
504 | + <xml-tag> | |
505 | + <property key="className" value="org.gvsig.hyperlink.config.LayerLinkConfig"/> | |
506 | + <property key="enabled" value="false"/> | |
507 | + <property key="layerPropertyName" value="org.gvsig.hyperlink.config"/> | |
508 | + <xml-tag> | |
509 | + <property key="className" value="org.gvsig.hyperlink.config.LinkConfig"/> | |
510 | + <property key="actionCode" value="Txt_format"/> | |
511 | + <property key="fieldName" value="NM_NOME"/> | |
512 | + <property key="extension" value=""/> | |
513 | + </xml-tag> | |
514 | + </xml-tag> | |
515 | + </xml-tag> | |
516 | + <xml-tag> | |
310 | 517 | <property key="className" value="com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend"/> |
311 | 518 | <xml-tag> |
312 | 519 | <property key="className" value="com.iver.cit.gvsig.fmap.core.symbols.SimpleLineSymbol"/> |
313 | 520 | <property key="isShapeVisible" value="true"/> |
314 | - <property key="desc"/> | |
521 | + <property key="desc" value=""/> | |
315 | 522 | <property key="unit" value="-1"/> |
316 | 523 | <property key="referenceSystem" value="0"/> |
317 | - <property key="color" value="161,134,182,255"/> | |
524 | + <property key="color" value="51,204,255,255"/> | |
318 | 525 | <xml-tag> |
319 | 526 | <property key="className" value="com.iver.cit.gvsig.fmap.core.styles.SimpleLineStyle"/> |
320 | 527 | <property key="desc"/> |
... | ... | @@ -333,6 +540,163 @@ |
333 | 540 | <property key="numBitSet" value="0"/> |
334 | 541 | </xml-tag> |
335 | 542 | <xml-tag> |
543 | + <property key="className" value="com.iver.cit.gvsig.fmap.rendering.styling.labeling.AttrInTableLabelingStrategy"/> | |
544 | + <property key="labelingStrategy" value="labelingStrategy"/> | |
545 | + <property key="HeightField" value="MD_EXTENSA"/> | |
546 | + <property key="TextField" value="MD_EXTENSA"/> | |
547 | + <property key="fontSize" value="8"/> | |
548 | + <property key="fontName" value="Segoe UI"/> | |
549 | + <property key="fontStyle" value="0"/> | |
550 | + <property key="useFixedSize" value="false"/> | |
551 | + <property key="useFixedColor" value="true"/> | |
552 | + <property key="fixedColor" value="0,0,0,255"/> | |
553 | + <property key="fixedSize" value="10.0"/> | |
554 | + <property key="Unit" value="1"/> | |
555 | + <property key="referenceSystem" value="0"/> | |
556 | + </xml-tag> | |
557 | + <xml-tag> | |
558 | + <property key="typeChild" value="linkProperties"/> | |
559 | + <property key="extName"/> | |
560 | + <property key="fieldName"/> | |
561 | + <property key="typeLink" value="0"/> | |
562 | + </xml-tag> | |
563 | + </xml-tag> | |
564 | + <xml-tag> | |
565 | + <property key="className" value="com.iver.cit.gvsig.fmap.layers.FLyrVect"/> | |
566 | + <property key="active" value="false"/> | |
567 | + <property key="name" value="Aeroportos"/> | |
568 | + <property key="minScale" value="-1.0"/> | |
569 | + <property key="maxScale" value="-1.0"/> | |
570 | + <property key="visible" value="true"/> | |
571 | + <property key="proj" value="EPSG:4291"/> | |
572 | + <property key="transparency" value="255"/> | |
573 | + <property key="isInTOC" value="true"/> | |
574 | + <property key="type" value="vectorial"/> | |
575 | + <property key="file" value="C:\ms4w\Apache\htdocs\i3geo\aplicmap\dados\sc22\AEROPORTO_CAMPO_DE_POUSO.shp"/> | |
576 | + <property key="recordset-name" value="gdbms760b52d1_12eee43d099__8000"/> | |
577 | + <property key="driverName" value="gvSIG shp driver"/> | |
578 | + <property key="isLabeled" value="false"/> | |
579 | + <xml-tag> | |
580 | + <property key="childName" value="properties"/> | |
581 | + <xml-tag> | |
582 | + <property key="className" value="org.gvsig.hyperlink.config.LayerLinkConfig"/> | |
583 | + <property key="enabled" value="false"/> | |
584 | + <property key="layerPropertyName" value="org.gvsig.hyperlink.config"/> | |
585 | + <xml-tag> | |
586 | + <property key="className" value="org.gvsig.hyperlink.config.LinkConfig"/> | |
587 | + <property key="actionCode" value="Txt_format"/> | |
588 | + <property key="fieldName" value="MD_LONGITU"/> | |
589 | + <property key="extension" value=""/> | |
590 | + </xml-tag> | |
591 | + </xml-tag> | |
592 | + </xml-tag> | |
593 | + <xml-tag> | |
594 | + <property key="className" value="com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend"/> | |
595 | + <property key="fieldNames" value="CD_UTIL_AE"/> | |
596 | + <property key="fieldTypes" value="12"/> | |
597 | + <property key="ownOrder" value="false"/> | |
598 | + <property key="orders" value=""/> | |
599 | + <property key="colorScheme" value="0\,0\,0\,255 ,0\,84\,0\,255 ,0\,84\,0\,255 ,0\,168\,0\,255 ,0\,168\,0\,255 ,0\,255\,0\,255 ,0\,255\,0\,255 ,0\,255\,84\,255 ,0\,255\,84\,255 ,0\,255\,168\,255 ,0\,255\,168\,255 ,0\,255\,255\,255 ,0\,255\,255\,255 ,0\,0\,255\,255 ,0\,0\,255\,255 ,128\,0\,255\,255 ,128\,0\,255\,255 ,255\,0\,220\,255 ,255\,0\,220\,255 ,255\,0\,180\,255 ,255\,0\,180\,255 ,255\,0\,128\,255 ,255\,0\,128\,255 ,255\,0\,64\,255 ,255\,0\,64\,255 ,255\,0\,0\,255 ,255\,0\,0\,255 ,220\,190\,190\,255 ,223\,190\,190\,255 ,220\,220\,220\,255 ,220\,220\,220\,255 ,255\,255\,255\,255 ,255\,255\,255\,255"/> | |
600 | + <property key="labelfield"/> | |
601 | + <property key="labelFieldHeight"/> | |
602 | + <property key="labelFieldRotation"/> | |
603 | + <property key="useDefaultSymbol" value="false"/> | |
604 | + <property key="numKeys" value="4"/> | |
605 | + <property key="tipoValueKeys" value="com.hardcode.gdbms.engine.values.NullValue"/> | |
606 | + <property key="keys" value="NIND ,PRIV ,PRIV/PUB ,PUB"/> | |
607 | + <property key="values" value="NIND ,PRIV ,PRIV/PUB ,PUB"/> | |
608 | + <property key="typeKeys" value="-1 ,-1 ,-1 ,-1"/> | |
609 | + <property key="typeValues" value="-1 ,-1 ,-1 ,-1"/> | |
610 | + <xml-tag> | |
611 | + <property key="className" value="com.iver.cit.gvsig.fmap.core.symbols.SimpleMarkerSymbol"/> | |
612 | + <property key="desc"/> | |
613 | + <property key="isShapeVisible" value="true"/> | |
614 | + <property key="color" value="128,128,128,255"/> | |
615 | + <property key="rotation" value="0.0"/> | |
616 | + <property key="offsetX" value="0.0"/> | |
617 | + <property key="offsetY" value="0.0"/> | |
618 | + <property key="size" value="4.0"/> | |
619 | + <property key="outline" value="false"/> | |
620 | + <property key="unit" value="-1"/> | |
621 | + <property key="referenceSystem" value="0"/> | |
622 | + <property key="markerStyle" value="0"/> | |
623 | + </xml-tag> | |
624 | + <xml-tag> | |
625 | + <property key="className" value="com.iver.cit.gvsig.fmap.core.symbols.SimpleMarkerSymbol"/> | |
626 | + <property key="desc" value="NIND teste"/> | |
627 | + <property key="isShapeVisible" value="true"/> | |
628 | + <property key="color" value="220,220,220,255"/> | |
629 | + <property key="rotation" value="0.0"/> | |
630 | + <property key="offsetX" value="0.0"/> | |
631 | + <property key="offsetY" value="0.0"/> | |
632 | + <property key="size" value="4.0"/> | |
633 | + <property key="outline" value="false"/> | |
634 | + <property key="unit" value="-1"/> | |
635 | + <property key="referenceSystem" value="0"/> | |
636 | + <property key="markerStyle" value="0"/> | |
637 | + </xml-tag> | |
638 | + <xml-tag> | |
639 | + <property key="className" value="com.iver.cit.gvsig.fmap.core.symbols.SimpleMarkerSymbol"/> | |
640 | + <property key="desc" value="PRIV"/> | |
641 | + <property key="isShapeVisible" value="true"/> | |
642 | + <property key="color" value="0,255,255,255"/> | |
643 | + <property key="rotation" value="0.0"/> | |
644 | + <property key="offsetX" value="0.0"/> | |
645 | + <property key="offsetY" value="0.0"/> | |
646 | + <property key="size" value="4.0"/> | |
647 | + <property key="outline" value="false"/> | |
648 | + <property key="unit" value="-1"/> | |
649 | + <property key="referenceSystem" value="0"/> | |
650 | + <property key="markerStyle" value="0"/> | |
651 | + </xml-tag> | |
652 | + <xml-tag> | |
653 | + <property key="className" value="com.iver.cit.gvsig.fmap.core.symbols.SimpleMarkerSymbol"/> | |
654 | + <property key="desc" value="PRIV/PUB"/> | |
655 | + <property key="isShapeVisible" value="true"/> | |
656 | + <property key="color" value="255,0,64,255"/> | |
657 | + <property key="rotation" value="0.0"/> | |
658 | + <property key="offsetX" value="0.0"/> | |
659 | + <property key="offsetY" value="0.0"/> | |
660 | + <property key="size" value="4.0"/> | |
661 | + <property key="outline" value="false"/> | |
662 | + <property key="unit" value="-1"/> | |
663 | + <property key="referenceSystem" value="0"/> | |
664 | + <property key="markerStyle" value="0"/> | |
665 | + </xml-tag> | |
666 | + <xml-tag> | |
667 | + <property key="className" value="com.iver.cit.gvsig.fmap.core.symbols.SimpleMarkerSymbol"/> | |
668 | + <property key="desc" value="PUB"/> | |
669 | + <property key="isShapeVisible" value="true"/> | |
670 | + <property key="color" value="128,0,255,255"/> | |
671 | + <property key="rotation" value="0.0"/> | |
672 | + <property key="offsetX" value="0.0"/> | |
673 | + <property key="offsetY" value="0.0"/> | |
674 | + <property key="size" value="4.0"/> | |
675 | + <property key="outline" value="false"/> | |
676 | + <property key="unit" value="-1"/> | |
677 | + <property key="referenceSystem" value="0"/> | |
678 | + <property key="markerStyle" value="0"/> | |
679 | + </xml-tag> | |
680 | + </xml-tag> | |
681 | + <xml-tag> | |
682 | + <property key="className" value="com.iver.cit.gvsig.fmap.layers.SelectionSupport"/> | |
683 | + <property key="numBitSet" value="0"/> | |
684 | + </xml-tag> | |
685 | + <xml-tag> | |
686 | + <property key="className" value="com.iver.cit.gvsig.fmap.rendering.styling.labeling.AttrInTableLabelingStrategy"/> | |
687 | + <property key="labelingStrategy" value="labelingStrategy"/> | |
688 | + <property key="TextField" value="MD_LONGITU"/> | |
689 | + <property key="fontSize" value="8"/> | |
690 | + <property key="fontName" value="Segoe UI"/> | |
691 | + <property key="fontStyle" value="0"/> | |
692 | + <property key="useFixedSize" value="true"/> | |
693 | + <property key="useFixedColor" value="true"/> | |
694 | + <property key="fixedColor" value="0,0,0,255"/> | |
695 | + <property key="fixedSize" value="10.0"/> | |
696 | + <property key="Unit" value="1"/> | |
697 | + <property key="referenceSystem" value="0"/> | |
698 | + </xml-tag> | |
699 | + <xml-tag> | |
336 | 700 | <property key="typeChild" value="linkProperties"/> |
337 | 701 | <property key="extName"/> |
338 | 702 | <property key="fieldName"/> |
... | ... | @@ -345,6 +709,7 @@ |
345 | 709 | <property key="className" value="com.iver.cit.gvsig.fmap.MapContext"/> |
346 | 710 | <xml-tag> |
347 | 711 | <property key="className" value="com.iver.cit.gvsig.fmap.ViewPort"/> |
712 | + <property key="backColor" value="255,255,255,255"/> | |
348 | 713 | <property key="dist1pixel" value="0.0"/> |
349 | 714 | <property key="dist3pixel" value="0.0"/> |
350 | 715 | <property key="distanceUnits" value="1"/> |
... | ... | @@ -362,7 +727,7 @@ |
362 | 727 | <xml-tag> |
363 | 728 | <property key="className" value="com.iver.cit.gvsig.fmap.layers.FLayers"/> |
364 | 729 | <property key="active" value="false"/> |
365 | - <property key="name"/> | |
730 | + <property key="name" value="root layer"/> | |
366 | 731 | <property key="minScale" value="-1.0"/> |
367 | 732 | <property key="maxScale" value="-1.0"/> |
368 | 733 | <property key="visible" value="true"/> |
... | ... | @@ -401,7 +766,7 @@ |
401 | 766 | <property key="offsetX" value="0.0"/> |
402 | 767 | <property key="offsetY" value="0.0"/> |
403 | 768 | <property key="proj" value="EPSG:4291"/> |
404 | - <property key="scale" value="64.00000244384798"/> | |
769 | + <property key="scale" value="0.0"/> | |
405 | 770 | <xml-tag> |
406 | 771 | <property key="className" value="com.iver.cit.gvsig.fmap.ExtentHistory"/> |
407 | 772 | <property key="num" value="1"/> |
... | ... | @@ -415,7 +780,7 @@ |
415 | 780 | <xml-tag> |
416 | 781 | <property key="className" value="com.iver.cit.gvsig.fmap.layers.FLayers"/> |
417 | 782 | <property key="active" value="false"/> |
418 | - <property key="name"/> | |
783 | + <property key="name" value="root layer"/> | |
419 | 784 | <property key="minScale" value="-1.0"/> |
420 | 785 | <property key="maxScale" value="-1.0"/> |
421 | 786 | <property key="visible" value="true"/> |
... | ... | @@ -809,6 +1174,7 @@ |
809 | 1174 | <property key="className" value="com.iver.cit.gvsig.fmap.MapContext"/> |
810 | 1175 | <xml-tag> |
811 | 1176 | <property key="className" value="com.iver.cit.gvsig.fmap.ViewPort"/> |
1177 | + <property key="backColor" value="255,255,255,255"/> | |
812 | 1178 | <property key="dist1pixel" value="0.0"/> |
813 | 1179 | <property key="dist3pixel" value="0.0"/> |
814 | 1180 | <property key="distanceUnits" value="1"/> |
... | ... | @@ -826,7 +1192,7 @@ |
826 | 1192 | <xml-tag> |
827 | 1193 | <property key="className" value="com.iver.cit.gvsig.fmap.layers.FLayers"/> |
828 | 1194 | <property key="active" value="false"/> |
829 | - <property key="name"/> | |
1195 | + <property key="name" value="root layer"/> | |
830 | 1196 | <property key="minScale" value="-1.0"/> |
831 | 1197 | <property key="maxScale" value="-1.0"/> |
832 | 1198 | <property key="visible" value="true"/> |
... | ... | @@ -859,10 +1225,10 @@ |
859 | 1225 | </xml-tag> |
860 | 1226 | <xml-tag> |
861 | 1227 | <property key="name" value="ViewInfoProperties"/> |
862 | - <property key="X" value="-1"/> | |
863 | - <property key="Y" value="-1"/> | |
864 | - <property key="Width" value="737"/> | |
865 | - <property key="Height" value="521"/> | |
1228 | + <property key="X" value="0"/> | |
1229 | + <property key="Y" value="0"/> | |
1230 | + <property key="Width" value="1073"/> | |
1231 | + <property key="Height" value="569"/> | |
866 | 1232 | <property key="isVisible" value="true"/> |
867 | 1233 | <property key="isResizable" value="true"/> |
868 | 1234 | <property key="isMaximizable" value="true"/> |
... | ... | @@ -871,32 +1237,37 @@ |
871 | 1237 | <property key="isClosed" value="false"/> |
872 | 1238 | <property key="isNotClosable" value="false"/> |
873 | 1239 | <property key="AdditionalInfo"/> |
1240 | + <property key="isMaximized" value="true"/> | |
1241 | + <property key="normalX" value="-1"/> | |
1242 | + <property key="normalY" value="-1"/> | |
1243 | + <property key="normalWidth" value="500"/> | |
1244 | + <property key="normalHeight" value="340"/> | |
874 | 1245 | <property key="documentType" value="ProjectView"/> |
875 | - <property key="documentName" value="Teste vistra 2"/> | |
1246 | + <property key="documentName" value="teste 1"/> | |
876 | 1247 | <property key="zPosition" value="1"/> |
877 | 1248 | <xml-tag> |
878 | 1249 | <property key="name" value="windowData"/> |
879 | 1250 | <property key="GraphicLocator.isPalette" value="false"/> |
880 | - <property key="GraphicLocator.Height" value="263"/> | |
1251 | + <property key="GraphicLocator.Height" value="226"/> | |
881 | 1252 | <property key="MainDivider.Y" value="0"/> |
882 | 1253 | <property key="MainDivider.X" value="0"/> |
883 | - <property key="MapControl.Height" value="494"/> | |
884 | - <property key="TOCDivider.Location" value="223"/> | |
885 | - <property key="TOC.Height" value="222"/> | |
1254 | + <property key="MapControl.Height" value="543"/> | |
1255 | + <property key="TOCDivider.Location" value="309"/> | |
1256 | + <property key="TOC.Height" value="308"/> | |
886 | 1257 | <property key="TOCDivider.Y" value="1"/> |
887 | 1258 | <property key="TOCDivider.X" value="1"/> |
888 | - <property key="MainDivider.Location" value="343"/> | |
889 | - <property key="MainDivider.Width" value="735"/> | |
1259 | + <property key="MainDivider.Location" value="322"/> | |
1260 | + <property key="MainDivider.Width" value="1072"/> | |
890 | 1261 | <property key="MainWindow.X" value="0"/> |
891 | - <property key="TOCDivider.Height" value="494"/> | |
892 | - <property key="TOC.Width" value="340"/> | |
893 | - <property key="MainWindow.Width" value="735"/> | |
894 | - <property key="TOCDivider.Width" value="342"/> | |
1262 | + <property key="TOCDivider.Height" value="543"/> | |
1263 | + <property key="TOC.Width" value="319"/> | |
1264 | + <property key="MainWindow.Width" value="1072"/> | |
1265 | + <property key="TOCDivider.Width" value="321"/> | |
895 | 1266 | <property key="MainWindow.Y" value="0"/> |
896 | - <property key="MapControl.Width" value="384"/> | |
897 | - <property key="GraphicLocator.Width" value="340"/> | |
898 | - <property key="MainWindow.Height" value="496"/> | |
899 | - <property key="MainDivider.Height" value="496"/> | |
1267 | + <property key="MapControl.Width" value="742"/> | |
1268 | + <property key="GraphicLocator.Width" value="319"/> | |
1269 | + <property key="MainWindow.Height" value="545"/> | |
1270 | + <property key="MainDivider.Height" value="545"/> | |
900 | 1271 | </xml-tag> |
901 | 1272 | </xml-tag> |
902 | 1273 | </xml-tag> | ... | ... |