Chandler, You can loop over one array and remove from it any elements that don't occur in the other one. {a, } = GetMapLayers(, "Point") {b, } = GetMapLayers(,...
Thanks. This work exactly how I needed it to do. Question, in your example you use: {a, } = GetMapLayers(, "Point") {b, } = GetMapLayers(, "Active") Setting...
Ah, that's one of my favorite tricks. The documentation for GetMapLayers() says it returns 3 array elements. You can use {layers, current_idx, current_name} =...
Hi, I am creating a layer with code as follows CreateDatabase("Pontos_Interesse\\bombeiros.dbd", "Point", {{"Layer Name", "Bombeiros"}}) How can I add more...
These are Opt in email addresses list Collected from different web sites Opt in mailing lists and legal emails, good for those peoples who are looking for...
Hi. I am using the Scroll function in my dialog box and want the users to double click on the selection to exit the DBox, which works. However, it variable...
I tried that and it still came up null. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam...
Hi Chandler This code snipet returns the selected value as expected. Macro "testDbox" ret = rundbox ("test") ShowArray({ret}) endMacro Dbox "test" init do ...
I'd like to point out a mapping web site that went live on June 6, 2006: http://electionmapping.ocgov.com/OCElectionMapper/Map.aspx The Election Night Web...
Giovanni Flammia
giovanni@...
Jun 7, 2006 2:56 pm
3218
Is it possible to change the length of the text for the layers in the legend? It only allows 20 characters. Thanks....
I need help in adapting a script to set the scale (to something other than the default scale). I tried to insert the SetScale () function into the following...
Hi: I have to get a list of unique street names of a city (about 26,000 links) and I do not know to do this with Maptitude, I have tried the aggregate command...
I do not quite understand what you are trying to do. Richard E. Hoskins _____ From: Maptitude@yahoogroups.com [mailto:Maptitude@yahoogroups.com] On Behalf Of...
... My favorite method in Maptitude for creating a frequency analysis and, in so doing, getting a list of the values in a field, is to: - Create a formula...
I believe what he wants is the equivalent of the dBase "Index on _______ unique" command. The result is one occurance of every name, no matter how many times...
Hello, I'm trying to use the ChangeNetworkSettings function to modify the Turn Settings values: ChangeNetworkSettings(ActiveNetwork,{ {"Turn Settings",...
Thanks Peter, This worked like a charm! And quite fast too! I had always try to use the merge function in a dataview but never had success because I did not ...
Note: forwarded message attached. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
I would like to be able to copy the text in the Table Structure window. I need the variable such as v001 and the comment string so that I can develop programs...
Hoskins, Richard E. ...
richard.hoskins@...
Jun 13, 2006 11:13 pm
3229
... The Table Structure window is a dataview window. Just save it to a table file (dBASE, .BIN, etc.), open that file, and copy away! Peter ... Peter H. Van...
Hi, This raises a point (re: copy data form dataview window...). To increase the efficiency of Maptitude it would be great if we can cut-copy-paste data ...
Hi, I have 304 block groups with # of alcohol outlets as a variable. Now I want to calculate another variable that is a sum of itself and all its immediate...
Rudy, One idea (maybe not simplest) would be to use the spatial adjacency matrix as it will return binary if touching or not and just multiply by alcohol units...
Hi Dave, Thanks for the fast prompt reply. I had tried the adjacency route and it works. However, Maptitude does not generate adjacency matrices (unless one ...
... Maptitude 4.7 has a Marketing-Analysis-Adjacency command that creates adjacency tables. In Version 4.8 it is the Tools-Geographic Analysis-Adjacency...
Peter, Thanks Peter. I overlooked the neighbor ID (& distance) table maker that conveniently identifies 1,2 or more neighbors. Kudos to Maptitude for doing it...
But be aware the the adjacency tool does rook only adjacencies, not queen, that is the tools that produce the table. Hopefully this has been fixed in 4.8 You...