The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Geo::OSM::Render::Projection::CH_LV03 - Project OSM latitudes and longitudes (preferrably within the area of Switzerland) into LV03 (»Landesvermessung 03«) x, y coordinate pairs to be rendered by Geo::OSM::Render.

SYNOPSIS

This class derives from <Geo::OSM::Render::Projection> and uses Geo::Coordinates::Converter::LV03 for the conversion.

OVERVIEW

See "OVERVIEW" in Geo::OSM::Render::Projection.

METHODS

new

    my $proj = Geo::OSM::Render::Projection::CH_LV03->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.