1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
[comment {-*- tcl -*- doctools manpage}]
[vset VERSION 0.1]
[manpage_begin map::mark n [vset VERSION]]
[category {Map Display and Supporting Utilities}][keywords map {location marking} {mark location}]
[moddesc {Map display support}]
[titledesc {Map Action Engine - Mark A Point}]
[require Tcl 8.6-]
[require debug]
[require debug::caller]
[require snit]
[require map::mark [opt [vset VERSION]]]
[description]
This package provides a [package map::display] attachment extending the map's behaviour.
This attachment enables the user to mark locations, i.e. [term geo/point]s.
The marked locations are reported via a callback.
[section API]
[list_begin definitions]
[list_end]
[section EXAMPLE]
[vset CATEGORY map]
[include ../../support/devel/doc/feedback.inc]
[manpage_end]
|