Can you explain more about what you mean and why you want to permanently re-order the ID in a .dbd? ________________________ Forward or reply from: Dick...
Hoskins, Richard E. ...
richard.hoskins@...
Jul 8, 2008 8:23 pm
3791
Here is the file. If you open this sample file in a dataview. The ID is not in order. So when I display the area. The small area (ID 2) is cover by the big...
Louis, You can write them out to text geography in the order you want assigning the id, and when you import them that is the order they will draw. That is how...
Larry, Thank you for your help. I write them out to text geography in the order I want. The way it draw is correct but when I open the dataview the "ID" is not...
You should renumber the features when you write them out to text geography. Larry Manire From: Maptitude@yahoogroups.com [mailto:Maptitude@yahoogroups.com] On...
Thank you Larry!!!! Can we use DK to load the .stg setting file into a layer??? Thanks, From: Maptitude@yahoogroups.com [mailto:Maptitude@yahoogroups.com] On ...
... Well, I notice that you can use LoadArray() to load an .stg file and display it with showarray(). The array contains everything you need to create a theme...
I know I can do a "Select By Location" to select all point features in my point data layer based on a shape layer (within or contains query). How do you do a...
I've had great success with Maptitude 5.0 and Google Earth, but getting the kml files to work with Google Maps is proving more difficult. I'm trying to get my...
Hi Group: Caliper has recently released several country specific products and I just wanted to draw your attention to them: Maptitude for Great Britain 5.0 is...
Hello, I was wondering if anyone is aware of a catch-all function, such as "ShowArray()" or "ShowMessage()" that displays the contents of a compound variable?...
Hi Group: ShowArray() is a good way to get a general view of the contents of a compound variable: ShowArray({GetMapScope()}) However, there is a section in the...
Thanks Stewart! I actually just thought of one more question... Is there a way to generate a map title that can be displayed directly on the map, in a constant...
I have a layer of PO Box Zip Codes. Points. One for polygon Zips. I need to have them all in one layer. Seems the solution would be to turn the point layer...
If I understand your problem correctly, then I would create a voronoi diagram (thiessen polygons) from point layer and then clip w/ the zip poly layer...might...
Hi Dan: A rough outline of what you could do is as follows: Text annotation locations on a map can be "a coordinate and an alignment string on map" So if you...
Hi Dick, I used that same approach for combining a number of points and polys into a single layer at the Mass Historical Commission. I added 25 millionths ...
The Voronoi diagram idea of Dave T works in principle but there remain some pretty sizeable PO Box Zip Codes. But the basic idea works, I am making a grid over...
Hoskins, Richard E. ...
richard.hoskins@...
Aug 6, 2008 8:17 pm
3820
Hi Group: Spam prevention has been implemented by the moderators. Stewart...
polygon merging based on adjacency Hi, I have ~9000 polygons (voronoi polygons based on road interections, so all are convex and nice looking). I am trying to...
i have used maptitude for many years as an real estate appraiser to anylsis single family residential sales trends in areas. I willing to pay for an expert to...
Hi, Please, some help is required. I am not a DK programmer, but I need to generate a matrix containing all distances among 585 Lon/Lat coordinate pairs. That...
I wrote a macro for this very function about a year ago... free download at http://www.directionsmag.com/files/index.php/view/738 No dialog box, though--...
Hi Moshe, Thanks a lot. It worked like a charm! As only me will probably use it there is no need of a DBox. I did make a few modifications to fit my ...
If I understand correctly, you need to resort the results? I haven't tested this, but it (or at least something close to it) should work: 1. Use OpenTable()...
There is another way to make a distance matrix outside of Maptitude and then import into Maptitude. This could be done in Excel, using a VB script or by simple...