Commit 15d9132546d36e521a9b699c1248287dc77fe514
1 parent
bb97597a
Exists in
master
and in
7 other branches
--no commit message
Showing
4 changed files
with
42 additions
and
11 deletions
Show diff stats
classesphp/classe_mapa.php
@@ -1130,7 +1130,7 @@ class Mapa | @@ -1130,7 +1130,7 @@ class Mapa | ||
1130 | $cor->setrgb($corlinha[0],$corlinha[1],$corlinha[2]); | 1130 | $cor->setrgb($corlinha[0],$corlinha[1],$corlinha[2]); |
1131 | } | 1131 | } |
1132 | if($incluitexto == "sim"){ | 1132 | if($incluitexto == "sim"){ |
1133 | - if($this->vi >= 60200){ | 1133 | + if($this->vi >= 60300){ |
1134 | //$classe->addLabel(new labelObj()); | 1134 | //$classe->addLabel(new labelObj()); |
1135 | //$label = $classe->getLabel(0); | 1135 | //$label = $classe->getLabel(0); |
1136 | $s = "CLASS LABEL END END"; | 1136 | $s = "CLASS LABEL END END"; |
ferramentas/redessociais/index.php
@@ -50,10 +50,11 @@ body,td | @@ -50,10 +50,11 @@ body,td | ||
50 | <table> | 50 | <table> |
51 | <tr> | 51 | <tr> |
52 | <td> | 52 | <td> |
53 | - <script type="text/javascript" src="http://twibbon.com/embed/i3Geo"></script> | 53 | + <a href="https://www.facebook.com/groups/1517726825162707" target="_blank"><img style="width: 120px;" src="../../init/facebook.png"></a> |
54 | </td> | 54 | </td> |
55 | <td> | 55 | <td> |
56 | - Inclua o logo do i3Geo em seu avatar do Twitter e Facebook (Twibbon) | 56 | + <a href="https://lists.osgeo.org/cgi-bin/mailman/listinfo/i3geo" target="_blank"><img src="../../init/mailman.jpg"> |
57 | + </a> | ||
57 | </td> | 58 | </td> |
58 | </tr> | 59 | </tr> |
59 | <tr> | 60 | <tr> |
@@ -61,18 +62,11 @@ body,td | @@ -61,18 +62,11 @@ body,td | ||
61 | <script type="text/javascript" src="http://www.ohloh.net/p/150688/widgets/project_users.js?style=red"></script> | 62 | <script type="text/javascript" src="http://www.ohloh.net/p/150688/widgets/project_users.js?style=red"></script> |
62 | </td> | 63 | </td> |
63 | <td> | 64 | <td> |
64 | - Registre-se como um usuário na rede de desenvolvedores de software Ohloh | ||
65 | - </td> | ||
66 | -</tr> | ||
67 | -<tr> | ||
68 | - <td> | ||
69 | <a href="http://www.twitter.com/i3geo"><img src="http://twitter-badges.s3.amazonaws.com/follow_bird-a.png" /></a> | 65 | <a href="http://www.twitter.com/i3geo"><img src="http://twitter-badges.s3.amazonaws.com/follow_bird-a.png" /></a> |
70 | </td> | 66 | </td> |
71 | - <td> | ||
72 | - Siga no Twitter | ||
73 | - </td> | ||
74 | </tr> | 67 | </tr> |
75 | 68 | ||
69 | + | ||
76 | </table> | 70 | </table> |
77 | </body> | 71 | </body> |
78 | </html> | 72 | </html> |
79 | \ No newline at end of file | 73 | \ No newline at end of file |
57.8 KB
@@ -0,0 +1,37 @@ | @@ -0,0 +1,37 @@ | ||
1 | +MAP | ||
2 | + FONTSET "../symbols/fontes.txt" | ||
3 | + SYMBOLSET "../symbols/simbolos.sym" | ||
4 | + LAYER | ||
5 | + CONNECTION "http://sigel.aneel.gov.br/arcgis/services/SIGEL/Geracao/MapServer/WmsServer?" | ||
6 | + CONNECTIONTYPE WMS | ||
7 | + DATA "" | ||
8 | + METADATA | ||
9 | + "wms_srs" "EPSG:4674" | ||
10 | + "CLASSE" "SIM" | ||
11 | + "wms_name" "6" | ||
12 | + "wms_format" "image/png" | ||
13 | + "download" "NAO" | ||
14 | + "wms_connectiontimeout" "30" | ||
15 | + "TEMA" "Centrais Eólicas (ANEEL)" | ||
16 | + "identifica" "SIM" | ||
17 | + "wms_server_version" "1.1.1" | ||
18 | + "wms_style" "default" | ||
19 | + "wms_feature_info_type" "TEXT/HTML" | ||
20 | + END # METADATA | ||
21 | + NAME "_testewms" | ||
22 | + STATUS DEFAULT | ||
23 | + TEMPLATE "none.htm" | ||
24 | + TILEITEM "location" | ||
25 | + TYPE RASTER | ||
26 | + UNITS METERS | ||
27 | + CLASS | ||
28 | + NAME "" | ||
29 | + STYLE | ||
30 | + ANGLE 0 | ||
31 | + COLOR 0 0 0 | ||
32 | + OFFSET 0 0 | ||
33 | + END # STYLE | ||
34 | + END # CLASS | ||
35 | + END # LAYER | ||
36 | + | ||
37 | +END # MAP |