You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A selection of useful tools for MapInfo written in mapBasic.
5
5
@@ -10,58 +10,54 @@ Requirements
10
10
These programs have been written in MapBasic 10.5. They *may* work on some older versions but I have no way of testing this. They definitely *don't* compile on v6.5 or earlier. Please let me know if you have tried/succeeded/failed to compile them on an earlier version.
11
11
12
12
13
-
Toolbar
14
-
============
15
-
16
-
* Batch export plans - export one plan per record in table with just a few clicks.
17
-
* Choose output size and resolution.
18
-
* Override the layer styles
19
-
* 13 different output file formats, including PNG, BMP, WMF, JPEG, TIFF, PSD, EMF etc.
* Save window locations and zooms for quicker navigation. Similar to NamedViews that comes with MapInfo but saves views to a table to be used per-workspace rather than per-installation.
38
-
38
+
<dt>Save and Recall Mapper Location</dt>
39
+
<dd> Save a map window's location and zoom setting for quicker navigation. Similar to the NamedViews program that comes with MapInfo but saves views to a table to be used per-workspace rather than per-installation.</dd>
39
40
40
-
Window Tool
41
-
==========
41
+
<dt>Window Tool</dt>
42
+
<dd>
42
43
* Create basic A4/A3 landscape/portrait layout windows from other windows.
* Draw a circle of a given area/radius/circumference
55
+
<dt>Circle Tool (beta)</dt>
56
+
<dd> * Draw a circle of a given area/radius/circumference
57
+
**Note:** This works but has bugs. It seems to work fine *except* on the workspace which I use to test my programs, and I don't know why! Use with caution!</dd>
61
58
62
-
**Note:** This works but has bugs. It seems to work fine *except* on the workspace which I use to test my programs, and I don't know why! Use with caution!
59
+
<dt>LineTool (beta)</dt>
60
+
<dd> * A simple line tool. Basically a duplicate of MapInfo's built-in line tool.</dd>
63
61
62
+
</dl>
64
63
65
-
LineTool (beta)
66
-
====================
67
-
* A simple line tool. Basically a duplicate of MapInfo's built-in line tool.
0 commit comments