Commit f2ca574f46b5b14aa91780443885f6d53d64dbc9
1 parent
d4957748
Exists in
master
Opção para explorar os dados com reclinejs em ogc.htm
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
ogc.htm
... | ... | @@ -206,6 +206,8 @@ A:hover { |
206 | 206 | "<p><a target=blank href='"+servico+"OUTPUTFORMAT=kmz&bbox=-76.5125927,-39.3925675209,-29.5851853,9.49014852081&service=wfs&version=1.1.0&request=getfeature&layers="+tema+"&typeName="+tema+"' />download KMZ</a>"; |
207 | 207 | ins += |
208 | 208 | "<p><a target=blank href='"+servico+"OUTPUTFORMAT=geojson&bbox=-76.5125927,-39.3925675209,-29.5851853,9.49014852081&service=wfs&version=1.1.0&request=getfeature&layers="+tema+"&typeName="+tema+"' />GeoJson</a>"; |
209 | + ins += | |
210 | + "<p><a target=blank href='ferramentas/recline/default.php?tema="+tema+"' />Explore a tabela de atributos</a>"; | |
209 | 211 | |
210 | 212 | if (!$i("panellistaarquivos")) { |
211 | 213 | YAHOO.namespace("datadownloadLista"); | ... | ... |