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_overview - Overview of the packages in the Map module

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_overview(3tk)

Description

       Storage

              File   Definitions  of  simple  file  formats  to hold various geo/* resources, and the ability to
                     read/write these files.

                     •      map::area::filemap::box::filemap::point::filemap::track::file

              Disk   On-disk stores for various geo/* resources. Exist as basic examples to start with,  and  as
                     API  demonstrators.  In the original project these packages were factored out of sqlite was
                     used as a store. This store is however entwined too much with that project to be factored.

                     •      map::area::store::fsmap::box::store::fsmap::point::store::fsmap::track::store::fs

              Memory In-memory stores caching geo/* data and adding derived attributes. The bridge  between  the
                     actual on-disk stores and the various widgets and behaviours.

                     •      map::area::store::memorymap::box::store::memorymap::point::store::memorymap::track::store::memory

       Widgets
              To show maps, singular geo resources, and tables of many geo resources of the same kind.

              Map    map::display

              Geo Resource Tables

                     •      map::area::table-displaymap::box::table-displaymap::point::table-displaymap::track::table-display

              Geo Resource Display

                     •      map::area::displaymap::box::displaymap::track::display

       Behaviours
              Engines  attachable to map::display to add custom behaviours to the shown map.  The two classes of
              engines are for displaying overlays for specific geo resources, and the editing/entry of  specific
              single geo resources.

              Display

                     •      map::area::map-displaymap::box::map-displaymap::point::map-displaymap::track::map-display

              Editing

                     •      map::box::entrymap::markmap::track::entry

       Support
              map::provider::osm

Keywords

       map

Name

       map_overview - Overview of the packages in the Map module

See Also