File: provider-osm.man

package info (click to toggle)
tklib 0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,156 kB
  • sloc: tcl: 105,088; sh: 2,573; ansic: 792; pascal: 359; makefile: 69; sed: 53; exp: 21
file content (30 lines) | stat: -rw-r--r-- 882 bytes parent folder | download
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
28
29
30
[comment {-*- tcl -*- doctools manpage}]
[vset VERSION 0.1]
[manpage_begin map::provider::osm n [vset VERSION]]
[category {Map Display and Supporting Utilities}]
[keywords map {tile provider} {provider, tiles} openstreetmap mapnik]
[moddesc   {Map display support}]
[titledesc {Tile provider using OpenStreetMap Mapnik as origin}]
[require Tcl 8.6-]
[require debug]
[require debug::caller]
[require map::slippy 0.8]
[require map::slippy::cache]
[require map::slippy::fetcher]
[require snit]
[require map::provider::osm [opt [vset VERSION]]]
[description]

This package provides a tile provider suitable for use with [package map::display].
It uses OpenStreetMap Mapnik as origin and caches fetched tiles in the local filesystem.

[section API]

[list_begin definitions]
[list_end]

[section EXAMPLE]

[vset CATEGORY map]
[include ../../support/devel/doc/feedback.inc]
[manpage_end]