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

map::display - Map Display Widget

Api

Bugs, Ideas, Feedback

       This document, and the package it describes, will undoubtedly contain bugs and  other  problems.   Please
       report such in the category map of the TklibTrackers [http://core.tcl.tk/tklib/reportlist].  Please also
       report any ideas for enhancements you may have for either package and/or documentation.

Category

       Map Display and Supporting Utilities

tklib                                                  0.1                                     map::display(3tk)

Description

       This  package provides a map display widget with basic behaviour (Drag, Center, Zoom +/-).  The map tiles
       are fetched from a configurable provider like map::provider::osm or anything API compatible.  The  widget
       is  extensible  with  attachable  engines  providing  additional  behaviours,  like  the display of geo/*
       resources, and/or editing of geo/* resources.

Example

Keywords

       display, map, map, map display

Name

       map::display - Map Display Widget

Synopsis


       package require Tcl8.6-

       package require Tk8.6-
       package require canvas::sqmap

       package require canvas::zoom

       package require crosshair

       package require debug

       package require debug::caller

       package require snit

       package require widget::scrolledwindow

       package require map::display?0.1?

________________________________________________________________________________________________________________

See Also