Commit 47dd2faa5249faf7c65c69de1a8e4b5826f20729
1 parent
f634eafc
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
mashups/openlayers.php
... | ... | @@ -166,6 +166,11 @@ Parâmetros: |
166 | 166 | |
167 | 167 | Para ver a lista de códigos de temas, que podem ser utilizados no parâmetro 'temas', acesse: |
168 | 168 | <a href='../ogc.php?lista=temas' >lista de temas</a>. Os códigos são mostrados em vermelho. |
169 | + | |
170 | + Exemplo: | |
171 | + | |
172 | + <iframe height='400px' src='http://mapas.mma.gov.br/i3geo/mashups/openlayers.php?temas=bioma&altura=350&largura=350' style='border: 0px solid white;' width='400px'></iframe> | |
173 | + | |
169 | 174 | "; |
170 | 175 | exit; |
171 | 176 | } | ... | ... |