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 | 8 | Para a barra de rolagem |
3 | 9 | */ |
4 | 10 | .customScrollBar { |
... | ... | @@ -91,7 +97,7 @@ Botoes material |
91 | 97 | } |
92 | 98 | |
93 | 99 | .form-group.label-static label.control-label { |
94 | - top: -50px; | |
100 | + top: -40px; | |
95 | 101 | left: 0; |
96 | 102 | font-size: 13px; |
97 | 103 | line-height: 1.07142857; | ... | ... |
interface/carto_ol.htm
... | ... | @@ -104,28 +104,35 @@ |
104 | 104 | <!-- barra de icones de navegacao --> |
105 | 105 | <div class="ol-i3GEOcontrols ol-control" data-traduzir="true"> |
106 | 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 | 109 | </button> |
109 | 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 | 113 | </button> |
112 | 114 | <br> |
113 | 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 | 118 | </button> |
116 | 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 | 122 | </button> |
119 | 123 | <br> |
120 | 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 | 127 | </button> |
123 | 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 | 131 | </button> |
126 | 132 | <br> |
127 | 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 | 136 | </button> |
130 | 137 | </div> |
131 | 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 | 118 | </div> |
119 | 119 | <!-- barra de icones de navegacao --> |
120 | 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 | 124 | </button> |
124 | 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 | 128 | </button> |
127 | 129 | <br> |
128 | 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 | 133 | </button> |
131 | 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 | 137 | </button> |
134 | 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 | 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 | 146 | </button> |
147 | + <br> | |
138 | 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 | 151 | </button> |
141 | 152 | </div> |
142 | 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 | 118 | </div> |
119 | 119 | <!-- barra de icones de navegacao --> |
120 | 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 | 124 | </button> |
124 | 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 | 128 | </button> |
127 | 129 | <br> |
128 | 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 | 133 | </button> |
131 | 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 | 137 | </button> |
134 | 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 | 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 | 146 | </button> |
147 | + <br> | |
138 | 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 | 151 | </button> |
141 | 152 | </div> |
142 | 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 | 118 | </div> |
119 | 119 | <!-- barra de icones de navegacao --> |
120 | 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 | 124 | </button> |
124 | 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 | 128 | </button> |
127 | 129 | <br> |
128 | 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 | 133 | </button> |
131 | 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 | 137 | </button> |
134 | 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 | 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 | 146 | </button> |
147 | + <br> | |
138 | 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 | 151 | </button> |
141 | 152 | </div> |
142 | 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 | 104 | <!-- barra de icones de navegacao --> |
105 | 105 | <div class="ol-i3GEOcontrols ol-control" data-traduzir="true"> |
106 | 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 | 109 | </button> |
109 | 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 | 113 | </button> |
112 | 114 | <br> |
113 | 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 | 118 | </button> |
116 | 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 | 122 | </button> |
119 | 123 | <br> |
120 | 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 | 127 | </button> |
123 | 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 | 131 | </button> |
126 | 132 | <br> |
127 | 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 | 136 | </button> |
130 | 137 | </div> |
131 | 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 | 104 | <!-- barra de icones de navegacao --> |
105 | 105 | <div class="ol-i3GEOcontrols ol-control" data-traduzir="true"> |
106 | 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 | 109 | </button> |
109 | 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 | 113 | </button> |
112 | 114 | <br> |
113 | 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 | 118 | </button> |
116 | 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 | 122 | </button> |
119 | 123 | <br> |
120 | 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 | 127 | </button> |
123 | 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 | 131 | </button> |
126 | 132 | <br> |
127 | 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 | 136 | </button> |
130 | 137 | </div> |
131 | 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 | 104 | <!-- barra de icones de navegacao --> |
105 | 105 | <div class="ol-i3GEOcontrols ol-control" data-traduzir="true"> |
106 | 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 | 109 | </button> |
109 | 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 | 113 | </button> |
112 | 114 | <br> |
113 | 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 | 118 | </button> |
116 | 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 | 122 | </button> |
119 | 123 | <br> |
120 | 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 | 127 | </button> |
123 | 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 | 131 | </button> |
126 | 132 | <br> |
127 | 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 | 136 | </button> |
130 | 137 | </div> |
131 | 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 | 104 | <!-- barra de icones de navegacao --> |
105 | 105 | <div class="ol-i3GEOcontrols ol-control" data-traduzir="true"> |
106 | 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 | 109 | </button> |
109 | 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 | 113 | </button> |
112 | 114 | <br> |
113 | 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 | 118 | </button> |
116 | 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 | 122 | </button> |
119 | 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 | 127 | </button> |
123 | 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 | 131 | </button> |
126 | 132 | <br> |
127 | 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 | 136 | </button> |
130 | 137 | </div> |
131 | 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