NAME
Geo::Openstreetmap::Parser - Openstreetmap XML dump parser
VERSION
version 0.01
METHODS
new
Creates a parser object
my $parser = Geo::Openstreetmap::Parser->new( node => \&process_node, ... );
parse
Parses XML input, executing callback functions for every OSM object
$parser->parse( *STDIN );
AUTHOR
liosha <liosha@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by liosha.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.