Diferenças
Aqui você vê as diferenças entre duas revisões dessa página.
Ambos lados da revisão anterior Revisão anterior Próxima revisão | Revisão anterior | ||
base_rima:botanica:kingdom:phylum:class:ordem:family:genus:inga [2020/11/25 20:57] admin |
base_rima:botanica:kingdom:phylum:class:ordem:family:genus:inga [2021/12/14 14:36] (atual) |
||
---|---|---|---|
Linha 6: | Linha 6: | ||
registros rima: | registros rima: | ||
- | http://192.168.0.13:8080/geoserver/rima/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=rima:pontos_flora&CQL_FILTER=genus=%27Inga%27&outputFormat=json | + | http://rede.inma.gov.br/geoserver/rima/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=rima:pontos_flora&CQL_FILTER=genus=%27Inga%27&outputFormat=json |
mapa interativo: | mapa interativo: | ||
- | http://192.168.0.13:8080/geoserver/rima/wms?service=WMS&version=1.1.0&request=GetMap&layers=rima%3Apontos_flora&CQL_FILTER=genus=%27Inga%27&bbox=-41.8558387756348%2C-21.0377807617188%2C-39.6697692871094%2C-18.2336101531982&width=598&height=768&srs=EPSG%3A4674&format=application/openlayers | + | http://rede.inma.gov.br/geoserver/rima/wms?service=WMS&version=1.1.0&request=GetMap&layers=rima%3Apontos_flora&CQL_FILTER=genus=%27Inga%27&bbox=-41.8558387756348%2C-21.0377807617188%2C-39.6697692871094%2C-18.2336101531982&width=598&height=768&srs=EPSG%3A4674&format=application/openlayers |
Linha 15: | Linha 15: | ||
<head> | <head> | ||
<meta charset="UTF-8"> | <meta charset="UTF-8"> | ||
- | <link rel="stylesheet" href="//192.168.0.13:8080/geoserver/openlayers3/ol.css" type="text/css"> | + | <link rel="stylesheet" href="//rede.inma.gov.br/geoserver/openlayers3/ol.css" type="text/css"> |
<style> | <style> | ||
.ol-zoom { | .ol-zoom { | ||
Linha 140: | Linha 140: | ||
} | } | ||
</style> | </style> | ||
- | <script src="//192.168.0.13:8080/geoserver/openlayers3/ol.js" type="text/javascript"></script> | + | <script src="//rede.inma.gov.br/geoserver/openlayers3/ol.js" type="text/javascript"></script> |
<title>OpenLayers map preview</title> | <title>OpenLayers map preview</title> | ||
</head> | </head> | ||
Linha 267: | Linha 267: | ||
source: new ol.source.ImageWMS({ | source: new ol.source.ImageWMS({ | ||
ratio: 1, | ratio: 1, | ||
- | url: 'http://192.168.0.13:8080/geoserver/rima/wms', | + | url: 'http://rede.inma.gov.br/geoserver/rima/wms', |
params: {'FORMAT': format, | params: {'FORMAT': format, | ||
'VERSION': '1.1.1', | 'VERSION': '1.1.1', | ||
Linha 279: | Linha 279: | ||
visible: false, | visible: false, | ||
source: new ol.source.TileWMS({ | source: new ol.source.TileWMS({ | ||
- | url: 'http://192.168.0.13:8080/geoserver/rima/wms', | + | url: 'http://rede.inma.gov.br/geoserver/rima/wms', |
params: {'FORMAT': format, | params: {'FORMAT': format, | ||
'VERSION': '1.1.1', | 'VERSION': '1.1.1', |