Hi Jeff,
I would probably do step A outside of Maptitude in something like Excel.
For step B I would join the data with the map layer in order to display it
on the map. Then I would write a GISDK routine to zoom to and create
picture files of each ward. The code would look something like this:
For i = 1 to ArrayLength(terrList) Do
thisTerr = terrList[i]
// Zoom to territory
qry = "Select * where Terr= '" + thisTerr +
"'"
SelectByQuery("tempTerrSet", "Several",
qry,)
SetMapScope(GetMap(),
GetSetScope("tempTerrSet"))
SaveMapToImage(GetMap(), dirName + "\\" +
thisTerr, "PNG",)
End
From: [email protected] [mailto:[email protected]] On Behalf
Of Aniruddha Banerjee
Sent: Monday, May 23, 2011 11:48 AM
To: [email protected]
Subject: Re: [Maptitude] Precincts and wards
Jeff,
Have you tried 'EDIT-->FILL'? It should work...
Rudy B.
Maptitude 5.0
On Mon, May 23, 2011 at 11:00 AM, Jeff Kelly Lowenstein
<[email protected]> wrote:
Dear Maptitude Users' Group,
I'm working in Maptitude 6.0 and would like to do a couple of things:
a. Tally the number of votes per precinct for each of the city's 50 wards.
b. Create 50 ward maps with the individual precinct totals within them.
Any suggestions about how to proceed? I've made progress on the first task
and could use some help on the second one.
Please feel free to hit me off-line, and thanks in advance for any help you
can offer.
Jeff
--
Aniruddha Banerjee, Ph.D.