Commit ee5a5cc9f845f1934fa0f779f2fdb74d9adb11ab
1 parent
d18413d4
Exists in
master
and in
7 other branches
Novos ícones para a barra de navegação
Showing
64 changed files
with
132 additions
and
58 deletions
Show diff stats
css/default.css
1 | /* | 1 | /* |
2 | +Barra de botoes de navegacao | ||
3 | +*/ | ||
4 | +.ol-control button { | ||
5 | + font-size: 1.5em; | ||
6 | +} | ||
7 | +/* | ||
2 | Para a barra de rolagem | 8 | Para a barra de rolagem |
3 | */ | 9 | */ |
4 | .customScrollBar { | 10 | .customScrollBar { |
@@ -91,7 +97,7 @@ Botoes material | @@ -91,7 +97,7 @@ Botoes material | ||
91 | } | 97 | } |
92 | 98 | ||
93 | .form-group.label-static label.control-label { | 99 | .form-group.label-static label.control-label { |
94 | - top: -50px; | 100 | + top: -40px; |
95 | left: 0; | 101 | left: 0; |
96 | font-size: 13px; | 102 | font-size: 13px; |
97 | line-height: 1.07142857; | 103 | line-height: 1.07142857; |
interface/carto_ol.htm
@@ -104,28 +104,35 @@ | @@ -104,28 +104,35 @@ | ||
104 | <!-- barra de icones de navegacao --> | 104 | <!-- barra de icones de navegacao --> |
105 | <div class="ol-i3GEOcontrols ol-control" data-traduzir="true"> | 105 | <div class="ol-i3GEOcontrols ol-control" data-traduzir="true"> |
106 | <button title="{{{d2t}}}" onclick="i3GEO.Interface.zoom2ext(i3GEO.parametros.extentTotal)" style="float: left;"> | 106 | <button title="{{{d2t}}}" onclick="i3GEO.Interface.zoom2ext(i3GEO.parametros.extentTotal)" style="float: left;"> |
107 | - <img style="width:20px;" src="../imagens/gisicons/projection.png"> | 107 | + <!--<img style="width:20px;" src="../imagens/gisicons/projection.png">--> |
108 | + <i class="material-icons">public</i> | ||
108 | </button> | 109 | </button> |
109 | <button onclick="i3GEO.Interface.zoomli()" style="float: left;"> | 110 | <button onclick="i3GEO.Interface.zoomli()" style="float: left;"> |
110 | - <img style="width:20px;" src="../imagens/gisicons/zoom-region.png"> | 111 | + <!--<img style="width:20px;" src="../imagens/gisicons/zoom-region.png">--> |
112 | + <i class="material-icons">zoom_in</i> | ||
111 | </button> | 113 | </button> |
112 | <br> | 114 | <br> |
113 | <button title="{{{volta}}}" onclick="i3GEO.navega.extensaoAnterior()" style="float: left;"> | 115 | <button title="{{{volta}}}" onclick="i3GEO.navega.extensaoAnterior()" style="float: left;"> |
114 | - <img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle1.png"> | 116 | + <!--<img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle1.png">--> |
117 | + <i class="material-icons">undo</i> | ||
115 | </button> | 118 | </button> |
116 | <button title="{{{avanca}}}" onclick="i3GEO.navega.extensaoProximo()" style="float: left;"> | 119 | <button title="{{{avanca}}}" onclick="i3GEO.navega.extensaoProximo()" style="float: left;"> |
117 | - <img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle2.png"> | 120 | + <!--<img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle2.png">--> |
121 | + <i class="material-icons">redo</i> | ||
118 | </button> | 122 | </button> |
119 | <br> | 123 | <br> |
120 | <button title="{{{graticule}}}" onclick="i3GEO.Interface.grade()" style="float: left;"> | 124 | <button title="{{{graticule}}}" onclick="i3GEO.Interface.grade()" style="float: left;"> |
121 | - <img style="width:16px;" src="../imagens/gisicons/graticule.png"> | 125 | + <!--<img style="width:16px;" src="../imagens/gisicons/graticule.png">--> |
126 | + <i class="material-icons">grid_on</i> | ||
122 | </button> | 127 | </button> |
123 | <button class="hidden-xs hidden-sm" title="{{{x79}}}" data-template="templates/ferramentasLink.html" onclick="i3GEO.marcador.inicia(this)" style="float: left;"> | 128 | <button class="hidden-xs hidden-sm" title="{{{x79}}}" data-template="templates/ferramentasLink.html" onclick="i3GEO.marcador.inicia(this)" style="float: left;"> |
124 | - <img style="width:20px;" src="../imagens/gisicons/save1.png"> | 129 | + <!--<img style="width:20px;" src="../imagens/gisicons/save1.png">--> |
130 | + <i class="material-icons">bookmark_border</i> | ||
125 | </button> | 131 | </button> |
126 | <br> | 132 | <br> |
127 | <button class="hidden-xs hidden-sm" title="{{{d9}}}" onclick="i3GEO.maparef.inicia()" style="float: left;"> | 133 | <button class="hidden-xs hidden-sm" title="{{{d9}}}" onclick="i3GEO.maparef.inicia()" style="float: left;"> |
128 | - <img style="width:20px;" src="../imagens/gisicons/map-reference.png"> | 134 | + <!--<img style="width:20px;" src="../imagens/gisicons/map-reference.png">--> |
135 | + <i class="material-icons">picture_in_picture</i> | ||
129 | </button> | 136 | </button> |
130 | </div> | 137 | </div> |
131 | <!--barra de progresso que e mostrada conforme as camadas sao desenhadas no mapa. Esse elemento deve ter o id="i3GEOprogressoCamadas" --> | 138 | <!--barra de progresso que e mostrada conforme as camadas sao desenhadas no mapa. Esse elemento deve ter o id="i3GEOprogressoCamadas" --> |
interface/gm.phtml
@@ -118,25 +118,36 @@ include("../ms_configura.php"); | @@ -118,25 +118,36 @@ include("../ms_configura.php"); | ||
118 | </div> | 118 | </div> |
119 | <!-- barra de icones de navegacao --> | 119 | <!-- barra de icones de navegacao --> |
120 | <div class="ol-i3GEOcontrols ol-control" data-traduzir="true"> | 120 | <div class="ol-i3GEOcontrols ol-control" data-traduzir="true"> |
121 | - <button title="{{{d2t}}}" onclick="i3GEO.Interface.zoom2ext(i3GEO.parametros.extentTotal)" style="float: left;"> | ||
122 | - <img style="width:20px;" src="../imagens/gisicons/projection.png"> | 121 | + <button title="{{{d2t}}}" onclick="i3GEO.Interface.zoom2ext(i3GEO.parametros.extentTotal)" style="float: left;"> |
122 | + <!--<img style="width:20px;" src="../imagens/gisicons/projection.png">--> | ||
123 | + <i class="material-icons">public</i> | ||
123 | </button> | 124 | </button> |
124 | <button onclick="i3GEO.Interface.zoomli()" style="float: left;"> | 125 | <button onclick="i3GEO.Interface.zoomli()" style="float: left;"> |
125 | - <img style="width:20px;" src="../imagens/gisicons/zoom-region.png"> | 126 | + <!--<img style="width:20px;" src="../imagens/gisicons/zoom-region.png">--> |
127 | + <i class="material-icons">zoom_in</i> | ||
126 | </button> | 128 | </button> |
127 | <br> | 129 | <br> |
128 | <button title="{{{volta}}}" onclick="i3GEO.navega.extensaoAnterior()" style="float: left;"> | 130 | <button title="{{{volta}}}" onclick="i3GEO.navega.extensaoAnterior()" style="float: left;"> |
129 | - <img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle1.png"> | 131 | + <!--<img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle1.png">--> |
132 | + <i class="material-icons">undo</i> | ||
130 | </button> | 133 | </button> |
131 | <button title="{{{avanca}}}" onclick="i3GEO.navega.extensaoProximo()" style="float: left;"> | 134 | <button title="{{{avanca}}}" onclick="i3GEO.navega.extensaoProximo()" style="float: left;"> |
132 | - <img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle2.png"> | 135 | + <!--<img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle2.png">--> |
136 | + <i class="material-icons">redo</i> | ||
133 | </button> | 137 | </button> |
134 | <br> | 138 | <br> |
139 | + <button title="{{{graticule}}}" onclick="i3GEO.Interface.grade()" style="float: left;"> | ||
140 | + <!--<img style="width:16px;" src="../imagens/gisicons/graticule.png">--> | ||
141 | + <i class="material-icons">grid_on</i> | ||
142 | + </button> | ||
135 | <button class="hidden-xs hidden-sm" title="{{{x79}}}" data-template="templates/ferramentasLink.html" onclick="i3GEO.marcador.inicia(this)" style="float: left;"> | 143 | <button class="hidden-xs hidden-sm" title="{{{x79}}}" data-template="templates/ferramentasLink.html" onclick="i3GEO.marcador.inicia(this)" style="float: left;"> |
136 | - <img style="width:20px;" src="../imagens/gisicons/save1.png"> | 144 | + <!--<img style="width:20px;" src="../imagens/gisicons/save1.png">--> |
145 | + <i class="material-icons">bookmark_border</i> | ||
137 | </button> | 146 | </button> |
147 | + <br> | ||
138 | <button class="hidden-xs hidden-sm" title="{{{d9}}}" onclick="i3GEO.maparef.inicia()" style="float: left;"> | 148 | <button class="hidden-xs hidden-sm" title="{{{d9}}}" onclick="i3GEO.maparef.inicia()" style="float: left;"> |
139 | - <img style="width:20px;" src="../imagens/gisicons/map-reference.png"> | 149 | + <!--<img style="width:20px;" src="../imagens/gisicons/map-reference.png">--> |
150 | + <i class="material-icons">picture_in_picture</i> | ||
140 | </button> | 151 | </button> |
141 | </div> | 152 | </div> |
142 | <!--barra de progresso que e mostrada conforme as camadas sao desenhadas no mapa. Esse elemento deve ter o id="i3GEOprogressoCamadas" --> | 153 | <!--barra de progresso que e mostrada conforme as camadas sao desenhadas no mapa. Esse elemento deve ter o id="i3GEOprogressoCamadas" --> |
interface/gmdebug.phtml
@@ -118,25 +118,36 @@ include("../ms_configura.php"); | @@ -118,25 +118,36 @@ include("../ms_configura.php"); | ||
118 | </div> | 118 | </div> |
119 | <!-- barra de icones de navegacao --> | 119 | <!-- barra de icones de navegacao --> |
120 | <div class="ol-i3GEOcontrols ol-control" data-traduzir="true"> | 120 | <div class="ol-i3GEOcontrols ol-control" data-traduzir="true"> |
121 | - <button title="{{{d2t}}}" onclick="i3GEO.Interface.zoom2ext(i3GEO.parametros.extentTotal)" style="float: left;"> | ||
122 | - <img style="width:20px;" src="../imagens/gisicons/projection.png"> | 121 | + <button title="{{{d2t}}}" onclick="i3GEO.Interface.zoom2ext(i3GEO.parametros.extentTotal)" style="float: left;"> |
122 | + <!--<img style="width:20px;" src="../imagens/gisicons/projection.png">--> | ||
123 | + <i class="material-icons">public</i> | ||
123 | </button> | 124 | </button> |
124 | <button onclick="i3GEO.Interface.zoomli()" style="float: left;"> | 125 | <button onclick="i3GEO.Interface.zoomli()" style="float: left;"> |
125 | - <img style="width:20px;" src="../imagens/gisicons/zoom-region.png"> | 126 | + <!--<img style="width:20px;" src="../imagens/gisicons/zoom-region.png">--> |
127 | + <i class="material-icons">zoom_in</i> | ||
126 | </button> | 128 | </button> |
127 | <br> | 129 | <br> |
128 | <button title="{{{volta}}}" onclick="i3GEO.navega.extensaoAnterior()" style="float: left;"> | 130 | <button title="{{{volta}}}" onclick="i3GEO.navega.extensaoAnterior()" style="float: left;"> |
129 | - <img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle1.png"> | 131 | + <!--<img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle1.png">--> |
132 | + <i class="material-icons">undo</i> | ||
130 | </button> | 133 | </button> |
131 | <button title="{{{avanca}}}" onclick="i3GEO.navega.extensaoProximo()" style="float: left;"> | 134 | <button title="{{{avanca}}}" onclick="i3GEO.navega.extensaoProximo()" style="float: left;"> |
132 | - <img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle2.png"> | 135 | + <!--<img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle2.png">--> |
136 | + <i class="material-icons">redo</i> | ||
133 | </button> | 137 | </button> |
134 | <br> | 138 | <br> |
139 | + <button title="{{{graticule}}}" onclick="i3GEO.Interface.grade()" style="float: left;"> | ||
140 | + <!--<img style="width:16px;" src="../imagens/gisicons/graticule.png">--> | ||
141 | + <i class="material-icons">grid_on</i> | ||
142 | + </button> | ||
135 | <button class="hidden-xs hidden-sm" title="{{{x79}}}" data-template="templates/ferramentasLink.html" onclick="i3GEO.marcador.inicia(this)" style="float: left;"> | 143 | <button class="hidden-xs hidden-sm" title="{{{x79}}}" data-template="templates/ferramentasLink.html" onclick="i3GEO.marcador.inicia(this)" style="float: left;"> |
136 | - <img style="width:20px;" src="../imagens/gisicons/save1.png"> | 144 | + <!--<img style="width:20px;" src="../imagens/gisicons/save1.png">--> |
145 | + <i class="material-icons">bookmark_border</i> | ||
137 | </button> | 146 | </button> |
147 | + <br> | ||
138 | <button class="hidden-xs hidden-sm" title="{{{d9}}}" onclick="i3GEO.maparef.inicia()" style="float: left;"> | 148 | <button class="hidden-xs hidden-sm" title="{{{d9}}}" onclick="i3GEO.maparef.inicia()" style="float: left;"> |
139 | - <img style="width:20px;" src="../imagens/gisicons/map-reference.png"> | 149 | + <!--<img style="width:20px;" src="../imagens/gisicons/map-reference.png">--> |
150 | + <i class="material-icons">picture_in_picture</i> | ||
140 | </button> | 151 | </button> |
141 | </div> | 152 | </div> |
142 | <!--barra de progresso que e mostrada conforme as camadas sao desenhadas no mapa. Esse elemento deve ter o id="i3GEOprogressoCamadas" --> | 153 | <!--barra de progresso que e mostrada conforme as camadas sao desenhadas no mapa. Esse elemento deve ter o id="i3GEOprogressoCamadas" --> |
interface/googlemaps_noite.phtml
@@ -118,25 +118,36 @@ include("../ms_configura.php"); | @@ -118,25 +118,36 @@ include("../ms_configura.php"); | ||
118 | </div> | 118 | </div> |
119 | <!-- barra de icones de navegacao --> | 119 | <!-- barra de icones de navegacao --> |
120 | <div class="ol-i3GEOcontrols ol-control" data-traduzir="true"> | 120 | <div class="ol-i3GEOcontrols ol-control" data-traduzir="true"> |
121 | - <button title="{{{d2t}}}" onclick="i3GEO.Interface.zoom2ext(i3GEO.parametros.extentTotal)" style="float: left;"> | ||
122 | - <img style="width:20px;" src="../imagens/gisicons/projection.png"> | 121 | + <button title="{{{d2t}}}" onclick="i3GEO.Interface.zoom2ext(i3GEO.parametros.extentTotal)" style="float: left;"> |
122 | + <!--<img style="width:20px;" src="../imagens/gisicons/projection.png">--> | ||
123 | + <i class="material-icons">public</i> | ||
123 | </button> | 124 | </button> |
124 | <button onclick="i3GEO.Interface.zoomli()" style="float: left;"> | 125 | <button onclick="i3GEO.Interface.zoomli()" style="float: left;"> |
125 | - <img style="width:20px;" src="../imagens/gisicons/zoom-region.png"> | 126 | + <!--<img style="width:20px;" src="../imagens/gisicons/zoom-region.png">--> |
127 | + <i class="material-icons">zoom_in</i> | ||
126 | </button> | 128 | </button> |
127 | <br> | 129 | <br> |
128 | <button title="{{{volta}}}" onclick="i3GEO.navega.extensaoAnterior()" style="float: left;"> | 130 | <button title="{{{volta}}}" onclick="i3GEO.navega.extensaoAnterior()" style="float: left;"> |
129 | - <img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle1.png"> | 131 | + <!--<img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle1.png">--> |
132 | + <i class="material-icons">undo</i> | ||
130 | </button> | 133 | </button> |
131 | <button title="{{{avanca}}}" onclick="i3GEO.navega.extensaoProximo()" style="float: left;"> | 134 | <button title="{{{avanca}}}" onclick="i3GEO.navega.extensaoProximo()" style="float: left;"> |
132 | - <img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle2.png"> | 135 | + <!--<img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle2.png">--> |
136 | + <i class="material-icons">redo</i> | ||
133 | </button> | 137 | </button> |
134 | <br> | 138 | <br> |
139 | + <button title="{{{graticule}}}" onclick="i3GEO.Interface.grade()" style="float: left;"> | ||
140 | + <!--<img style="width:16px;" src="../imagens/gisicons/graticule.png">--> | ||
141 | + <i class="material-icons">grid_on</i> | ||
142 | + </button> | ||
135 | <button class="hidden-xs hidden-sm" title="{{{x79}}}" data-template="templates/ferramentasLink.html" onclick="i3GEO.marcador.inicia(this)" style="float: left;"> | 143 | <button class="hidden-xs hidden-sm" title="{{{x79}}}" data-template="templates/ferramentasLink.html" onclick="i3GEO.marcador.inicia(this)" style="float: left;"> |
136 | - <img style="width:20px;" src="../imagens/gisicons/save1.png"> | 144 | + <!--<img style="width:20px;" src="../imagens/gisicons/save1.png">--> |
145 | + <i class="material-icons">bookmark_border</i> | ||
137 | </button> | 146 | </button> |
147 | + <br> | ||
138 | <button class="hidden-xs hidden-sm" title="{{{d9}}}" onclick="i3GEO.maparef.inicia()" style="float: left;"> | 148 | <button class="hidden-xs hidden-sm" title="{{{d9}}}" onclick="i3GEO.maparef.inicia()" style="float: left;"> |
139 | - <img style="width:20px;" src="../imagens/gisicons/map-reference.png"> | 149 | + <!--<img style="width:20px;" src="../imagens/gisicons/map-reference.png">--> |
150 | + <i class="material-icons">picture_in_picture</i> | ||
140 | </button> | 151 | </button> |
141 | </div> | 152 | </div> |
142 | <!--barra de progresso que e mostrada conforme as camadas sao desenhadas no mapa. Esse elemento deve ter o id="i3GEOprogressoCamadas" --> | 153 | <!--barra de progresso que e mostrada conforme as camadas sao desenhadas no mapa. Esse elemento deve ter o id="i3GEOprogressoCamadas" --> |
interface/ol.htm
@@ -104,28 +104,35 @@ | @@ -104,28 +104,35 @@ | ||
104 | <!-- barra de icones de navegacao --> | 104 | <!-- barra de icones de navegacao --> |
105 | <div class="ol-i3GEOcontrols ol-control" data-traduzir="true"> | 105 | <div class="ol-i3GEOcontrols ol-control" data-traduzir="true"> |
106 | <button title="{{{d2t}}}" onclick="i3GEO.Interface.zoom2ext(i3GEO.parametros.extentTotal)" style="float: left;"> | 106 | <button title="{{{d2t}}}" onclick="i3GEO.Interface.zoom2ext(i3GEO.parametros.extentTotal)" style="float: left;"> |
107 | - <img style="width:20px;" src="../imagens/gisicons/projection.png"> | 107 | + <!--<img style="width:20px;" src="../imagens/gisicons/projection.png">--> |
108 | + <i class="material-icons">public</i> | ||
108 | </button> | 109 | </button> |
109 | <button onclick="i3GEO.Interface.zoomli()" style="float: left;"> | 110 | <button onclick="i3GEO.Interface.zoomli()" style="float: left;"> |
110 | - <img style="width:20px;" src="../imagens/gisicons/zoom-region.png"> | 111 | + <!--<img style="width:20px;" src="../imagens/gisicons/zoom-region.png">--> |
112 | + <i class="material-icons">zoom_in</i> | ||
111 | </button> | 113 | </button> |
112 | <br> | 114 | <br> |
113 | <button title="{{{volta}}}" onclick="i3GEO.navega.extensaoAnterior()" style="float: left;"> | 115 | <button title="{{{volta}}}" onclick="i3GEO.navega.extensaoAnterior()" style="float: left;"> |
114 | - <img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle1.png"> | 116 | + <!--<img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle1.png">--> |
117 | + <i class="material-icons">undo</i> | ||
115 | </button> | 118 | </button> |
116 | <button title="{{{avanca}}}" onclick="i3GEO.navega.extensaoProximo()" style="float: left;"> | 119 | <button title="{{{avanca}}}" onclick="i3GEO.navega.extensaoProximo()" style="float: left;"> |
117 | - <img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle2.png"> | 120 | + <!--<img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle2.png">--> |
121 | + <i class="material-icons">redo</i> | ||
118 | </button> | 122 | </button> |
119 | <br> | 123 | <br> |
120 | <button title="{{{graticule}}}" onclick="i3GEO.Interface.grade()" style="float: left;"> | 124 | <button title="{{{graticule}}}" onclick="i3GEO.Interface.grade()" style="float: left;"> |
121 | - <img style="width:16px;" src="../imagens/gisicons/graticule.png"> | 125 | + <!--<img style="width:16px;" src="../imagens/gisicons/graticule.png">--> |
126 | + <i class="material-icons">grid_on</i> | ||
122 | </button> | 127 | </button> |
123 | <button class="hidden-xs hidden-sm" title="{{{x79}}}" data-template="templates/ferramentasLink.html" onclick="i3GEO.marcador.inicia(this)" style="float: left;"> | 128 | <button class="hidden-xs hidden-sm" title="{{{x79}}}" data-template="templates/ferramentasLink.html" onclick="i3GEO.marcador.inicia(this)" style="float: left;"> |
124 | - <img style="width:20px;" src="../imagens/gisicons/save1.png"> | 129 | + <!--<img style="width:20px;" src="../imagens/gisicons/save1.png">--> |
130 | + <i class="material-icons">bookmark_border</i> | ||
125 | </button> | 131 | </button> |
126 | <br> | 132 | <br> |
127 | <button class="hidden-xs hidden-sm" title="{{{d9}}}" onclick="i3GEO.maparef.inicia()" style="float: left;"> | 133 | <button class="hidden-xs hidden-sm" title="{{{d9}}}" onclick="i3GEO.maparef.inicia()" style="float: left;"> |
128 | - <img style="width:20px;" src="../imagens/gisicons/map-reference.png"> | 134 | + <!--<img style="width:20px;" src="../imagens/gisicons/map-reference.png">--> |
135 | + <i class="material-icons">picture_in_picture</i> | ||
129 | </button> | 136 | </button> |
130 | </div> | 137 | </div> |
131 | <!--barra de progresso que e mostrada conforme as camadas sao desenhadas no mapa. Esse elemento deve ter o id="i3GEOprogressoCamadas" --> | 138 | <!--barra de progresso que e mostrada conforme as camadas sao desenhadas no mapa. Esse elemento deve ter o id="i3GEOprogressoCamadas" --> |
interface/openlayersdebug.htm
@@ -104,28 +104,35 @@ | @@ -104,28 +104,35 @@ | ||
104 | <!-- barra de icones de navegacao --> | 104 | <!-- barra de icones de navegacao --> |
105 | <div class="ol-i3GEOcontrols ol-control" data-traduzir="true"> | 105 | <div class="ol-i3GEOcontrols ol-control" data-traduzir="true"> |
106 | <button title="{{{d2t}}}" onclick="i3GEO.Interface.zoom2ext(i3GEO.parametros.extentTotal)" style="float: left;"> | 106 | <button title="{{{d2t}}}" onclick="i3GEO.Interface.zoom2ext(i3GEO.parametros.extentTotal)" style="float: left;"> |
107 | - <img style="width:20px;" src="../imagens/gisicons/projection.png"> | 107 | + <!--<img style="width:20px;" src="../imagens/gisicons/projection.png">--> |
108 | + <i class="material-icons">public</i> | ||
108 | </button> | 109 | </button> |
109 | <button onclick="i3GEO.Interface.zoomli()" style="float: left;"> | 110 | <button onclick="i3GEO.Interface.zoomli()" style="float: left;"> |
110 | - <img style="width:20px;" src="../imagens/gisicons/zoom-region.png"> | 111 | + <!--<img style="width:20px;" src="../imagens/gisicons/zoom-region.png">--> |
112 | + <i class="material-icons">zoom_in</i> | ||
111 | </button> | 113 | </button> |
112 | <br> | 114 | <br> |
113 | <button title="{{{volta}}}" onclick="i3GEO.navega.extensaoAnterior()" style="float: left;"> | 115 | <button title="{{{volta}}}" onclick="i3GEO.navega.extensaoAnterior()" style="float: left;"> |
114 | - <img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle1.png"> | 116 | + <!--<img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle1.png">--> |
117 | + <i class="material-icons">undo</i> | ||
115 | </button> | 118 | </button> |
116 | <button title="{{{avanca}}}" onclick="i3GEO.navega.extensaoProximo()" style="float: left;"> | 119 | <button title="{{{avanca}}}" onclick="i3GEO.navega.extensaoProximo()" style="float: left;"> |
117 | - <img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle2.png"> | 120 | + <!--<img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle2.png">--> |
121 | + <i class="material-icons">redo</i> | ||
118 | </button> | 122 | </button> |
119 | <br> | 123 | <br> |
120 | <button title="{{{graticule}}}" onclick="i3GEO.Interface.grade()" style="float: left;"> | 124 | <button title="{{{graticule}}}" onclick="i3GEO.Interface.grade()" style="float: left;"> |
121 | - <img style="width:16px;" src="../imagens/gisicons/graticule.png"> | 125 | + <!--<img style="width:16px;" src="../imagens/gisicons/graticule.png">--> |
126 | + <i class="material-icons">grid_on</i> | ||
122 | </button> | 127 | </button> |
123 | <button class="hidden-xs hidden-sm" title="{{{x79}}}" data-template="templates/ferramentasLink.html" onclick="i3GEO.marcador.inicia(this)" style="float: left;"> | 128 | <button class="hidden-xs hidden-sm" title="{{{x79}}}" data-template="templates/ferramentasLink.html" onclick="i3GEO.marcador.inicia(this)" style="float: left;"> |
124 | - <img style="width:20px;" src="../imagens/gisicons/save1.png"> | 129 | + <!--<img style="width:20px;" src="../imagens/gisicons/save1.png">--> |
130 | + <i class="material-icons">bookmark_border</i> | ||
125 | </button> | 131 | </button> |
126 | <br> | 132 | <br> |
127 | <button class="hidden-xs hidden-sm" title="{{{d9}}}" onclick="i3GEO.maparef.inicia()" style="float: left;"> | 133 | <button class="hidden-xs hidden-sm" title="{{{d9}}}" onclick="i3GEO.maparef.inicia()" style="float: left;"> |
128 | - <img style="width:20px;" src="../imagens/gisicons/map-reference.png"> | 134 | + <!--<img style="width:20px;" src="../imagens/gisicons/map-reference.png">--> |
135 | + <i class="material-icons">picture_in_picture</i> | ||
129 | </button> | 136 | </button> |
130 | </div> | 137 | </div> |
131 | <!--barra de progresso que e mostrada conforme as camadas sao desenhadas no mapa. Esse elemento deve ter o id="i3GEOprogressoCamadas" --> | 138 | <!--barra de progresso que e mostrada conforme as camadas sao desenhadas no mapa. Esse elemento deve ter o id="i3GEOprogressoCamadas" --> |
interface/osm.htm
@@ -104,28 +104,35 @@ | @@ -104,28 +104,35 @@ | ||
104 | <!-- barra de icones de navegacao --> | 104 | <!-- barra de icones de navegacao --> |
105 | <div class="ol-i3GEOcontrols ol-control" data-traduzir="true"> | 105 | <div class="ol-i3GEOcontrols ol-control" data-traduzir="true"> |
106 | <button title="{{{d2t}}}" onclick="i3GEO.Interface.zoom2ext(i3GEO.parametros.extentTotal)" style="float: left;"> | 106 | <button title="{{{d2t}}}" onclick="i3GEO.Interface.zoom2ext(i3GEO.parametros.extentTotal)" style="float: left;"> |
107 | - <img style="width:20px;" src="../imagens/gisicons/projection.png"> | 107 | + <!--<img style="width:20px;" src="../imagens/gisicons/projection.png">--> |
108 | + <i class="material-icons">public</i> | ||
108 | </button> | 109 | </button> |
109 | <button onclick="i3GEO.Interface.zoomli()" style="float: left;"> | 110 | <button onclick="i3GEO.Interface.zoomli()" style="float: left;"> |
110 | - <img style="width:20px;" src="../imagens/gisicons/zoom-region.png"> | 111 | + <!--<img style="width:20px;" src="../imagens/gisicons/zoom-region.png">--> |
112 | + <i class="material-icons">zoom_in</i> | ||
111 | </button> | 113 | </button> |
112 | <br> | 114 | <br> |
113 | <button title="{{{volta}}}" onclick="i3GEO.navega.extensaoAnterior()" style="float: left;"> | 115 | <button title="{{{volta}}}" onclick="i3GEO.navega.extensaoAnterior()" style="float: left;"> |
114 | - <img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle1.png"> | 116 | + <!--<img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle1.png">--> |
117 | + <i class="material-icons">undo</i> | ||
115 | </button> | 118 | </button> |
116 | <button title="{{{avanca}}}" onclick="i3GEO.navega.extensaoProximo()" style="float: left;"> | 119 | <button title="{{{avanca}}}" onclick="i3GEO.navega.extensaoProximo()" style="float: left;"> |
117 | - <img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle2.png"> | 120 | + <!--<img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle2.png">--> |
121 | + <i class="material-icons">redo</i> | ||
118 | </button> | 122 | </button> |
119 | <br> | 123 | <br> |
120 | <button title="{{{graticule}}}" onclick="i3GEO.Interface.grade()" style="float: left;"> | 124 | <button title="{{{graticule}}}" onclick="i3GEO.Interface.grade()" style="float: left;"> |
121 | - <img style="width:16px;" src="../imagens/gisicons/graticule.png"> | 125 | + <!--<img style="width:16px;" src="../imagens/gisicons/graticule.png">--> |
126 | + <i class="material-icons">grid_on</i> | ||
122 | </button> | 127 | </button> |
123 | <button class="hidden-xs hidden-sm" title="{{{x79}}}" data-template="templates/ferramentasLink.html" onclick="i3GEO.marcador.inicia(this)" style="float: left;"> | 128 | <button class="hidden-xs hidden-sm" title="{{{x79}}}" data-template="templates/ferramentasLink.html" onclick="i3GEO.marcador.inicia(this)" style="float: left;"> |
124 | - <img style="width:20px;" src="../imagens/gisicons/save1.png"> | 129 | + <!--<img style="width:20px;" src="../imagens/gisicons/save1.png">--> |
130 | + <i class="material-icons">bookmark_border</i> | ||
125 | </button> | 131 | </button> |
126 | <br> | 132 | <br> |
127 | <button class="hidden-xs hidden-sm" title="{{{d9}}}" onclick="i3GEO.maparef.inicia()" style="float: left;"> | 133 | <button class="hidden-xs hidden-sm" title="{{{d9}}}" onclick="i3GEO.maparef.inicia()" style="float: left;"> |
128 | - <img style="width:20px;" src="../imagens/gisicons/map-reference.png"> | 134 | + <!--<img style="width:20px;" src="../imagens/gisicons/map-reference.png">--> |
135 | + <i class="material-icons">picture_in_picture</i> | ||
129 | </button> | 136 | </button> |
130 | </div> | 137 | </div> |
131 | <!--barra de progresso que e mostrada conforme as camadas sao desenhadas no mapa. Esse elemento deve ter o id="i3GEOprogressoCamadas" --> | 138 | <!--barra de progresso que e mostrada conforme as camadas sao desenhadas no mapa. Esse elemento deve ter o id="i3GEOprogressoCamadas" --> |
interface/osmdebug.htm
@@ -104,28 +104,35 @@ | @@ -104,28 +104,35 @@ | ||
104 | <!-- barra de icones de navegacao --> | 104 | <!-- barra de icones de navegacao --> |
105 | <div class="ol-i3GEOcontrols ol-control" data-traduzir="true"> | 105 | <div class="ol-i3GEOcontrols ol-control" data-traduzir="true"> |
106 | <button title="{{{d2t}}}" onclick="i3GEO.Interface.zoom2ext(i3GEO.parametros.extentTotal)" style="float: left;"> | 106 | <button title="{{{d2t}}}" onclick="i3GEO.Interface.zoom2ext(i3GEO.parametros.extentTotal)" style="float: left;"> |
107 | - <img style="width:20px;" src="../imagens/gisicons/projection.png"> | 107 | + <!--<img style="width:20px;" src="../imagens/gisicons/projection.png">--> |
108 | + <i class="material-icons">public</i> | ||
108 | </button> | 109 | </button> |
109 | <button onclick="i3GEO.Interface.zoomli()" style="float: left;"> | 110 | <button onclick="i3GEO.Interface.zoomli()" style="float: left;"> |
110 | - <img style="width:20px;" src="../imagens/gisicons/zoom-region.png"> | 111 | + <!--<img style="width:20px;" src="../imagens/gisicons/zoom-region.png">--> |
112 | + <i class="material-icons">zoom_in</i> | ||
111 | </button> | 113 | </button> |
112 | <br> | 114 | <br> |
113 | <button title="{{{volta}}}" onclick="i3GEO.navega.extensaoAnterior()" style="float: left;"> | 115 | <button title="{{{volta}}}" onclick="i3GEO.navega.extensaoAnterior()" style="float: left;"> |
114 | - <img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle1.png"> | 116 | + <!--<img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle1.png">--> |
117 | + <i class="material-icons">undo</i> | ||
115 | </button> | 118 | </button> |
116 | <button title="{{{avanca}}}" onclick="i3GEO.navega.extensaoProximo()" style="float: left;"> | 119 | <button title="{{{avanca}}}" onclick="i3GEO.navega.extensaoProximo()" style="float: left;"> |
117 | - <img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle2.png"> | 120 | + <!--<img style="width:16px;" src="../imagens/oxygen/16x16/draw-triangle2.png">--> |
121 | + <i class="material-icons">redo</i> | ||
118 | </button> | 122 | </button> |
119 | <br> | 123 | <br> |
120 | - <button onclick="i3GEO.Interface.grade()" title="{{{graticule}}}" style="float: left;"> | ||
121 | - <img style="width:16px;" src="../imagens/gisicons/graticule.png"> | 124 | + <button title="{{{graticule}}}" onclick="i3GEO.Interface.grade()" style="float: left;"> |
125 | + <!--<img style="width:16px;" src="../imagens/gisicons/graticule.png">--> | ||
126 | + <i class="material-icons">grid_on</i> | ||
122 | </button> | 127 | </button> |
123 | <button class="hidden-xs hidden-sm" title="{{{x79}}}" data-template="templates/ferramentasLink.html" onclick="i3GEO.marcador.inicia(this)" style="float: left;"> | 128 | <button class="hidden-xs hidden-sm" title="{{{x79}}}" data-template="templates/ferramentasLink.html" onclick="i3GEO.marcador.inicia(this)" style="float: left;"> |
124 | - <img style="width:20px;" src="../imagens/gisicons/save1.png"> | 129 | + <!--<img style="width:20px;" src="../imagens/gisicons/save1.png">--> |
130 | + <i class="material-icons">bookmark_border</i> | ||
125 | </button> | 131 | </button> |
126 | <br> | 132 | <br> |
127 | <button class="hidden-xs hidden-sm" title="{{{d9}}}" onclick="i3GEO.maparef.inicia()" style="float: left;"> | 133 | <button class="hidden-xs hidden-sm" title="{{{d9}}}" onclick="i3GEO.maparef.inicia()" style="float: left;"> |
128 | - <img style="width:20px;" src="../imagens/gisicons/map-reference.png"> | 134 | + <!--<img style="width:20px;" src="../imagens/gisicons/map-reference.png">--> |
135 | + <i class="material-icons">picture_in_picture</i> | ||
129 | </button> | 136 | </button> |
130 | </div> | 137 | </div> |
131 | <!--barra de progresso que e mostrada conforme as camadas sao desenhadas no mapa. Esse elemento deve ter o id="i3GEOprogressoCamadas" --> | 138 | <!--barra de progresso que e mostrada conforme as camadas sao desenhadas no mapa. Esse elemento deve ter o id="i3GEOprogressoCamadas" --> |
pacotes/yui290/build/container/container_compacto.js
100644 → 100755
pacotes/yui290/build/container/container_core_compacto.js
100644 → 100755
pacotes/yui290/build/utilities/utilities_compacto.js
100644 → 100755