Geo::OSM::Render::Projection::Ident - Project OSM latitudes and longitudes into x, y coordinate pairs to be rendered by Geo::OSM::Render.
SYNOPSIS
This class derives from <Geo::OSM::Render::Projection>. It performs an ident projection.
OVERVIEW
See "OVERVIEW" in Geo::OSM::Render::Projection.
METHODS
new
my $proj = Geo::OSM::Render::Projection::Ident->new();
lat_lon_to_x_y
my ($x, $y) = $projection->lat_lon_to_x_y($lat, $lon);
AUTHOR
René Nyffenegger <rene.nyffenegger at adp-gmbh.ch>
COPYRIGHT AND LICENSE Copyright © 2017 René Nyffenegger, Switzerland. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the the Artistic License (2.0). You may obtain a copy of the full license at: http://www.perlfoundation.org/artistic_license_2_0
Source Code
The source code is on github. Meaningful pull requests are welcome.