Search the web
Sign In
New User? Sign Up
Maptitude
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3943 - 3972 of 3972   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#3972 From: "Peter H. Van Demark" <peter@...>
Date: Fri Nov 13, 2009 4:25 pm
Subject: Re: Displaying Overlapping Polylines
petervandemark
Offline Offline
Send Email Send Email
 
Josh:

>Given multiple polylines, which may follow the same paths for part or all
>of their lengths (think bus routes), how would you go about automating the
>display so that you can print a map that shows all routes at the same
>time?  I know TransCAD is advertised to be able to do this.  Can Maptitude?

TransCAD has several data structures for transportation applications that
Maptitude does not have, including route systems. At
(http://www.caliper.com/TransCAD/Mapping.htm) is an example; see the bottom
center map labelled "Display transit routes side-by-side over the links
that they traverse."

A route system is a set of routes, where each route is a list of line
segments and the direction of travel on those segments. While based on a
line layer, a route system acts as its own layer, and you can set its
style, including offsetting routes so you can see them all. A route can
even double back or loop around on itself, and still be shown properly.

A route system can be saved as a line geographic file and displayed in
Maptitude, but Maptitude does not know how to offset coincident lines,
because offsetting is based on knowing what routes go each way on each line
segment. If you really want this capability, buy Base TransCAD
(http://www.caliper.com/tcprice.htm).

Peter

----------------------------------------------------------------
Peter H. Van Demark
Director of GIS Products and Training        Phone: 617-527-4700
Caliper Corporation                            Fax: 617-527-5113
1172 Beacon Street, Suite 300          E-mail: peter@...
Newton MA 02461-9926            Web site: http://www.caliper.com

#3971 From: Josh Rosenthal <maric423@...>
Date: Fri Oct 16, 2009 3:04 am
Subject: Displaying Overlapping Polylines
maric423
Offline Offline
Send Email Send Email
 
Hi Folks,

Question to toss out to the masses.  

Given multiple polylines, which may follow the same paths for part or all of their lengths (think bus routes), how would you go about automating the display so that you can print a map that shows all routes at the same time?  I know TransCAD is advertised to be able to do this.  Can Maptitude?  (or any other programs? Could it be done with WMS/SLDs?)   Any conceptual ideas on how one might write this in the DK (or in javascript given the google maps api or openLayers? (maybe with help from spatial_query?) )? 

Some musings on the mess that would be a programmatic solution:
- Define a visual tolerance, based upon the width of the line symbology, calculated into real world units.
- Assuming we are working with a copy of the layer for this specific visualization.
- Begin by ordering the polylines according to length of overlapped vertices, defined as vertex within n tolerance of any other polyline.  (Should this be longest contiguous length, or longest total length.  Gut feeling is total length.)
- Process the polylines in descending order of length.  The longest overlapping polyline will be at the center and probably doesn't need processing.
- Process - Select a non overlapping vertex (as defined above), closest to the longest contiguous overlapping segment of this line.  From that point, proceed along each vertex (pick 'forward' or 'backward' arbitrarily, then come back and do the other) 
             If a vertex is overlapping, 
             Determine the direction to transform it: Side is the same side as the previous non overlapping vertex is, relative to the overlapped line.
             Determine the angle of the transform:  Bisect the angle composed of the vertex and the point (transformed or untransformed?) on either side of it. 
             Determine the distance to transform: Based upon the visual tolerance/line symbology.
             Upon completing the transform, check if the vertex is overlapping.  If it is, repeat.  (In theory, we should check if the line with which it is overlapping was a line it was originally overlapping with, or not.  If it is, then repeat, If it is a line it did not originally overlap with, then discard this transform, and try transforming to the other side).  If it is not, move on to the next vertex.

In theory, anyway.  Currently, this isn't an active project, but more of a curiosity as to if there already is a straightforward way to do this, or how one would conceptually go about doing it.

Any thoughts are welcome.

Josh



#3970 From: "dr_haspel" <mhaspel@...>
Date: Tue Oct 6, 2009 7:36 pm
Subject: New Add-in: Recolor Theme
dr_haspel
Offline Offline
Send Email Send Email
 
Fellow Maptituders,

I have uploaded a new utility to Directions Magazine called "Recolor Theme." If
you like using color ramps other than the ones included in Maptitude (especially
Cynthia Brewer's most excellent ColorBrewer schemes), but are tired of typing
RGB values, you should give this a try.

The "Recolor Theme" add-in permits experimentation with different color schemes
for a Maptitude color theme map, much the way that ColorBrewer.org permits
exploration in the single sample map online. ColorBrewer(tm) colors are
built-in; one may import a custom palette (such as the "Sample Khakis" palette
included in the package) or modify the code to add custom schemes permanently.

The program is free and open-source, released under GPLv3. ColorBrewer Colors
are Copyright (c) 2002 Cynthia Brewer, Mark Harrower, and The Pennsylvania State
University and incorporated under the terms of the Apache License 2.0.

download at http://www.directionsmag.com/files/index.php/view/797

#3969 From: "tc2ge" <tc2ge@...>
Date: Thu Sep 17, 2009 9:59 pm
Subject: Re: Need to create a map with "pushpin points" using GISDK
tc2ge
Offline Offline
Send Email Send Email
 
I'm pretty sure that you can solve the problem with Maptitude, but there is an
alternative way by using Google Maps geocoding. I've done some time ago 15.000
addresses geocoding using an Excel VBA macro which enable us to geocode a list
of addresses. Since I don't live in US, a street layer ready for geocoding is
not a easy thing to find and maintein.

Here is some urls where you can find some of these spreadsheets:
http://www.juiceanalytics.com/writing/excel-geocoding-tool-v2/
http://freegeographytools.com/2007/another-free-excel-geocoder
http://www.blog.methodsinexcel.co.uk/2007/11/12/geocoding-in-excel-using-google-\
maps-api/

I'm not sure which one I used, but they all use a similar process to retrieve
the geocoded data.

Once you have the addresses and coords in a spreasheet, you can import it to
Maptitude as a point layer.

If you decide to use this process, be sure to read the Google restrictions for
free geocoding. They're about how many address you can geocode per day and how
fast you can send a requisition for geocode each one. There is a FAQ at the
Google page in which you register to get a developer key.  In my case, I adapted
the VBA code to provide some lag between requests.

Best regards,
Marcelo Luna
Civil Engineer, M.Sc.
TransCAD 4.5 user

--- In Maptitude@yahoogroups.com, "Keith" <keith63fl@...> wrote:
>
> I made a tiny bit of progress with this on my own. I created a new map (no
points selected, just a map) of the US with Map Wizard. I looked at the layers
and found Streets (which references ccStreet.cdf). I figured out that the script
wanted the name of the "Streets" map layer (this seems somewhat obvious in
retrospect, but in the moment--at least for a Maptitude newbie--it's not at all
obvious). So I replaced "Hartford Streets" with "Streets". "Streets" is the
exact name of the street layer in my map. And when I run the script I get the
message:
>
> "Invalid row Handle:      1. Click OK to continue
>
> Reference info: locate, 1052,0."
>
> Note: the formatting, including that odd space after "Invalid row handle", is
the message appears.
>
> This, by the way, is the same message I used to get with the Hartford sample.
I had copied-and-pasted the sample from Help (shown below, modified only to
reference Streets instead of Hartford Streets) and ALWAYS got this or another
error (the nature of which I can't recall right now). I talked to Peter and he
sent me a copy of the .rsc file for Hartford which worked. I just now went back
to his copy, which I see has no line feeds between lines. I replaced "Hartford
Streets" with "Streets" in his copy--and I get the same error.
>
> A copy of the script/macro (with linefeeds) follows. Note that the
Customer.dbf file and the Map with the street layer are open when I run this.
>
>
> // Locate using a Streets layer
>
> // Open customer.dbf and the Hartford.cdf street layer in the Tutorial folder
>
> Macro "Test GISDK Locate View"
>
>      shared d_strictness
>
>      d_strictness = 3
>
>
>       view_set = "CUSTOMER|"
>
>      options = { {"ViewSet" , view_set},
>
>                {"ID", "ID"},
>
>                {"Address", "ADDRESS"},
>
>                {"PostalCode" , "ZIP"},
>
>                {"StreetLayer" , "Streets"},
>
>                {"OutputDatabase", "C:\\temp\\SelectionCustomers.dbd"},
>
>                {"OutputLayer", "Located Customers"},
>
>                {"OutputStandard", "C:\\temp\\SelectionStd.bin"},
>
>                {"AddressRules", "caliper.rul"},
>
>                {"CityRules", "cityzip.rul"}}
>
>      ShowArray(options)
>
>      SetAlternateInterface("geocode")
>
>      error_msg = RunMacro("GISDK Locate View", options)
>
>      Return(error_msg)
>
> endMacro
>

#3968 From: "Keith" <keith63fl@...>
Date: Thu Sep 17, 2009 5:57 am
Subject: Re: Need to create a map with "pushpin points" using GISDK
keith63fl
Offline Offline
Send Email Send Email
 
I made a tiny bit of progress with this on my own. I created a new map (no
points selected, just a map) of the US with Map Wizard. I looked at the layers
and found Streets (which references ccStreet.cdf). I figured out that the script
wanted the name of the "Streets" map layer (this seems somewhat obvious in
retrospect, but in the moment--at least for a Maptitude newbie--it's not at all
obvious). So I replaced "Hartford Streets" with "Streets". "Streets" is the
exact name of the street layer in my map. And when I run the script I get the
message:

"Invalid row Handle:      1. Click OK to continue

Reference info: locate, 1052,0."

Note: the formatting, including that odd space after "Invalid row handle", is
the message appears.

This, by the way, is the same message I used to get with the Hartford sample. I
had copied-and-pasted the sample from Help (shown below, modified only to
reference Streets instead of Hartford Streets) and ALWAYS got this or another
error (the nature of which I can't recall right now). I talked to Peter and he
sent me a copy of the .rsc file for Hartford which worked. I just now went back
to his copy, which I see has no line feeds between lines. I replaced "Hartford
Streets" with "Streets" in his copy--and I get the same error.

A copy of the script/macro (with linefeeds) follows. Note that the Customer.dbf
file and the Map with the street layer are open when I run this.


// Locate using a Streets layer

// Open customer.dbf and the Hartford.cdf street layer in the Tutorial folder

Macro "Test GISDK Locate View"

      shared d_strictness

      d_strictness = 3


       view_set = "CUSTOMER|"

      options = { {"ViewSet" , view_set},

                {"ID", "ID"},

                {"Address", "ADDRESS"},

                {"PostalCode" , "ZIP"},

                {"StreetLayer" , "Streets"},

                {"OutputDatabase", "C:\\temp\\SelectionCustomers.dbd"},

                {"OutputLayer", "Located Customers"},

                {"OutputStandard", "C:\\temp\\SelectionStd.bin"},

                {"AddressRules", "caliper.rul"},

                {"CityRules", "cityzip.rul"}}

      ShowArray(options)

      SetAlternateInterface("geocode")

      error_msg = RunMacro("GISDK Locate View", options)

      Return(error_msg)

endMacro

#3967 From: "Keith" <keith63fl@...>
Date: Thu Sep 17, 2009 4:21 am
Subject: Need to create a map with "pushpin points" using GISDK
keith63fl
Offline Offline
Send Email Send Email
 
I'm new to Maptitude and to this group. I have what should be a fairly simple
task for Maptitude: given a list of addresses, mark the points on a map
(preferrably with labels) and save to a JPG file. I've looked at the
documentation, I tried the "LocateView" sample (which gave me fits at first, but
finally got it to work), so I have a very basic sense of what to do. But the
all-important details are eluding me.

For example, the LocateView sample uses "HartFordMaps.cdf". That's great if all
your points are in Hartford. But I need to map points anywhere in the U.S. I
assumed there was some kind of "US Streets.CDF" but I can't find one. I tried
supplying a the US Map, and got an error.

It seems like this should be a LOT easier than it is. I've been programming most
of my life, and can figure out most things on my own--but this is just too
foreign (GIS is not my forte) and too sparsely documented for me to get a grip
on.

I can't be the first person doing this relatively simple and common task. Can
anyone point me to a script that does this? Or at least give me some handle on
how to approach it?

Thanks.

#3966 From: Pam <pam@...>
Date: Wed Aug 19, 2009 2:49 am
Subject: Re: Re: Maptitude 4.8 won't run after reinstall
pjfromny
Offline Offline
Send Email Send Email
 
I will double check permissions, but I should have full admin.
Its Win XP Pro.  I have run it on this computer for quite a few
years, installed a new drive a few months back, and am just
getting to installing it.



On Tue Aug 18 20:41:53 CDT 2009, Moshe Haspel <mhaspel@...>
wrote:

> I can't be certain, but it sounds like a permissions issue. Have
> you checked whether the "current user" has write permission to
> the directory in question? If that doesn't help, you might let
> the list know what OS you are running (and if you are running
> Vista, whether you did a clean install or an upgrade). I think
> there was some earlier discussion on the list about older
> versions of Maptitude not being fully Vista compliant. Running XP
> myself, I can't offer any first-hand insight. To be fair to
> Caliper, 4.8 was released well before Vista; it's not their fault
> if a new OS breaks their software.
>
>
>
> In Maptitude@yahoogroups.com, "pjfromny" <pam@...> wrote:
>>
>> I recently had to reinstall Maptitude 4.8.  When I try to run
>> it, I get an error message as follows:
>>
>> Cannot open file %CURRENTUSER%/Local
>> Settings/Temp/CALIPER/~ilgekq.dbd
>>
>> I can either retry or cancel; retry just produces the same
>> message endlessly.  Cancel results in an error message with same
>> file reference, and Reference Info: dberr, 1; click okay to
>> continue.  The next error box has the same file name and the
>> message "could not initialize (file name).
>>
>> I checked and the directory is there.
>>
>> The file name changes each time I attempt to open it.
>>
>> Anyone know how to resolve this?
>>
>
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
>

#3965 From: "Moshe Haspel" <mhaspel@...>
Date: Wed Aug 19, 2009 1:41 am
Subject: Re: Maptitude 4.8 won't run after reinstall
dr_haspel
Offline Offline
Send Email Send Email
 
I can't be certain, but it sounds like a permissions issue. Have you checked
whether the "current user" has write permission to the directory in question?

If that doesn't help, you might let the list know what OS you are running (and
if you are running Vista, whether you did a clean install or an upgrade). I
think there was some earlier discussion on the list about older versions of
Maptitude not being fully Vista compliant. Running XP myself, I can't offer any
first-hand insight.

To be fair to Caliper, 4.8 was released well before Vista; it's not their fault
if a new OS breaks their software.



In Maptitude@yahoogroups.com, "pjfromny" <pam@...> wrote:
>
> I recently had to reinstall Maptitude 4.8.  When I try to run it, I get an
error message as follows:
>
> Cannot open file %CURRENTUSER%/Local Settings/Temp/CALIPER/~ilgekq.dbd
>
> I can either retry or cancel; retry just produces the same message endlessly. 
Cancel results in an error message with same file reference, and Reference Info:
dberr, 1; click okay to continue.  The next error box has the same file name and
the message "could not initialize (file name).
>
> I checked and the directory is there.
>
> The file name changes each time I attempt to open it.
>
> Anyone know how to resolve this?
>

#3964 From: "pjfromny" <pam@...>
Date: Tue Aug 18, 2009 10:25 pm
Subject: Maptitude 4.8 won't run after reinstall
pjfromny
Offline Offline
Send Email Send Email
 
I recently had to reinstall Maptitude 4.8.  When I try to run it, I get an error
message as follows:

Cannot open file %CURRENTUSER%/Local Settings/Temp/CALIPER/~ilgekq.dbd

I can either retry or cancel; retry just produces the same message endlessly. 
Cancel results in an error message with same file reference, and Reference Info:
dberr, 1; click okay to continue.  The next error box has the same file name and
the message "could not initialize (file name).

I checked and the directory is there.

The file name changes each time I attempt to open it.

Anyone know how to resolve this?

#3963 From: Josh Rosenthal <maric423@...>
Date: Fri Aug 14, 2009 5:49 pm
Subject: Re: GMaptBrowser
maric423
Offline Offline
Send Email Send Email
 
Whoops.  As has been pointed out to me, do not download directly from the repository.  The file doesn't behave properly when pulled out as raw.  Rather, just grab the updated archive (http://gmaptbrowser.googlecode.com/files/GMaptBrowser%20-%2014%20August%202009.zip) as listed on the main page in order to get this change.

Sorry for any confusion.

Josh


On Fri, Aug 14, 2009 at 12:38 PM, Josh Rosenthal <maric423@...> wrote:
Hi Louis,

Download this file and replace the file of the same name in your main folder.  


I actually went with just about 1 zoom off from what you suggested.  Note that I still need to make it remember the Maptitude zoom subsettings, so for the time being you'll have to turn on the setting everytime you run the program.  I'll get the cookie added for this asap.

Josh


On Fri, Aug 14, 2009 at 12:24 PM, Louis So <lso@...> wrote:

I like this. Thanks, Louis

 

Maptitude

Google

6000

Z17

12000

Z16

24000

Z15

48000

Z14

96000

Z13

192000

Z12

384000

Z11

768000

Z10

1536000

Z9

3072000

Z8

6144000

Z7

12288000

Z6

24576000

Z5

49152000

Z4

 

 

From: Josh Rosenthal [mailto:maric423@...]
Sent: Friday, August 14, 2009 11:45 AM
To: Louis So; maptitude
Subject: Re: [Maptitude] GMaptBrowser

 

Hi Louis,

 

Probably.  I assume you mean, 'When zooming/panning maptitude, use Google zoom level to determine Maptitude zoom level'?  If so, this is doable, though I'd also want to create a setting for it, rather than having it always be on.

 

Also, I'd need scales.  Any chance you can compare the values here (http://laudontech.com/GISBlog/?p=28) between google and maptitude, and see if they look right?

 

Thanks,

 

Josh

 

 

On Fri, Aug 14, 2009 at 10:58 AM, Louis So <lso@...> wrote:

Josh, This is awesome!!!

 

Is that possible to Zoom Maptitude by using the Zoom control in Google as well?

 

Thanks,

 

Louis

 

 

From: Maptitude@yahoogroups.com [mailto:Maptitude@yahoogroups.com] On Behalf Of Josh Rosenthal
Sent: Friday, August 14, 2009 8:49 AM
To: maptitude
Subject: [Maptitude] GMaptBrowser

 

 

Fellow Maptituders,

 

I've released a small utility that may prove useful to some people.  It is free, and open source.  

 

GMaptBrowser is a response to far too many occasions when, unsatisfied with geocoding in Maptitude, I and others would resort to Google Maps or Bing Maps in order to locate a resource, and then would need to find that location in Maptitude (either by extracting a coordinate, or manually by comparing aerials/roads).  It is a standalone application which, if run simultaneously with Maptitude, can serve as a search toolbox, allowing a user to search, locate a resource based off of aerial imagery and automatically pan/zoom maptitude to that location.

 

For linking to other programs, GMaptBrowser has a simple API for running external scripts, allowing it to also pass locational information to anything you can write a script to automate.  GMaptBrowser also includes reverse geocoding, integration with Bing Birdseye views, and coordinate display in Lat/Lon and UTM (North America only).

 

This is a rather simple application, primarily useful to those who need to locate resources based on addresses and imagery and find themselves using Google/Bing in order to locate resources in Maptitude.

 

GMaptBrowser is hosted on Google Code at http://code.google.com/p/gmaptbrowser/

To use, download the zip file available on the project page, unzip to a non temporary location of your choice, and run GMaptBrowser.hta.

 

 

As always, feedback is most welcome.

 

Enjoy,

 

Josh Rosenthal

 




#3962 From: Josh Rosenthal <maric423@...>
Date: Fri Aug 14, 2009 4:38 pm
Subject: Re: GMaptBrowser
maric423
Offline Offline
Send Email Send Email
 
Hi Louis,

Download this file and replace the file of the same name in your main folder.  


I actually went with just about 1 zoom off from what you suggested.  Note that I still need to make it remember the Maptitude zoom subsettings, so for the time being you'll have to turn on the setting everytime you run the program.  I'll get the cookie added for this asap.

Josh

On Fri, Aug 14, 2009 at 12:24 PM, Louis So <lso@...> wrote:

I like this. Thanks, Louis

 

Maptitude

Google

6000

Z17

12000

Z16

24000

Z15

48000

Z14

96000

Z13

192000

Z12

384000

Z11

768000

Z10

1536000

Z9

3072000

Z8

6144000

Z7

12288000

Z6

24576000

Z5

49152000

Z4

 

 

From: Josh Rosenthal [mailto:maric423@...]
Sent: Friday, August 14, 2009 11:45 AM
To: Louis So; maptitude
Subject: Re: [Maptitude] GMaptBrowser

 

Hi Louis,

 

Probably.  I assume you mean, 'When zooming/panning maptitude, use Google zoom level to determine Maptitude zoom level'?  If so, this is doable, though I'd also want to create a setting for it, rather than having it always be on.

 

Also, I'd need scales.  Any chance you can compare the values here (http://laudontech.com/GISBlog/?p=28) between google and maptitude, and see if they look right?

 

Thanks,

 

Josh

 

 

On Fri, Aug 14, 2009 at 10:58 AM, Louis So <lso@...> wrote:

Josh, This is awesome!!!

 

Is that possible to Zoom Maptitude by using the Zoom control in Google as well?

 

Thanks,

 

Louis

 

 

From: Maptitude@yahoogroups.com [mailto:Maptitude@yahoogroups.com] On Behalf Of Josh Rosenthal
Sent: Friday, August 14, 2009 8:49 AM
To: maptitude
Subject: [Maptitude] GMaptBrowser

 

 

Fellow Maptituders,

 

I've released a small utility that may prove useful to some people.  It is free, and open source.  

 

GMaptBrowser is a response to far too many occasions when, unsatisfied with geocoding in Maptitude, I and others would resort to Google Maps or Bing Maps in order to locate a resource, and then would need to find that location in Maptitude (either by extracting a coordinate, or manually by comparing aerials/roads).  It is a standalone application which, if run simultaneously with Maptitude, can serve as a search toolbox, allowing a user to search, locate a resource based off of aerial imagery and automatically pan/zoom maptitude to that location.

 

For linking to other programs, GMaptBrowser has a simple API for running external scripts, allowing it to also pass locational information to anything you can write a script to automate.  GMaptBrowser also includes reverse geocoding, integration with Bing Birdseye views, and coordinate display in Lat/Lon and UTM (North America only).

 

This is a rather simple application, primarily useful to those who need to locate resources based on addresses and imagery and find themselves using Google/Bing in order to locate resources in Maptitude.

 

GMaptBrowser is hosted on Google Code at http://code.google.com/p/gmaptbrowser/

To use, download the zip file available on the project page, unzip to a non temporary location of your choice, and run GMaptBrowser.hta.

 

 

As always, feedback is most welcome.

 

Enjoy,

 

Josh Rosenthal

 



#3961 From: Louis So <lso@...>
Date: Fri Aug 14, 2009 4:24 pm
Subject: RE: GMaptBrowser
ada_louis
Offline Offline
Send Email Send Email
 

I like this. Thanks, Louis

 

Maptitude

Google

6000

Z17

12000

Z16

24000

Z15

48000

Z14

96000

Z13

192000

Z12

384000

Z11

768000

Z10

1536000

Z9

3072000

Z8

6144000

Z7

12288000

Z6

24576000

Z5

49152000

Z4

 

 

From: Josh Rosenthal [mailto:maric423@...]
Sent: Friday, August 14, 2009 11:45 AM
To: Louis So; maptitude
Subject: Re: [Maptitude] GMaptBrowser

 

Hi Louis,

 

Probably.  I assume you mean, 'When zooming/panning maptitude, use Google zoom level to determine Maptitude zoom level'?  If so, this is doable, though I'd also want to create a setting for it, rather than having it always be on.

 

Also, I'd need scales.  Any chance you can compare the values here (http://laudontech.com/GISBlog/?p=28) between google and maptitude, and see if they look right?

 

Thanks,

 

Josh

 

 

On Fri, Aug 14, 2009 at 10:58 AM, Louis So <lso@...> wrote:

Josh, This is awesome!!!

 

Is that possible to Zoom Maptitude by using the Zoom control in Google as well?

 

Thanks,

 

Louis

 

 

From: Maptitude@yahoogroups.com [mailto:Maptitude@yahoogroups.com] On Behalf Of Josh Rosenthal
Sent: Friday, August 14, 2009 8:49 AM
To: maptitude
Subject: [Maptitude] GMaptBrowser

 

 

Fellow Maptituders,

 

I've released a small utility that may prove useful to some people.  It is free, and open source.  

 

GMaptBrowser is a response to far too many occasions when, unsatisfied with geocoding in Maptitude, I and others would resort to Google Maps or Bing Maps in order to locate a resource, and then would need to find that location in Maptitude (either by extracting a coordinate, or manually by comparing aerials/roads).  It is a standalone application which, if run simultaneously with Maptitude, can serve as a search toolbox, allowing a user to search, locate a resource based off of aerial imagery and automatically pan/zoom maptitude to that location.

 

For linking to other programs, GMaptBrowser has a simple API for running external scripts, allowing it to also pass locational information to anything you can write a script to automate.  GMaptBrowser also includes reverse geocoding, integration with Bing Birdseye views, and coordinate display in Lat/Lon and UTM (North America only).

 

This is a rather simple application, primarily useful to those who need to locate resources based on addresses and imagery and find themselves using Google/Bing in order to locate resources in Maptitude.

 

GMaptBrowser is hosted on Google Code at http://code.google.com/p/gmaptbrowser/

To use, download the zip file available on the project page, unzip to a non temporary location of your choice, and run GMaptBrowser.hta.

 

 

As always, feedback is most welcome.

 

Enjoy,

 

Josh Rosenthal

 


#3960 From: Josh Rosenthal <maric423@...>
Date: Fri Aug 14, 2009 3:44 pm
Subject: Re: GMaptBrowser
maric423
Offline Offline
Send Email Send Email
 
Hi Louis,

Probably.  I assume you mean, 'When zooming/panning maptitude, use Google zoom level to determine Maptitude zoom level'?  If so, this is doable, though I'd also want to create a setting for it, rather than having it always be on.

Also, I'd need scales.  Any chance you can compare the values here (http://laudontech.com/GISBlog/?p=28) between google and maptitude, and see if they look right?

Thanks,

Josh


On Fri, Aug 14, 2009 at 10:58 AM, Louis So <lso@...> wrote:

Josh, This is awesome!!!

 

Is that possible to Zoom Maptitude by using the Zoom control in Google as well?

 

Thanks,

 

Louis

 

 

From: Maptitude@yahoogroups.com [mailto:Maptitude@yahoogroups.com] On Behalf Of Josh Rosenthal
Sent: Friday, August 14, 2009 8:49 AM
To: maptitude
Subject: [Maptitude] GMaptBrowser

 

 

Fellow Maptituders,

 

I've released a small utility that may prove useful to some people.  It is free, and open source.  

 

GMaptBrowser is a response to far too many occasions when, unsatisfied with geocoding in Maptitude, I and others would resort to Google Maps or Bing Maps in order to locate a resource, and then would need to find that location in Maptitude (either by extracting a coordinate, or manually by comparing aerials/roads).  It is a standalone application which, if run simultaneously with Maptitude, can serve as a search toolbox, allowing a user to search, locate a resource based off of aerial imagery and automatically pan/zoom maptitude to that location.

 

For linking to other programs, GMaptBrowser has a simple API for running external scripts, allowing it to also pass locational information to anything you can write a script to automate.  GMaptBrowser also includes reverse geocoding, integration with Bing Birdseye views, and coordinate display in Lat/Lon and UTM (North America only).

 

This is a rather simple application, primarily useful to those who need to locate resources based on addresses and imagery and find themselves using Google/Bing in order to locate resources in Maptitude.

 

GMaptBrowser is hosted on Google Code at http://code.google.com/p/gmaptbrowser/

To use, download the zip file available on the project page, unzip to a non temporary location of your choice, and run GMaptBrowser.hta.

 

 

As always, feedback is most welcome.

 

Enjoy,

 

Josh Rosenthal



#3959 From: Josh Rosenthal <maric423@...>
Date: Fri Aug 14, 2009 12:49 pm
Subject: GMaptBrowser
maric423
Offline Offline
Send Email Send Email
 
Fellow Maptituders,

I've released a small utility that may prove useful to some people.  It is free, and open source.  

GMaptBrowser is a response to far too many occasions when, unsatisfied with geocoding in Maptitude, I and others would resort to Google Maps or Bing Maps in order to locate a resource, and then would need to find that location in Maptitude (either by extracting a coordinate, or manually by comparing aerials/roads).  It is a standalone application which, if run simultaneously with Maptitude, can serve as a search toolbox, allowing a user to search, locate a resource based off of aerial imagery and automatically pan/zoom maptitude to that location.

For linking to other programs, GMaptBrowser has a simple API for running external scripts, allowing it to also pass locational information to anything you can write a script to automate.  GMaptBrowser also includes reverse geocoding, integration with Bing Birdseye views, and coordinate display in Lat/Lon and UTM (North America only).

This is a rather simple application, primarily useful to those who need to locate resources based on addresses and imagery and find themselves using Google/Bing in order to locate resources in Maptitude.

GMaptBrowser is hosted on Google Code at http://code.google.com/p/gmaptbrowser/
To use, download the zip file available on the project page, unzip to a non temporary location of your choice, and run GMaptBrowser.hta.


As always, feedback is most welcome.

Enjoy,

Josh Rosenthal

#3958 From: "pdr_dan" <dan@...>
Date: Thu Aug 13, 2009 7:54 pm
Subject: exporting to mif files using GISDK
pdr_dan
Offline Offline
Send Email Send Email
 
Hi,
I saw in a message from 2005, someone asking whether you could use GISDK to
export to a .mif file.  At that time the answer was no.  Does anyone know if
this has changed?  Thanks

Dan

#3957 From: "Stewart Berry" <stewart@...>
Date: Wed Aug 12, 2009 7:27 pm
Subject: RE: Halo / outline free typeface / font?
sb_caliper
Offline Offline
Send Email Send Email
 

Hi Group:

 

In the next version of Maptitude there will be new tools to allow label shadows and halos.

 

No release date has yet been confirmed.

 

Stewart

 

Stewart J. Berry (BSc, MSc)
GIS Specialist
Caliper Corporation

Maptitude Mapping Software
www.MappingSoftware.com

 


From: Maptitude@yahoogroups.com [mailto:Maptitude@yahoogroups.com] On Behalf Of jgcannon2
Sent: Tuesday, August 11, 2009 2:20 PM
To: Maptitude@yahoogroups.com
Subject: [Maptitude] Halo / outline free typeface / font?

 

 

Is there a free font out there that is, say, black with while outline that could be used in Maptitude? Sort of to give the halo text effect used in some GIS programs?

(Then, choice of serif, san-serif, fixed width...)

TIA


#3956 From: "jgcannon2" <jgcannon2@...>
Date: Tue Aug 11, 2009 6:19 pm
Subject: Halo / outline free typeface / font?
jgcannon2
Offline Offline
Send Email Send Email
 
Is there a free font out there that is, say, black with while outline that could
be used in Maptitude? Sort of to give the halo text effect used in some GIS
programs?

(Then, choice of serif, san-serif, fixed width...)

TIA

#3955 From: "Stewart Berry" <stewart@...>
Date: Thu May 28, 2009 6:10 pm
Subject: Maptitude Learning Resources
sb_caliper
Offline Offline
Send Email Send Email
 

Dear Group:

 

A great way to learn how to perform specific mapping tasks is with the "60-Second tutorials" in the Maptitude User's Guide. Our tutorials are a fast and efficient way to get started with Maptitude. In addition, there is the Online Help that ships with every copy of Maptitude, plus Caliper Support and Training Services.

 

We are happy to announce that there is also a collection of web-based resources to aid Maptitude users:

http://www.caliper.com/training/maptitudetutorials.htm

 

Newly released for Maptitude 5.0 are a number of short video tutorials that cover a range of topics, from basic to more advanced. If you are new to Maptitude we recommend that you watch all of the tutorials, as they introduce many Maptitude techniques, tools, and procedures.

 

Check out the user-contributed materials as well:

http://www.caliper.com/training/MaptitudeOtherTutorials.htm

 

These include videos in Spanish. Please contact us if you know of any other resources that can be shared with the Maptitude community!

 

Kind regards

 

Stewart

 

 

Stewart J. Berry (BSc, MSc)
GIS Specialist
Caliper Corporation
1172 Beacon Street, Suite 300, Newton, MA, 02461-9926, USA
Web site: http://www.MappingSoftware.com

 

 


#3954 From: "Stewart Berry" <stewart@...>
Date: Tue May 12, 2009 9:05 pm
Subject: Maptitude Training, June 22-24, 2009
sb_caliper
Offline Offline
Send Email Send Email
 

Hi Group:

 

The June Maptitude training is scheduled for the 22nd-24th. If this is of interest, please see the following link for more details:

 

http://www.caliper.com/training/mttrain.htm

 

Stewart

 

Stewart J. Berry

GIS Specialist
Caliper Corporation
1172 Beacon Street, Suite 300, Newton, MA, 02461-9926, USA
Web site: http://www.caliper.com

 

 


#3953 From: "sb_caliper" <stewart@...>
Date: Tue May 12, 2009 9:00 pm
Subject: Re: Unique IDs
sb_caliper
Offline Offline
Send Email Send Email
 
Your ID field needs to be formatted as numeric, and should not contain any
strings.

#3952 From: "chercastro" <chercastro@...>
Date: Sat Apr 25, 2009 7:04 am
Subject: Unique IDs
chercastro
Offline Offline
Send Email Send Email
 
Maptitude won't read most IDs from my excel doc. It's only selecting zip codes
and amounts. What am I doing wrong???

#3951 From: "Shaung Liu" <shaungl@...>
Date: Wed Apr 15, 2009 10:40 pm
Subject: Reading from PDF files
Shaung_Liu
Offline Offline
Send Email Send Email
 

Hi everyone,

 

I frequently come across maps in PDF format and was wondering if there’s a way to read those into Maptitude.  These maps are zoomable in Acrobat so it looks like the regions are somehow digitally defined versus just an image.

 

Thanks in advance,

 

Shaung


#3950 From: "Aniruddha Banerjee" <aniruddha.banerjee@...>
Date: Fri Apr 10, 2009 8:36 pm
Subject: tract zcta many to many join
banerjee15
Offline Offline
Send Email Send Email
 
Hi,

I am trying to create tables that has all 66,273 tracts and 32369 ZCTA5 areas
for the whole USA with percent area overlap and IDs from underlying ZCTA and
tracts. I don't need the map but just the tables.

e.g.

Table 1 may look like the following:

ZCTA5_ID, tract 1 name, %, tract 2 name, % and so on...
94704  ,   0600112345, 60%, 0600112346, 23%, ...

Same for tracts in Table 2
TractID, ZCTA 1 name, %, ZCTA 2 name, % and so on...
0600112345 ,  94704, 85%, 94705, 11%, ...


Is it possible? (I tried the Tools--> Merge Geography command but it is crashing
due to memory problems; however state by state it works)



Thank you,

Rudy Banerjee

Maptutude 5.0
TransCAD 4.8

#3949 From: "henryinma" <henryinma@...>
Date: Wed Apr 8, 2009 2:33 pm
Subject: Double Themed Maps---A Thanks
henryinma
Offline Offline
Send Email Send Email
 
Hi All,

I was able to accomplish what I wanted using the export function with centroids,
then using the theme function and bitmaps.  The good thing about this is that I
could do this more than once if I were to have say 3 statistics--by converting
labels to text, I'm able to move things around.  SO, all in all, it was a good
exercise

Thanks to everyone who commented to me!

BoB Malin

#3948 From: Reinaldo Pérez Machado <Reinaldo@...>
Date: Fri Apr 3, 2009 9:15 pm
Subject: Re: Double Themed Maps
reinaldo_per...
Offline Offline
Send Email Send Email
 
Hi,

Another suggestion is to use the Pattern Theme Option, or even the Dot Density. The great thing is that there is no need to duplicate the layer to use up to 4? (do not remember now) different methods of thematic mapping. I personally only duplicate the layer if there are obvious advantages to do that. For instance, I might want to create a centroids layer out of a polygon one just to be free to move the Dot Density Symbols or Chart Theme Symbols around for my convenience.

Cheers,

Reinaldo




Aniruddha Banerjee wrote:

Hi,

You can use bar charts (one variable bar chart using the pie-chart).
The pie chart looks like a graduated circle but allows only a single
color (as Dr. Hoskins has indicated). Below that you can use the
standard theme to fill the polygons...

Rudy B.

Maptitude 5.0

On Fri, Apr 3, 2009 at 12:21 PM, Hoskins, Richard E. (DOH)
<richard.hoskins@doh.wa.gov> wrote:
> I have had good luck with using two layers of the same geography and then
> coloring a theme for one variable and using hatched transparent polygons on
> top of it.
>
> Also you can use as your second layer a set of centroids overlayed over the
> polygons and make your second thematic map with the centroids. See
> attachment. (I will not be getting any calls from the Swiss Mapping Agency)
> Size of the squares is set in the style feature in the thematic mapping
> wizard by hand. There is a scaled symbol theme capability but I don't think
> it can be colored.
>
> Maptitude has a bar chart feature that you could use to represent the two
> rates, and this works provided you do not have too many areas that would
> result in a very crowed map with bar charts.
>
>
> ________________________
> Forward or reply from:
> Dick Hoskins
> EMS/Trauma
> WA DOH, Olympia
> (360) 236-2873
> richard.hoskins@doh.wa.gov
> _________________________
>
>
> ________________________________
> From: Maptitude@yahoogroups.com [mailto:Maptitude@yahoogroups.com] On Behalf
> Of henryinma
> Sent: Friday, April 03, 2009 8:27 AM
> To: Maptitude@yahoogroups.com
> Subject: [Maptitude] Double Themed Maps
>
> Hi All,
>
> We just got out copies of Maptitude installed and I'm trying to duplicate
> some maps an intern made in another software this past summer (or tyring to
> come close to it).
>
> I work in the health industry and the state of MA is divided up into 28
> areas called community health network areas, or CHNA's. I was able to get
> the shape files I needed and created the maps, and I wanted to apply two
> separate statistics (rates)on the same map. I was able to create a color
> theme for the first statistic, (data ranges from .80 to 1.66 so I used 4
> ranges/colors..no problem). Where I'm getting stuck is trying to create a
> second colored theme. THe intern used colored dots (again 4 ranges/colored
> dots to represent rates from .64 to 1.2) dots centered in the area. In other
> words, the colored map represented one statistic, and the colored circle
> represented another.
>
> Is there a way within maptitude to create a colored symbol on top of an
> existing colored theme? Does this require creating and merging separate
> maps, or something special, or, is this not possible in the software.
>
> Thanks
>
> Bob Malin
>
>

--
Aniruddha Banerjee, Ph.D.



#3947 From: Aniruddha Banerjee <aniruddha.banerjee@...>
Date: Fri Apr 3, 2009 7:37 pm
Subject: Re: Double Themed Maps
banerjee15
Offline Offline
Send Email Send Email
 
Hi,

You can use bar charts (one variable bar chart using the pie-chart).
The pie chart looks like a graduated circle but allows only a single
color (as Dr. Hoskins has indicated). Below that you can use the
standard theme to fill the polygons...

Rudy B.

Maptitude 5.0

On Fri, Apr 3, 2009 at 12:21 PM, Hoskins, Richard E.  (DOH)
<richard.hoskins@...> wrote:
> I have had good luck with using two layers of the same geography and then
> coloring a theme for one variable and using hatched transparent polygons on
> top of it.
>
> Also you can use as your second layer a set of centroids overlayed over the
> polygons and make your second thematic map with the centroids. See
> attachment. (I will not be getting any calls from the Swiss Mapping Agency)
> Size of the squares is set in the style feature in the thematic mapping
> wizard by hand. There is a scaled symbol theme capability but I don't think
> it can be colored.
>
> Maptitude has a bar chart feature that you could use to represent the two
> rates, and this works provided you do not have too many areas that would
> result in a very crowed map with bar charts.
>
>
> ________________________
> Forward or reply from:
> Dick Hoskins
> EMS/Trauma
> WA DOH, Olympia
> (360) 236-2873
> richard.hoskins@...
> _________________________
>
>
> ________________________________
> From: Maptitude@yahoogroups.com [mailto:Maptitude@yahoogroups.com] On Behalf
> Of henryinma
> Sent: Friday, April 03, 2009 8:27 AM
> To: Maptitude@yahoogroups.com
> Subject: [Maptitude] Double Themed Maps
>
> Hi All,
>
> We just got out copies of Maptitude installed and I'm trying to duplicate
> some maps an intern made in another software this past summer (or tyring to
> come close to it).
>
> I work in the health industry and the state of MA is divided up into 28
> areas called community health network areas, or CHNA's. I was able to get
> the shape files I needed and created the maps, and I wanted to apply two
> separate statistics (rates)on the same map. I was able to create a color
> theme for the first statistic, (data ranges from .80 to 1.66 so I used 4
> ranges/colors..no problem). Where I'm getting stuck is trying to create a
> second colored theme. THe intern used colored dots (again 4 ranges/colored
> dots to represent rates from .64 to 1.2) dots centered in the area. In other
> words, the colored map represented one statistic, and the colored circle
> represented another.
>
> Is there a way within maptitude to create a colored symbol on top of an
> existing colored theme? Does this require creating and merging separate
> maps, or something special, or, is this not possible in the software.
>
> Thanks
>
> Bob Malin
>
>



--
Aniruddha Banerjee, Ph.D.

#3946 From: "Hoskins, Richard E. (DOH)" <richard.hoskins@...>
Date: Fri Apr 3, 2009 4:21 pm
Subject: RE: Double Themed Maps
richard.hoskins@...
Send Email Send Email
 
I have had good luck with using two layers of the same geography and then coloring a theme for one variable and using hatched transparent polygons on top of it.
 
Also you can use as your second layer a set of centroids overlayed over the polygons and make your second thematic map with the centroids. See attachment. (I will not be getting any calls from the Swiss Mapping Agency) Size of the squares is set in the style feature in the thematic mapping wizard by hand. There is a scaled symbol theme capability but I don't think it can be colored.
 
Maptitude has a bar chart feature that you could use to represent the two rates, and this works provided you do not have too many areas that would result in a very crowed map with bar charts.
 
 
________________________
Forward or reply from:
Dick Hoskins
EMS/Trauma
WA DOH, Olympia
(360) 236-2873
_________________________
 
 


From: Maptitude@yahoogroups.com [mailto:Maptitude@yahoogroups.com] On Behalf Of henryinma
Sent: Friday, April 03, 2009 8:27 AM
To: Maptitude@yahoogroups.com
Subject: [Maptitude] Double Themed Maps

Hi All,

We just got out copies of Maptitude installed and I'm trying to duplicate some maps an intern made in another software this past summer (or tyring to come close to it).

I work in the health industry and the state of MA is divided up into 28 areas called community health network areas, or CHNA's. I was able to get the shape files I needed and created the maps, and I wanted to apply two separate statistics (rates)on the same map. I was able to create a color theme for the first statistic, (data ranges from .80 to 1.66 so I used 4 ranges/colors..no problem). Where I'm getting stuck is trying to create a second colored theme. THe intern used colored dots (again 4 ranges/colored dots to represent rates from .64 to 1.2) dots centered in the area. In other words, the colored map represented one statistic, and the colored circle represented another.

Is there a way within maptitude to create a colored symbol on top of an existing colored theme? Does this require creating and merging separate maps, or something special, or, is this not possible in the software.

Thanks

Bob Malin


#3945 From: "henryinma" <henryinma@...>
Date: Fri Apr 3, 2009 3:26 pm
Subject: Double Themed Maps
henryinma
Offline Offline
Send Email Send Email
 
Hi All,

We just got out copies of Maptitude installed and I'm trying to duplicate some
maps an intern made in another software this past summer (or tyring to come
close to it).

I work in the health industry and the state of MA is divided up into 28 areas
called community health network areas, or CHNA's.  I was able to get the shape
files I needed and created the maps, and I wanted to apply two separate
statistics (rates)on the same map.  I was able to create a color theme for the
first statistic, (data ranges from .80 to 1.66 so I used 4 ranges/colors..no
problem).  Where I'm getting stuck is trying to create a second colored theme. 
THe intern used colored dots (again 4 ranges/colored dots to represent rates
from .64 to 1.2) dots centered in the area. In other words, the colored map
represented one statistic, and the colored circle represented another.

Is there a way within maptitude to create a colored symbol on top of an existing
colored theme?  Does this require creating and merging separate maps, or
something special, or, is this not possible in the software.

Thanks

Bob Malin

#3944 From: Seymour Dupa <grumpy_44134@...>
Date: Tue Mar 31, 2009 6:39 pm
Subject: RE: pdf
grumpy_44134
Offline Offline
Send Email Send Email
 
'Paste Special' is not a right click option.
You need to to to the top menu bar (File, Edit . . . . . . Help) and click Edit.
Most programs have 'Paste'.  If the program supports 'Paste Special' it will be right under 'Paste'.

John
Digi-MAP

When I try to paste the right clicked copy into Word or PowerPoint there is no option for paste special. How do you get that option to appear?
 
Also when I did the copy and then did the ordinary paste - no past special option available - I got a truncated image. Also there are problems with using
Maptitude images because the legend gets distorted. And the Image gets clipped if the map window is maximized. See the jpeg that is attached. 
 
Does anyone have a solution for saving a map window as an image file that looks OK?  If I use an EMF I have to convert to a drawing object and edit the legend by hand.
 
The PDF route works, but how do you import a PDF file into PowerPoint?
 
If you crank up the resolution of your monitor and use a screen capture package you can get an image that when imported - not pasted - into PowerPoint or Word looks OK unless you try to enlarge too much.
 
Dick Hoskins


From: Maptitude@yahoogrou ps.com [mailto:Maptitude@ yahoogroups. com] On Behalf Of Aniruddha Banerjee
Sent: Friday, March 27, 2009 9:31 PM
To: Maptitude@yahoogrou ps.com
Subject: Re: [Maptitude] pdf

Avoid the jpeg and instead right click-copy & paste special (in Word)
as Windows metafile (this will maintain the vector like clarity when
you zoom in or print large size copies)...

Rudy
Maptitude 5.0

On 3/27/09, Nick Nicholas <tthedemo@bigpond. net.au> wrote:
> You can get a pdf driver like CutePDF Writer available through
> www.cutepdf. com. Once you install the software it will look like another
> printer option. i.e you can Print and select CutePDF as the name of the
> printer. There are a couple of ways to put it into word, but perhaps the
> easiest is to save the map as a jpg file and insert that directly into a
> word document.
>
> Nick Nicholas
> The Demographer' s Workshop
> Australia
>
>
> chercastro wrote:
>>
>> How do I create a pdf of a map that I create? Is there a way to also
>> put it onto word?
>>
>>
>
>

--
Aniruddha Banerjee, Ph.D.


#3943 From: "Hoskins, Richard E. (DOH)" <richard.hoskins@...>
Date: Mon Mar 30, 2009 4:57 pm
Subject: RE: pdf
richard.hoskins@...
Send Email Send Email
 
I'll leave the Maptitude image problem alone for now after one last gasp. It looks like an image capture procedure will work OK for making the publication I have to do. Thanks for the list's help.
 
I did put an extra space but in one case ended up with an EMF that had spurious characters on the map layout in one map. I just tried another with your suggestion and that was a definite improvement. (why has it taken me all this time to think of this solution? .... grrrr)   But the title has a big space in the middle "Homi cides / 100,000" and the boxes around the colors are double thickness for the top and bottom of the boxes and the font looks a little different and reduced in size.
 
Hopefully the Maptitude developers will add improved image saving capability in the next version. Usually I need only Maptitude's great set of tools for my spatial statistical stuff; making pretty maps is something I do not usually have to do. My cartography is about 5th grade level.  The best solution would be a direct copy of the map window into an EMF. Copy and paste with the mouse.
 
Also I hope the layout capability will be enhanced. In ArcGIS one has to always use a layout to make a map of any kind and I find that really a bother. Working with the map window is usually all I need and prefer. But it would be nice to have a layout feature that could be exported at high resolution, had lots of tools for annotation and drawing, and had more capability to allow non-Maptitude items to be used in it. 
 
Being able to convert the legend to a drawing object that I could manipulate would be handy. However the legend in V5 is pretty useable - except that it is too easy to throw it away (be sure to hide the legend window, don't close it)
 
Again, thanks a lot for all the suggestions and help.
 
Dick
 
 
________________________
Forward or reply from:
Dick Hoskins
EMS/Trauma
WA DOH, Olympia
(360) 236-2873
_________________________
 
 


From: Maptitude@yahoogroups.com [mailto:Maptitude@yahoogroups.com] On Behalf Of D Martin
Sent: Monday, March 30, 2009 6:51 AM
To: maptitude@yahoogroups.com
Subject: RE: [Maptitude] pdf

For the EMF option to work, you could try to put a few blank ASCII characters (Alt-0160) before the text for each legend entry.  Then you may no longer have a problem with the text touching the color sample.

 


To: Maptitude@yahoogroups.com
From: healthmaps@comcast.net
Date: Sat, 28 Mar 2009 21:39:12 -0700
Subject: RE: [Maptitude] pdf

Just to be sure that the PDF does work - I have used it before, I checked it out, also using CutePDF and the legend is a problem in the PDF as well. The numbers touch the color theme boxes.


From: Maptitude@yahoogroups.com [mailto:Maptitude@yahoogroups.com] On Behalf Of HealthMaps
Sent: Saturday, March 28, 2009 3:53 PM
To: Maptitude@yahoogroups.com
Subject: RE: [Maptitude] pdf

When I try to paste the right clicked copy into Word or PowerPoint there is no option for paste special. How do you get that option to appear?
 
Also when I did the copy and then did the ordinary paste - no past special option available - I got a truncated image. Also there are problems with using
Maptitude images because the legend gets distorted. And the Image gets clipped if the map window is maximized. See the jpeg that is attached. 
 
Does anyone have a solution for saving a map window as an image file that looks OK?  If I use an EMF I have to convert to a drawing object and edit the legend by hand.
 
The PDF route works, but how do you import a PDF file into PowerPoint?
 
If you crank up the resolution of your monitor and use a screen capture package you can get an image that when imported - not pasted - into PowerPoint or Word looks OK unless you try to enlarge too much.
 
Dick Hoskins


From: Maptitude@yahoogroups.com [mailto:Maptitude@yahoogroups.com] On Behalf Of Aniruddha Banerjee
Sent: Friday, March 27, 2009 9:31 PM
To: Maptitude@yahoogroups.com
Subject: Re: [Maptitude] pdf

Avoid the jpeg and instead right click-copy & paste special (in Word)
as Windows metafile (this will maintain the vector like clarity when
you zoom in or print large size copies)...

Rudy
Maptitude 5.0

On 3/27/09, Nick Nicholas <tthedemo@bigpond.net.au> wrote:
> You can get a pdf driver like CutePDF Writer available through
> www.cutepdf.com. Once you install the software it will look like another
> printer option. i.e you can Print and select CutePDF as the name of the
> printer. There are a couple of ways to put it into word, but perhaps the
> easiest is to save the map as a jpg file and insert that directly into a
> word document.
>
> Nick Nicholas
> The Demographer's Workshop
> Australia
>
>
> chercastro wrote:
>>
>> How do I create a pdf of a map that I create? Is there a way to also
>> put it onto word?
>>
>>
>
>

--
Aniruddha Banerjee, Ph.D.





Windows Live™ SkyDrive: Get 25 GB of free online storage. Check it out.


Messages 3943 - 3972 of 3972   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help