playground:playground

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
playground:playground [2019/09/29 21:26] akozhenkovplayground:playground [2022/11/19 12:13] (current) andrew.atkinson
Line 1: Line 1:
 +$conf[toptoclevel=2];
 +
 ====== Русская версия ====== ====== Русская версия ======
 первая попытка что-то написать в вики первая попытка что-то написать в вики
Line 6: Line 8:
  
  
-=== Separating out legend, scale bar and north arrow. ===+=== *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  #begining of TeX code+   code tex-map
  }  }
  \legendbox{85}{95}{NW}{              % set legend position  \legendbox{85}{95}{NW}{              % set legend position
Line 20: Line 25:
         \legendbox{5}{95}{NW} {\loadpicture{/full/path/to/image.png}}  % insert image. default map image command will not work.         \legendbox{5}{95}{NW} {\loadpicture{/full/path/to/image.png}}  % insert image. default map image command will not work.
  }  }
-endcode #end of TeX code+   endcode 
  • playground/playground.1569785176.txt.gz
  • Last modified: 6 years ago
  • by akozhenkov