FortranGIS
Version2.5
|
Simplified parsing method for quickly retrieving all the information from a osm file. This method can be called in place of readosm_parse, thus avoiding the need to define own callbacks. After successful execution, the fulldata argument will contain the full information from the file in a DOM (Document Object Model) style. It must be used with care on big datasets since it can consume a lot of memory. It uses the readosm_full_node, readosm_full_way and readosm_full_relation predefined callbacks.
Definition at line 1274 of file readosm.F90. |