Hi Group: We greatly value your input, especially in conjunction with our other channels of user feedback (such as support & training.) Based on these comments...
Here is a suggestion for your thematic mapping: http://www.personal.psu.edu/cab38/ColorBrewer/ColorBrewer_intro.html It would be really, really useful to have...
Hoskins, Richard E. ...
richard.hoskins@...
Mar 2, 2009 8:09 pm
3903
That's good to know, Stewart. I do hope you'll also consider modifying Maptitude's license policy to permit installation on a single user's laptop as well as...
Yes please do that. No way am I going to convince my budget people to buy me an extra copy for a laptop. It just will not happen. Dick ...
Hoskins, Richard E. ...
richard.hoskins@...
Mar 2, 2009 8:27 pm
3905
Better yet: why not add a dongle to all licenses, like Caliper is doing for MT4W ? I would happily pay a little more (to cover the cost of a dongle hardware) ...
Caliper should take this thread as sing of how happy we are of paying for a Maptitude license. The discussion is not flamewar : We are just looking at better...
Correct me if I am wrong. A dongle itself costs a few hundred dollars. Do you want Caliper to increase the price? Yanping Zhang Senior Transportation...
Hi folks. What can I say? It is part of the discipline of having a low cost product that some difficult decisions must be made. Having considered most of...
Howard Slavin
howard@...
Mar 2, 2009 9:28 pm
3913
I'll avoid beating this subject into the ground but I do want to leave a thought with Howard who was thoughtful enough to reply. I used Microsoft as an example...
Considred the already its already low cost, and t eficciency, time saving and even revenue taht one get out of Maptitude, a few more bucks to be paid for a...
When we are at it here's another area we need to consider regarding licensing: Can Maptitude introduce a price scheme for students? For some reason student...
Sorry for chiming in so late on this thread but Caliper might want to consider using a strategy for it's compitions play book. ESRI offers FULL 30, 60 and 180...
I'm swamped at work this week, so I'll keep this brief. Please keep this "feature suggestion" thread alive! It's really interesting to see what items other...
Hi - just finally entered the 21st century with maptitude 5.0. All installed and it runs fine. As I installed it kept prompting me for some sort of sound.......
Hi - Working with maptitude 5.0. I opened a tab delimted file and have added to new fields to the database that I want to fill with infomration. I've had no...
Hi Mike, When you open the file, did you check that ticky box off for read-only access? Might not hurt to ticky the one for exclusive access. This is ...
Hi Josh - Thanks. Yes, ticked it off, but it won't stay off. Not a network file either. Don't get it, but my work around for now is to put the tab delim file...
Hi,I'm new to this program. Actually, this is my very first time working on GIS and I need help. I'm working on creating a map that contains information from...
I want to find the best route for 10 deliveries, but I want to specify the Plant as my starting point. Is there a way to specify your starting point when using...
If you have addresses for the organizations you can use Maptitude to geocode them, that is, assign a longitude and latitude. That will give you a layer of...
Hoskins, Richard E. ...
richard.hoskins@...
Mar 25, 2009 3:01 am
3925
Hi all, A question for you all, that I'm hoping someone can offer a suggestion on. Is it possible to style a consistently inward facing tickmark as a polygon ...
Shot in the dark: could it have anything to do with whether a polygon is clockwise or not? Try using IsClockwise() to compare some with inward vs. outward...
That sounds logical. Didn't know about IsClockwise. Mind you, I'm trying to use it, and I'm failing to get it to work, as follows. given a selected poly on...
Hi Josh, IsClockwise() returns a string, I think, not an array, therefore, it's not a valid argument to pass to ShowArray(). ShowMessage() should work,...
Suggestion: Duplicate your polyogns into a non topolgical area. All ploygons in the new layer will be constructed either Clockwise or Conuter clockwise. ...
Yup. Stupid error. foo = GetRecord("Survey Area Areas") bar = GetArea(rh2id(foo)) pcoords = bar[3] showmessage(IsClockwise(pcoords)) Works as expected, and...
Josh, This is a side effect of the fact that Maptitude has topological databases. It knows when an area edge is shared by two neighbors and keeps track of it...