The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Maplat::Web::MapMaker - Generate MAPS with draggable items

SYNOPSIS

This module creates maps (floor plans, ...) with moveable icon.

DESCRIPTION

This module can be used in various ways. Currently, it's mainly used in the ComputerDB modules to track where the computers are on the floor plan.

Configuration

        <module>
            <modname>computermap</modname>
            <pm>MapMaker</pm>
            <options>
                <mapimg>/static/hallenplan_computerdb.jpg</mapimg>
                <width>1190</width>
                <height>826</height>
                <computer_ok>/static/hallenplan_computer_ok.gif</computer_ok>
                <computer_fail>/static/hallenplan_computer_fail.gif</computer_fail>
                <computer_blink>/static/hallenplan_computer_failblink.gif</computer_blink>
                <calib_a>/static/hallenplan_kalib_h3.gif</calib_a>
                <calib_b>/static/hallenplan_kalib_c8.gif</calib_b>
            </options>
        </module>

makeMap

Add the MAP markup to webdata.

SEE ALSO

Maplat::Web

AUTHOR

Rene Schickbauer, <rene.schickbauer@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2008-2011 by Rene Schickbauer

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.