Moves the title in the geomap to the specified location.
Syntax
geomap_name.movetitle(position)
where position can be one of the following:
ctm | Center top map. |
ltm | Left top map. |
rtm | Right top map. |
cbm | Center bottom map. |
lbm | Left bottom map. |
rbm | Right bottom map. |
lmm | Left middle map. |
rmm | Right middle map. |
lmp | Left-middle of point. |
rmp | Right-middle of point. |
lap | Left above point. |
rap | Right above point. |
lbp | Left below point. |
rbp | Right below point. |
cap | Center above point. |
cbp | Center below point. |
You can also use explicit coordinates to specify the position of the upper left corner of the text.
Coordinates are set by a pair of numbers h, v in map units. Use the geomap data members @minx, @miny, @maxx, and @maxy to obtain the position limits.
Coordinates may be used with other options, but they must be in the first two positions of the options list. Coordinates are overridden by other options that specify location.
Examples
geomap01.movetitle(lbm)
moves the current title of the geomap object GEOMAP1 to the left bottom corner.
geomap01.movetitle(400, 400, rmp)
moves the title of the geomap object GEOMAP1 to the right of the point (400, 400) in the map.
Cross-references
See
“Geomaps” for a discussion of geomaps.