Hello, I've been having trouble getting GISDK to change my legend's background color, and was wondering if anyone could provide some insight... Here's my code:...
There's a typo in the code that you posted: if you change the final comma to a close-curly brace "}", you should get the desired results. Conceptually, it's...
Moshe and Dan, ... This is now included in the help file although it is rather buried in it. Go to Help for GISDK, Welcome to GISDK Help!, Outline of Topics. ...
Hi Group: In order to better assist users in making use of the on-line help, here are a few pointers: The Maptitude 5.0 on-line help is considerably improved...
Hello, Does anyone know if the following spatial query is possible and if so, how? Either through Maptitude or any of the server based engines like PostGIS: ...
In the DK, use GetArea() to get the area, then use each polygon as a line with the GetLineDistance() function which finds the distance from a coordinate to a...
Thanks Larry. Do you know if there's a way to do this in Maptitude UI or in a SQL query? ... a line ... of the ... On Behalf ... so, ... like ... polygon ... ...
... Not that I know of. Larry ... a line ... of the ... [mailto:Maptitude@yahoogroups.com <mailto:Maptitude%40yahoogroups.com> ] On Behalf ... so, ... like ......
I concur with Peter that the on-line help in 5.0 is much improved. It is *much* easier to find what you need. One disappointment, though, is the apparent...
Colleagues, I am currently running 4.6 and having some trouble with Point2GE and Area2GE add-ins. When I try to run them, I get the following error messages:...
Hi Group: In relation to this thread I would like to emphasize to users the new export features in Maptitude 5.0. You can now save a map as a Keyhole Markup...
Hey Folks, I'm curious what folks would envision as the ideal system specs for a GIS machine, primarily for working with Maptitude and other related ...
Unless you are processing a huge amount of data - the definition of same is likely relative to the user - I think this is a problem of not much concern. I run...
Hoskins, Richard E. ...
richard.hoskins@...
Jun 9, 2008 3:40 pm
3781
Hello, Some months ago, I needed a software or a script that allows me to create time-enabled maps or cartographic animations. After doing various searchs in...
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...