Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
playground:playground [2018/12/31 10:15] – andrew.atkinson | playground:playground [2022/11/19 12:13] (current) – andrew.atkinson | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | $conf[toptoclevel=2]; | ||
+ | |||
====== Русская версия ====== | ====== Русская версия ====== | ||
первая попытка что-то написать в вики | первая попытка что-то написать в вики | ||
Line 5: | Line 7: | ||
Test uploading [[: | Test uploading [[: | ||
- | ====== Русская версия ====== | ||
- | первая попытка что-то написать в вики | ||
- | ну и ссылочку вставить [[: | ||
- | Test uploading [[: | + | === *Separating out legend, scale bar and north arrow.* === |
+ | |||
+ | This Tex code separates out legend, north arrow and scale bar and can place them in specified position. | ||
+ | Please note that invoking custom legend will cause map-image to fail. Instead of that \loadpicture command with full path to image can be used as shown below. | ||
+ | |||
+ | code tex-map | ||
+ | } | ||
+ | \legendbox{85}{95}{NW}{ | ||
+ | \legendwidth 25 cm % set width of the legend | ||
+ | \legendtextsize={\size[18]} % set font size | ||
+ | \hsize=\legendwidth | ||
+ | \input th_legend | ||
+ | } | ||
+ | \legendbox{15}{95}{NW}{\northarrow} | ||
+ | \legendbox{50}{5}{NW}{\scalebar} % set scale bar position | ||
+ | \legendbox{5}{95}{NW} {\loadpicture{/ | ||
+ | } | ||
+ | |