Closed sfendrich closed 5 years ago
Maybe we should get rid of that section from the (beginners) tutorial, since keytables are normally included in downloaded oshdb files? It could be mentioned in a (still to be written) more advanced tutorial.
is now part of #139
Following the API-tutorial I get the following compilation error when trying to inlcude key-tables:
"The method keytables(OSHDBJdbc) in the type MapReducer is not applicable for the arguments (OSHDBDatabase)"
A previous version of the tutorial used
OSHDB_JDBC tagsDB = new [...]
which is now replaced byOSHDBDatabase tagsDB = [...]
. Switching back to the (now renamed)OSHDBJdbc tagsDB = new [...]
doesnotsolve the problem.