logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Tirex::Backend::Test - Test backend for Tirex

Description

       This backend creates a checkerboard test pattern for testing the Tirex tile rendering system. It will be
       called from tirex-backend-manager if you configure it in /etc/tirex/renderer/test.conf.

       It has no renderer specific configuration option. There is one renderer specific configuration option for
       maps called "sleep".  It gives the time in seconds the renderer should sleep before notifying the tirex-
       master to simulate a longer rendering time.

Methods

$backend->init()
       This method initializes things specific to this backend.

   $backend->check_map_config($map)$backend->create_metatile()
       Create a metatile.

       The metatile will have a checkerboard pattern with the tile numbers and zoom level in each tile and an
       additional red border around the whole metatile.

perl v5.40.0                                       2024-11-08                          Tirex::Backend::Test(3pm)

Name

       Tirex::Backend::Test - Test backend for Tirex

See Also