Warning: Declaration of syntax_plugin_externallink::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /var/www/html/terralib5/wiki/lib/plugins/externallink/syntax.php on line 17

Warning: Declaration of syntax_plugin_externallink::render($mode, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /var/www/html/terralib5/wiki/lib/plugins/externallink/syntax.php on line 17
wiki:designimplementation:dataaccess - TerraLib5

TerraLib and TerraView Wiki Page

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
wiki:designimplementation:dataaccess [2014/08/18 14:11]
marisa [DataSource]
wiki:designimplementation:dataaccess [2014/08/18 14:14] (current)
marisa [DataSource]
Line 57: Line 57:
 std::​map<​std::​string,​ std::​string>​ connInfo; std::​map<​std::​string,​ std::​string>​ connInfo;
 connInfo["​URI"​] = "​http://​www.dpi.inpe.br/​wfs";​ connInfo["​URI"​] = "​http://​www.dpi.inpe.br/​wfs";​
- 
-std::string connInfo = "​service=http%3A%2F%2Fwww.dpi.inpe.br%2Fwfs";​ 
 </​code>​ </​code>​