What news ?

02.05. 2001 (  v1.50 )

siGGisMonitor:

Map window - key [Insert] - enable / disable temporary drawing for Import new geoObjects.Show / Hide clipboard window.

The zooming is enabled.

The coordinate of all points (mouse clicks) are saved into window's clipboard as importFormat ASCII - *.d01.. Drawing is temporary - zoom, resize, reset ... clear it. Type Line,Polygon - click right mouseButton ended drawing of current geoObject. Type Polygon - end - polygon is closed (coordinate last,first points are equal).

 

Save the clipboard content in ASCII file and insert header (name,type of layer):

;layer Name
Layer = xxxxx
;layer Type
Type = point / line / polygon
;clipboard content:
0|0|........
:::::::::::::
x|y|........  

Import file (new layer) in program - service Import from ASCII.

Type:

Vertical / horizontal inverse of importObject ( formát ASCII *.d01 for import geoObjects):
Command: bounds = x0|y0|x1|y1|   (left Top:x0, y0 (1,1), right Bottom: x1, y1 (4,7) - switch  x0 <> x1  or y0 <> y1 )