Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

global_mapper · Global Mapper

The Yahoo! Groups Product Blog

Check it out!

Group Information

? 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.

Messages

Advanced
Messages Help
Messages 12977 - 13006 of 13385   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#12977 From: Ian Boag <ian.boag@...>
Date: Tue Mar 6, 2012 5:23 am
Subject: Re: Scripting to output a file in text format
ianboag
Send Email Send Email
 
If I understand you correctly it's not even a script. Select the points you
want to export and just export the vector data as a CSV. The easiest way to
do the selection is to turn off the layers you don't want to export, select
everything that is visible and export as a CSV ...

On Tue, Mar 6, 2012 at 1:26 PM, Carl <carllingard@...> wrote:

> **
>
>
> Hi, would it be possible to create a GM script that writes a text file
> containing information about all point/text feature attributes? I need a
> script that will write out the names, locations, font size for all place
> names in a workspace. That will in turn be used by another program.
>
> Carl
>
>
>


[Non-text portions of this message have been removed]

#12978 From: Mike Childs <gmsupport@...>
Date: Tue Mar 6, 2012 5:32 am
Subject: re[2]: Scripting to output a file in text format
global_mapper
Send Email Send Email
 
Hello Ian,

Yes the existing File->Export Vector Data with CSV or Simple ASCII Text export
would work, or use the EXPORT_VECTOR command from a script.

Thanks,

Mike Childs
Global Mapper Guru
Blue Marble Geographics

Parker, CO USA
www.globalmapper.com
Email: gmsupport@...



Welcoming Global Mapper to our Product Line
www.bluemarblegeo.com
Contact Blue Marble at info@..., or call 800-616-2725/+1
(207)582-6747 for more details.
The information in this E-mail message is legally privileged and confidential
information intended only for the use of the individual(s) named above. If you,
the reader of this message, are not the intended recipient, you are hereby
notified that you should not further disseminate, distribute, or forward this
E-mail message. If you have received this E-mail in error, please notify the
sender and delete all copies of the message promptly. Thank you.

----------------------- Original Message -----------------------

From: Ian Boag <ian.boag@...>
To: global_mapper@yahoogroups.com
Cc:
Date: Tue, 6 Mar 2012 18:23:06 +1300
Subject: Re: [global_mapper] Scripting to output a file in text format

If I understand you correctly it's not even a script. Select the points you
want to export and just export the vector data as a CSV. The easiest way to
do the selection is to turn off the layers you don't want to export, select
everything that is visible and export as a CSV ...

On Tue, Mar 6, 2012 at 1:26 PM, Carl <carllingard@...> wrote:

> **
>
>
> Hi, would it be possible to create a GM script that writes a text file
> containing information about all point/text feature attributes? I need a
> script that will write out the names, locations, font size for all place
> names in a workspace. That will in turn be used by another program.
>
> Carl
>
>
>


[Non-text portions of this message have been removed]



------------------------------------

Yahoo! Groups Links

#12979 From: Ian Boag <ian.boag@...>
Date: Tue Mar 6, 2012 5:43 am
Subject: Re: re[2]: Scripting to output a file in text format
ianboag
Send Email Send Email
 
Oops. Sorry Mike. I thought that was a one-to-one to me ... didn't look at
"from". Why should I try to do your job when you do it so much better :-)

On Tue, Mar 6, 2012 at 6:32 PM, Mike Childs <gmsupport@...>wrote:

> **
>
>
> Hello Ian,
>
> Yes the existing File->Export Vector Data with CSV or Simple ASCII Text
> export would work, or use the EXPORT_VECTOR command from a script.
>
> Thanks,
>
> Mike Childs
> Global Mapper Guru
> Blue Marble Geographics
>
> Parker, CO USA
> www.globalmapper.com
> Email: gmsupport@...
>
> Welcoming Global Mapper to our Product Line
> www.bluemarblegeo.com
> Contact Blue Marble at info@..., or call 800-616-2725/+1
> (207)582-6747 for more details.
> The information in this E-mail message is legally privileged and
> confidential information intended only for the use of the individual(s)
> named above. If you, the reader of this message, are not the intended
> recipient, you are hereby notified that you should not further disseminate,
> distribute, or forward this E-mail message. If you have received this
> E-mail in error, please notify the sender and delete all copies of the
> message promptly. Thank you.
>
> ----------------------- Original Message -----------------------
>
> From: Ian Boag <ian.boag@...>
> To: global_mapper@yahoogroups.com
> Cc:
> Date: Tue, 6 Mar 2012 18:23:06 +1300
> Subject: Re: [global_mapper] Scripting to output a file in text format
>
>
> If I understand you correctly it's not even a script. Select the points you
> want to export and just export the vector data as a CSV. The easiest way to
> do the selection is to turn off the layers you don't want to export, select
> everything that is visible and export as a CSV ...
>
> On Tue, Mar 6, 2012 at 1:26 PM, Carl <carllingard@...> wrote:
>
> > **
>
> >
> >
> > Hi, would it be possible to create a GM script that writes a text file
> > containing information about all point/text feature attributes? I need a
> > script that will write out the names, locations, font size for all place
> > names in a workspace. That will in turn be used by another program.
> >
> > Carl
> >
> >
> >
>
> [Non-text portions of this message have been removed]
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>


[Non-text portions of this message have been removed]

#12980 From: "Carl" <carllingard@...>
Date: Tue Mar 6, 2012 11:11 am
Subject: Re: Scripting to output a file in text format
carllingard
Send Email Send Email
 
Thanks Ian and Mike :) I've learned something new there.

Carl

--- In global_mapper@yahoogroups.com, Ian Boag <ian.boag@...> wrote:
>
> If I understand you correctly it's not even a script. Select the points you
> want to export and just export the vector data as a CSV. The easiest way to
> do the selection is to turn off the layers you don't want to export, select
> everything that is visible and export as a CSV ...
>
> On Tue, Mar 6, 2012 at 1:26 PM, Carl <carllingard@...> wrote:
>
> > **
> >
> >
> > Hi, would it be possible to create a GM script that writes a text file
> > containing information about all point/text feature attributes? I need a
> > script that will write out the names, locations, font size for all place
> > names in a workspace. That will in turn be used by another program.
> >
> > Carl
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>

#12981 From: "Carl" <carllingard@...>
Date: Tue Mar 6, 2012 11:16 am
Subject: Possible bug with point label display
carllingard
Send Email Send Email
 
Possible bug in 12.02. Point symbol set to "no symbol". Combination of fixed
text height in metres and rotation setting makes the text invisible.

I managed to get fixed height 44000m to display. 45000m didn't. Then when I
added rotation to it, I couldn't get 44000 to display either. Max with rotation
was 32000. I know there's a bug that's been fixed in GM 13. Label relative to
point position and label background fill mode was left at automatic. Is there a
limit on fixed size?


Carl

#12982 From: "Carl" <carllingard@...>
Date: Tue Mar 6, 2012 11:28 am
Subject: Re: Scripting to output a file in text format
carllingard
Send Email Send Email
 
Is it possible to include the rotation info in any of the output options you
mentioned?

Carl

--- In global_mapper@yahoogroups.com, Ian Boag <ian.boag@...> wrote:
>
> Oops. Sorry Mike. I thought that was a one-to-one to me ... didn't look at
> "from". Why should I try to do your job when you do it so much better :-)
>
> On Tue, Mar 6, 2012 at 6:32 PM, Mike Childs <gmsupport@...>wrote:
>
> > **
> >
> >
> > Hello Ian,
> >
> > Yes the existing File->Export Vector Data with CSV or Simple ASCII Text
> > export would work, or use the EXPORT_VECTOR command from a script.
> >
> > Thanks,
> >
> > Mike Childs
> > Global Mapper Guru
> > Blue Marble Geographics
> >
> > Parker, CO USA
> > www.globalmapper.com
> > Email: gmsupport@...
> >
> > Welcoming Global Mapper to our Product Line
> > www.bluemarblegeo.com
> > Contact Blue Marble at info@..., or call 800-616-2725/+1
> > (207)582-6747 for more details.
> > The information in this E-mail message is legally privileged and
> > confidential information intended only for the use of the individual(s)
> > named above. If you, the reader of this message, are not the intended
> > recipient, you are hereby notified that you should not further disseminate,
> > distribute, or forward this E-mail message. If you have received this
> > E-mail in error, please notify the sender and delete all copies of the
> > message promptly. Thank you.
> >
> > ----------------------- Original Message -----------------------
> >
> > From: Ian Boag <ian.boag@...>
> > To: global_mapper@yahoogroups.com
> > Cc:
> > Date: Tue, 6 Mar 2012 18:23:06 +1300
> > Subject: Re: [global_mapper] Scripting to output a file in text format
> >
> >
> > If I understand you correctly it's not even a script. Select the points you
> > want to export and just export the vector data as a CSV. The easiest way to
> > do the selection is to turn off the layers you don't want to export, select
> > everything that is visible and export as a CSV ...
> >
> > On Tue, Mar 6, 2012 at 1:26 PM, Carl <carllingard@...> wrote:
> >
> > > **
> >
> > >
> > >
> > > Hi, would it be possible to create a GM script that writes a text file
> > > containing information about all point/text feature attributes? I need a
> > > script that will write out the names, locations, font size for all place
> > > names in a workspace. That will in turn be used by another program.
> > >
> > > Carl
> > >
> > >
> > >
> >
> > [Non-text portions of this message have been removed]
> >
> > ------------------------------------
> >
> > Yahoo! Groups Links
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>

#12983 From: "Carl" <carllingard@...>
Date: Tue Mar 6, 2012 11:36 am
Subject: Re: Scripting to output a file in text format
carllingard
Send Email Send Email
 
Oops sorry guys. It appears to be in the ASCII :)

Carl

--- In global_mapper@yahoogroups.com, "Carl" <carllingard@...> wrote:
>
>  Is it possible to include the rotation info in any of the output options you
mentioned?
>
> Carl
>
> --- In global_mapper@yahoogroups.com, Ian Boag <ian.boag@> wrote:
> >
> > Oops. Sorry Mike. I thought that was a one-to-one to me ... didn't look at
> > "from". Why should I try to do your job when you do it so much better :-)
> >
> > On Tue, Mar 6, 2012 at 6:32 PM, Mike Childs <gmsupport@>wrote:
> >
> > > **
> > >
> > >
> > > Hello Ian,
> > >
> > > Yes the existing File->Export Vector Data with CSV or Simple ASCII Text
> > > export would work, or use the EXPORT_VECTOR command from a script.
> > >
> > > Thanks,
> > >
> > > Mike Childs
> > > Global Mapper Guru
> > > Blue Marble Geographics
> > >
> > > Parker, CO USA
> > > www.globalmapper.com
> > > Email: gmsupport@
> > >
> > > Welcoming Global Mapper to our Product Line
> > > www.bluemarblegeo.com
> > > Contact Blue Marble at info@, or call 800-616-2725/+1
> > > (207)582-6747 for more details.
> > > The information in this E-mail message is legally privileged and
> > > confidential information intended only for the use of the individual(s)
> > > named above. If you, the reader of this message, are not the intended
> > > recipient, you are hereby notified that you should not further
disseminate,
> > > distribute, or forward this E-mail message. If you have received this
> > > E-mail in error, please notify the sender and delete all copies of the
> > > message promptly. Thank you.
> > >
> > > ----------------------- Original Message -----------------------
> > >
> > > From: Ian Boag <ian.boag@>
> > > To: global_mapper@yahoogroups.com
> > > Cc:
> > > Date: Tue, 6 Mar 2012 18:23:06 +1300
> > > Subject: Re: [global_mapper] Scripting to output a file in text format
> > >
> > >
> > > If I understand you correctly it's not even a script. Select the points
you
> > > want to export and just export the vector data as a CSV. The easiest way
to
> > > do the selection is to turn off the layers you don't want to export,
select
> > > everything that is visible and export as a CSV ...
> > >
> > > On Tue, Mar 6, 2012 at 1:26 PM, Carl <carllingard@> wrote:
> > >
> > > > **
> > >
> > > >
> > > >
> > > > Hi, would it be possible to create a GM script that writes a text file
> > > > containing information about all point/text feature attributes? I need a
> > > > script that will write out the names, locations, font size for all place
> > > > names in a workspace. That will in turn be used by another program.
> > > >
> > > > Carl
> > > >
> > > >
> > > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> > > ------------------------------------
> > >
> > > Yahoo! Groups Links
> > >
> > >
> > >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>

#12984 From: "Seldom" <seldom_sn@...>
Date: Tue Mar 6, 2012 2:55 pm
Subject: Is www.globalmapperforum.com up and running?
seldom_sn
Send Email Send Email
 
Ive been getting a "cannot find" message since last night.

#12985 From: Mike Childs <gmsupport@...>
Date: Tue Mar 6, 2012 3:14 pm
Subject: re: Is www.globalmapperforum.com up and running?
global_mapper
Send Email Send Email
 
Hello Hilton,

The server that site is on is being hit with a DOS (denial-of-service) attack
right now (target is another sute, but it is making the forum inaccessible as
well). Once that is over the site should be back up and running normally.

Thanks,

Mike Childs
Global Mapper Guru
Blue Marble Geographics

Parker, CO USA
www.globalmapper.com
Email: gmsupport@...



Welcoming Global Mapper to our Product Line
www.bluemarblegeo.com
Contact Blue Marble at info@..., or call 800-616-2725/+1
(207)582-6747 for more details.
The information in this E-mail message is legally privileged and confidential
information intended only for the use of the individual(s) named above. If you,
the reader of this message, are not the intended recipient, you are hereby
notified that you should not further disseminate, distribute, or forward this
E-mail message. If you have received this E-mail in error, please notify the
sender and delete all copies of the message promptly. Thank you.

----------------------- Original Message -----------------------

From: "Seldom" <seldom_sn@...>
To: global_mapper@yahoogroups.com
Cc:
Date: Tue, 06 Mar 2012 14:55:19 -0000
Subject: [global_mapper] Is www.globalmapperforum.com up and running?


Ive been getting a "cannot find" message since last night.

#12986 From: "samknightbmg" <samk@...>
Date: Tue Mar 6, 2012 3:15 pm
Subject: Re: Is www.globalmapperforum.com up and running?
samknightbmg
Send Email Send Email
 
Hello Seldom,
Unfortunately, the forum has been under a Denial of Service internet attack and
has been taken offline until the traffic subsides.  We hope to have service
restored soon.  I'm sorry for the inconvenience.

Regards,
Sam Knight
Product Manager
Blue Marble Geographics

--- In global_mapper@yahoogroups.com, "Seldom" <seldom_sn@...> wrote:
>
> Ive been getting a "cannot find" message since last night.
>

#12987 From: "GeoExplore99" <kaufmannrd@...>
Date: Tue Mar 6, 2012 6:26 pm
Subject: Waypoints
GeoExplore99
Send Email Send Email
 
Like the new "Show Course Line" option in 13.1

Still really want GM to provide real-time waypoint guidance (distance and
bearing to a selected waypoint).  Can you please add this feature on the next
version.  Thanks!

#12988 From: Mike Childs <gmsupport@...>
Date: Tue Mar 6, 2012 8:30 pm
Subject: re: Waypoints
global_mapper
Send Email Send Email
 
Hello GeoExplore99,

Thank you for the suggestion, I have added that to our official todo list.

Thanks,

Mike Childs
Global Mapper Guru
Blue Marble Geographics

Parker, CO USA
www.globalmapper.com
Email: gmsupport@...



Welcoming Global Mapper to our Product Line
www.bluemarblegeo.com
Contact Blue Marble at info@..., or call 800-616-2725/+1
(207)582-6747 for more details.
The information in this E-mail message is legally privileged and confidential
information intended only for the use of the individual(s) named above. If you,
the reader of this message, are not the intended recipient, you are hereby
notified that you should not further disseminate, distribute, or forward this
E-mail message. If you have received this E-mail in error, please notify the
sender and delete all copies of the message promptly. Thank you.

----------------------- Original Message -----------------------

From: "GeoExplore99" <kaufmannrd@...>
To: global_mapper@yahoogroups.com
Cc:
Date: Tue, 06 Mar 2012 18:26:46 -0000
Subject: [global_mapper] Waypoints


Like the new "Show Course Line" option in 13.1

Still really want GM to provide real-time waypoint guidance (distance and
bearing to a selected waypoint). Can you please add this feature on the next
version. Thanks!

#12989 From: "gpsdan" <gpsdan@...>
Date: Fri Mar 9, 2012 4:00 pm
Subject: PDF export "Fill Page" and cropping [ V13]
gpsdan
Send Email Send Email
 
Guru:
   I am exporting to a PDF file.  Use "Crop to selected area feature" as the
export bounds but also choose the "Fill Page"  on the PDF options.
The resulting PDF is cropped to the selected area, but the page is not filled.
   If i immediately repeat the export to PDF operation, keep the "Fill Page"
option checked but this time for export bounds choose "resort to last exported
bounds"   the resulting PDF fills the page.... which is what I had anticipated
in the first export.  How should "Fill Page"  interact with "Crop to selected
area feature"

Thanks

dan

#12990 From: Mike Childs <gmsupport@...>
Date: Fri Mar 9, 2012 5:14 pm
Subject: re: PDF export "Fill Page" and cropping [ V13]
global_mapper
Send Email Send Email
 
Hello gpsdan,

That is how I would expect the 'Crop to Selected Area' option to work. When you
use that open the data is cropped to that area so nothing from outside that area
will be used. There is a bit of a conflict here with the 'Fill Page' option
since there will be nothing to fill the page with outside the crop area, so they
try to do 2 different things. Your current workaround to repeat the export using
the last exported bounds will work. If this causes a lot of trouble I could
disable the actual cropping if the 'Fill Page' option is also checked and just
use the bounds of the area to initialize the export bounds.

Thanks,

Mike Childs
Global Mapper Guru
Blue Marble Geographics

Parker, CO USA
www.globalmapper.com
Email: gmsupport@...



Welcoming Global Mapper to our Product Line
www.bluemarblegeo.com
Contact Blue Marble at info@..., or call 800-616-2725/+1
(207)582-6747 for more details.
The information in this E-mail message is legally privileged and confidential
information intended only for the use of the individual(s) named above. If you,
the reader of this message, are not the intended recipient, you are hereby
notified that you should not further disseminate, distribute, or forward this
E-mail message. If you have received this E-mail in error, please notify the
sender and delete all copies of the message promptly. Thank you.

----------------------- Original Message -----------------------

From: "gpsdan" <gpsdan@...>
To: global_mapper@yahoogroups.com
Cc:
Date: Fri, 09 Mar 2012 16:00:54 -0000
Subject: [global_mapper] PDF export "Fill Page" and cropping  [ V13]


Guru:
I am exporting to a PDF file. Use "Crop to selected area feature" as the export
bounds but also choose the "Fill Page" on the PDF options.
The resulting PDF is cropped to the selected area, but the page is not filled.
If i immediately repeat the export to PDF operation, keep the "Fill Page" option
checked but this time for export bounds choose "resort to last exported bounds"
the resulting PDF fills the page.... which is what I had anticipated in the
first export. How should "Fill Page" interact with "Crop to selected area
feature"

Thanks

dan

#12991 From: "Hennie Schoeman" <hennie@...>
Date: Fri Mar 16, 2012 1:07 pm
Subject: Version 13.1 and JPeg 2000 files
hennie.schoeman
Send Email Send Email
 
JP2 files does not load correctly georeferenced.
It used to work well with v13.0

Example of metadata:


FILENAME=\\Mainserver\E\Spot5\Mosaic_GCS_2010\2427D.JP2
DESCRIPTION=2427D.JP2
UPPER LEFT X=27.500
UPPER LEFT Y=-24.500
LOWER RIGHT X=28.000
LOWER RIGHT Y=-25.000
WEST LONGITUDE=0.00000000° E
NORTH LATITUDE=0.00000000° S
EAST LONGITUDE=0.00000000° E
SOUTH LATITUDE=0.00000000° S
PROJ_DESC=Geographic (Latitude/Longitude) / WGS84 / meters
PROJ_DATUM=WGS84
PROJ_UNITS=meters
COVERED AREA=0.000025 hectares
NUM COLUMNS=21688
NUM ROWS=21688
NUM_BANDS=3
PIXEL WIDTH=0.0000231 meters
PIXEL HEIGHT=0.0000231 meters
BIT_DEPTH=24
PROJ_NAME=GEODETIC
DATUM_NAME=WGS84
TARGET_COMPRESSION=1:9

Please help!!!

I also cannot export to JP2 files with 13.1.
Suspect problem is related to the above.

Regards
Hennie Schoeman

#12992 From: Mike Childs <gmsupport@...>
Date: Fri Mar 16, 2012 3:42 pm
Subject: re: Version 13.1 and JPeg 2000 files
global_mapper
Send Email Send Email
 
Hello Hennie,

I replied to this on the globalmapperforum.com site as well. I went ahead and
handled the one place where the file could be reporting the wrong units along
with an EPSG code for the projection. I have placed a new build at
http://www.globalmapper.com/global_mapper13.zip with the latest changes for you
to try. Simply download that file and extract the contents into your existing
v13.xx installation folder to give it a try. If you are using the 64-bit v13
version there is a new build at
http://www.globalmapper.com/global_mapper13_64bit.zip .

Let me know if this fixes the problem.

Thanks,

Mike Childs
Global Mapper Guru
Blue Marble Geographics

Parker, CO USA
www.globalmapper.com
Email: gmsupport@...



Welcoming Global Mapper to our Product Line
www.bluemarblegeo.com
Contact Blue Marble at info@..., or call 800-616-2725/+1
(207)582-6747 for more details.
The information in this E-mail message is legally privileged and confidential
information intended only for the use of the individual(s) named above. If you,
the reader of this message, are not the intended recipient, you are hereby
notified that you should not further disseminate, distribute, or forward this
E-mail message. If you have received this E-mail in error, please notify the
sender and delete all copies of the message promptly. Thank you.

----------------------- Original Message -----------------------

From: "Hennie Schoeman" <hennie@...>
To: global_mapper@yahoogroups.com
Cc:
Date: Fri, 16 Mar 2012 13:07:39 -0000
Subject: [global_mapper] Version 13.1 and JPeg 2000 files


JP2 files does not load correctly georeferenced.
It used to work well with v13.0

Example of metadata:

FILENAME=\\Mainserver\E\Spot5\Mosaic_GCS_2010\2427D.JP2
DESCRIPTION=2427D.JP2
UPPER LEFT X=27.500
UPPER LEFT Y=-24.500
LOWER RIGHT X=28.000
LOWER RIGHT Y=-25.000
WEST LONGITUDE=0.00000000° E
NORTH LATITUDE=0.00000000° S
EAST LONGITUDE=0.00000000° E
SOUTH LATITUDE=0.00000000° S
PROJ_DESC=Geographic (Latitude/Longitude) / WGS84 / meters
PROJ_DATUM=WGS84
PROJ_UNITS=meters
COVERED AREA=0.000025 hectares
NUM COLUMNS=21688
NUM ROWS=21688
NUM_BANDS=3
PIXEL WIDTH=0.0000231 meters
PIXEL HEIGHT=0.0000231 meters
BIT_DEPTH=24
PROJ_NAME=GEODETIC
DATUM_NAME=WGS84
TARGET_COMPRESSION=1:9

Please help!!!

I also cannot export to JP2 files with 13.1.
Suspect problem is related to the above.

Regards
Hennie Schoeman

#12993 From: Hennie Schoeman <hennie@...>
Date: Mon Mar 19, 2012 7:50 am
Subject: Fwd: Re: Version 13.1 and JPeg 2000 files
hennie.schoeman
Send Email Send Email
 
Hi Guru Mike,

Thanks a lot. It is working perfectly!
See my longer answer on the forum.

Best regards,

Hennie Schoeman

On 2012/03/16 17:42, Mike Childs wrote:
> Hello Hennie,
>
> I replied to this on the globalmapperforum.com site as well. I went ahead and
handled the one place where the file could be reporting the wrong units along
with an EPSG code for the projection. I have placed a new build
athttp://www.globalmapper.com/global_mapper13.zip  with the latest changes for
you to try. Simply download that file and extract the contents into your
existing v13.xx installation folder to give it a try. If you are using the
64-bit v13 version there is a new build
athttp://www.globalmapper.com/global_mapper13_64bit.zip  .
>
> Let me know if this fixes the problem.
>
> Thanks,
>
> Mike Childs
> Global Mapper Guru
> Blue Marble Geographics
>
> Parker, CO USA
> www.globalmapper.com
> Email:gmsupport@...
>
>
>
> Welcoming Global Mapper to our Product Line
> www.bluemarblegeo.com
> Contact Blue Marble atinfo@..., or call 800-616-2725/+1
(207)582-6747 for more details.
> The information in this E-mail message is legally privileged and confidential
information intended only for the use of the individual(s) named above. If you,
the reader of this message, are not the intended recipient, you are hereby
notified that you should not further disseminate, distribute, or forward this
E-mail message. If you have received this E-mail in error, please notify the
sender and delete all copies of the message promptly. Thank you.
>
> ----------------------- Original Message -----------------------
>
> From: "Hennie Schoeman"<hennie@...>
> To:global_mapper@yahoogroups.com
> Cc:
> Date: Fri, 16 Mar 2012 13:07:39 -0000
> Subject: [global_mapper] Version 13.1 and JPeg 2000 files
>
>
> JP2 files does not load correctly georeferenced.
> It used to work well with v13.0
>
> Example of metadata:
>
> FILENAME=\\Mainserver\E\Spot5\Mosaic_GCS_2010\2427D.JP2
> DESCRIPTION=2427D.JP2
> UPPER LEFT X=27.500
> UPPER LEFT Y=-24.500
> LOWER RIGHT X=28.000
> LOWER RIGHT Y=-25.000
> WEST LONGITUDE=0.00000000° E
> NORTH LATITUDE=0.00000000° S
> EAST LONGITUDE=0.00000000° E
> SOUTH LATITUDE=0.00000000° S
> PROJ_DESC=Geographic (Latitude/Longitude) / WGS84 / meters
> PROJ_DATUM=WGS84
> PROJ_UNITS=meters
> COVERED AREA=0.000025 hectares
> NUM COLUMNS=21688
> NUM ROWS=21688
> NUM_BANDS=3
> PIXEL WIDTH=0.0000231 meters
> PIXEL HEIGHT=0.0000231 meters
> BIT_DEPTH=24
> PROJ_NAME=GEODETIC
> DATUM_NAME=WGS84
> TARGET_COMPRESSION=1:9
>
> Please help!!!
>
> I also cannot export to JP2 files with 13.1.
> Suspect problem is related to the above.
>
> Regards
> Hennie Schoeman
>
>
>
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
>
>

#12994 From: Yiannis Magkiriadis <yiannis.m@...>
Date: Tue Mar 20, 2012 3:13 pm
Subject: re defining/calibrating elevation layer 0 value
bannedfromcs
Send Email Send Email
 
Hi,

I am working with 2x different bathymetry set of files, they are both XYZ
but they come from different vendors and I would assume that they were
produced at different dates.

I need to use them both as they provide information for different areas but
they do overlap each other as well.

Now I have two questions:

Can I redefine the values in one so the transition between the two of them
is seamless? it appears that there is a 0.4m difference between the two of
them with respect to the definition of a 0m depth.
In other words I want one of the two to show a depth of 0.4m less at the
transition line and all its values to be adjusted accordingly.

Also, one more thingy which has always puzzled me but I am sure it is not
an issue.

In the scenario where 2x XYZ files overlap, or any elevation/bathymetry
files for that matter, which value does GM pick up when you extract a
profile? I always assumed that it would be the ones from the top of the two
files as they are layered. I just want a confirmation that that is the case.

Thanks for your time!

Kind Regards,
Yiannis


[Non-text portions of this message have been removed]

#12995 From: Mike Childs <gmsupport@...>
Date: Tue Mar 20, 2012 3:18 pm
Subject: re: re defining/calibrating elevation layer 0 value
global_mapper
Send Email Send Email
 
Hello Yiannis,

You are correct, when there are multiple overlapping terrain layers, the
elevation for a path profile will come from the topmost elevation layer with a
valid elevation at each location (assuming there isn't any blending going on).

To smoothly blend your overlapping data sets, you will want to enable feather
blending for the topmost layer. You can do this on the Feathering tab fo the
Options dialog for the layer. The size of the feather controls how far from the
edge to do the blend. You will want to make this smaller than the overlap size.
This should smoothly blend your data sets.

Let me know if I can be of further assistance.

Thanks,

Mike Childs
Global Mapper Guru
Blue Marble Geographics

Parker, CO USA
www.globalmapper.com
Email: gmsupport@...



Welcoming Global Mapper to our Product Line
www.bluemarblegeo.com
Contact Blue Marble at info@..., or call 800-616-2725/+1
(207)582-6747 for more details.
The information in this E-mail message is legally privileged and confidential
information intended only for the use of the individual(s) named above. If you,
the reader of this message, are not the intended recipient, you are hereby
notified that you should not further disseminate, distribute, or forward this
E-mail message. If you have received this E-mail in error, please notify the
sender and delete all copies of the message promptly. Thank you.

----------------------- Original Message -----------------------

From: Yiannis Magkiriadis <yiannis.m@...>
To: global_mapper@yahoogroups.com
Cc:
Date: Tue, 20 Mar 2012 15:13:10 +0000
Subject: [global_mapper] re defining/calibrating elevation layer 0 value


Hi,

I am working with 2x different bathymetry set of files, they are both XYZ
but they come from different vendors and I would assume that they were
produced at different dates.

I need to use them both as they provide information for different areas but
they do overlap each other as well.

Now I have two questions:

Can I redefine the values in one so the transition between the two of them
is seamless? it appears that there is a 0.4m difference between the two of
them with respect to the definition of a 0m depth.
In other words I want one of the two to show a depth of 0.4m less at the
transition line and all its values to be adjusted accordingly.

Also, one more thingy which has always puzzled me but I am sure it is not
an issue.

In the scenario where 2x XYZ files overlap, or any elevation/bathymetry
files for that matter, which value does GM pick up when you extract a
profile? I always assumed that it would be the ones from the top of the two
files as they are layered. I just want a confirmation that that is the case.

Thanks for your time!

Kind Regards,
Yiannis

[Non-text portions of this message have been removed]

#12996 From: Yiannis Magkiriadis <yiannis.m@...>
Date: Tue Mar 20, 2012 3:33 pm
Subject: Re: re defining/calibrating elevation layer 0 value
bannedfromcs
Send Email Send Email
 
Wowzers

that must be one the fastest responce ever.

what about the "alter elevation values" tab in the elevation options of the
file that I want to redifine?

Thanks again,
yiannis





On Tue, Mar 20, 2012 at 3:18 PM, Mike Childs <gmsupport@...>wrote:

> Hello Yiannis,
>
> You are correct, when there are multiple overlapping terrain layers, the
> elevation for a path profile will come from the topmost elevation layer
> with a valid elevation at each location (assuming there isn't any blending
> going on).
>
> To smoothly blend your overlapping data sets, you will want to enable
> feather blending for the topmost layer. You can do this on the Feathering
> tab fo the Options dialog for the layer. The size of the feather controls
> how far from the edge to do the blend. You will want to make this smaller
> than the overlap size. This should smoothly blend your data sets.
>
> Let me know if I can be of further assistance.
>
> Thanks,
>
> Mike Childs
> Global Mapper Guru
> Blue Marble Geographics
>
> Parker, CO USA
> www.globalmapper.com
> Email: gmsupport@...
>
>
>
> Welcoming Global Mapper to our Product Line
> www.bluemarblegeo.com
> Contact Blue Marble at info@..., or call 800-616-2725/+1
> (207)582-6747 for more details.
> The information in this E-mail message is legally privileged and
> confidential information intended only for the use of the individual(s)
> named above. If you, the reader of this message, are not the intended
> recipient, you are hereby notified that you should not further disseminate,
> distribute, or forward this E-mail message. If you have received this
> E-mail in error, please notify the sender and delete all copies of the
> message promptly. Thank you.
>
> ----------------------- Original Message -----------------------
>
> From: Yiannis Magkiriadis <yiannis.m@...>
> To: global_mapper@yahoogroups.com
> Cc:
> Date: Tue, 20 Mar 2012 15:13:10 +0000
> Subject: [global_mapper] re defining/calibrating elevation layer 0 value
>
>
> Hi,
>
> I am working with 2x different bathymetry set of files, they are both XYZ
> but they come from different vendors and I would assume that they were
> produced at different dates.
>
> I need to use them both as they provide information for different areas but
> they do overlap each other as well.
>
> Now I have two questions:
>
> Can I redefine the values in one so the transition between the two of them
> is seamless? it appears that there is a 0.4m difference between the two of
> them with respect to the definition of a 0m depth.
> In other words I want one of the two to show a depth of 0.4m less at the
> transition line and all its values to be adjusted accordingly.
>
> Also, one more thingy which has always puzzled me but I am sure it is not
> an issue.
>
> In the scenario where 2x XYZ files overlap, or any elevation/bathymetry
> files for that matter, which value does GM pick up when you extract a
> profile? I always assumed that it would be the ones from the top of the two
> files as they are layered. I just want a confirmation that that is the
> case.
>
> Thanks for your time!
>
> Kind Regards,
> Yiannis
>
> [Non-text portions of this message have been removed]
>
>
>
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
>


[Non-text portions of this message have been removed]

#12997 From: Mike Childs <gmsupport@...>
Date: Tue Mar 20, 2012 4:27 pm
Subject: re[2]: re defining/calibrating elevation layer 0 value
global_mapper
Send Email Send Email
 
Hello Yiannis,

You could use the Alter Elevations tab to adjust all elevation values in a layer
by some amount (0.4 in your case) to get them to match, but that would only work
if there was a consistent shift between the layers. If it varies at all you
would have a mis-match. The feather blending option is much better for smoothly
blending overlapping files in nearly all cases.

Thanks,

Mike Childs
Global Mapper Guru
Blue Marble Geographics

Parker, CO USA
www.globalmapper.com
Email: gmsupport@...



Welcoming Global Mapper to our Product Line
www.bluemarblegeo.com
Contact Blue Marble at info@..., or call 800-616-2725/+1
(207)582-6747 for more details.
The information in this E-mail message is legally privileged and confidential
information intended only for the use of the individual(s) named above. If you,
the reader of this message, are not the intended recipient, you are hereby
notified that you should not further disseminate, distribute, or forward this
E-mail message. If you have received this E-mail in error, please notify the
sender and delete all copies of the message promptly. Thank you.

----------------------- Original Message -----------------------

From: Yiannis Magkiriadis <yiannis.m@...>
To: global_mapper@yahoogroups.com
Cc:
Date: Tue, 20 Mar 2012 15:33:36 +0000
Subject: Re: [global_mapper] re defining/calibrating elevation layer 0 value


Wowzers

that must be one the fastest responce ever.

what about the "alter elevation values" tab in the elevation options of the
file that I want to redifine?

Thanks again,
yiannis

On Tue, Mar 20, 2012 at 3:18 PM, Mike Childs <gmsupport@...>wrote:

> Hello Yiannis,
>
> You are correct, when there are multiple overlapping terrain layers, the
> elevation for a path profile will come from the topmost elevation layer
> with a valid elevation at each location (assuming there isn't any blending
> going on).
>
> To smoothly blend your overlapping data sets, you will want to enable
> feather blending for the topmost layer. You can do this on the Feathering
> tab fo the Options dialog for the layer. The size of the feather controls
> how far from the edge to do the blend. You will want to make this smaller
> than the overlap size. This should smoothly blend your data sets.
>
> Let me know if I can be of further assistance.
>
> Thanks,
>
> Mike Childs
> Global Mapper Guru
> Blue Marble Geographics
>
> Parker, CO USA
> www.globalmapper.com
> Email: gmsupport@...
>
>
>
> Welcoming Global Mapper to our Product Line
> www.bluemarblegeo.com
> Contact Blue Marble at info@..., or call 800-616-2725/+1
> (207)582-6747 for more details.
> The information in this E-mail message is legally privileged and
> confidential information intended only for the use of the individual(s)
> named above. If you, the reader of this message, are not the intended
> recipient, you are hereby notified that you should not further disseminate,
> distribute, or forward this E-mail message. If you have received this
> E-mail in error, please notify the sender and delete all copies of the
> message promptly. Thank you.
>
> ----------------------- Original Message -----------------------
>
> From: Yiannis Magkiriadis <yiannis.m@...>
> To: global_mapper@yahoogroups.com
> Cc:
> Date: Tue, 20 Mar 2012 15:13:10 +0000
> Subject: [global_mapper] re defining/calibrating elevation layer 0 value
>
>
> Hi,
>
> I am working with 2x different bathymetry set of files, they are both XYZ
> but they come from different vendors and I would assume that they were
> produced at different dates.
>
> I need to use them both as they provide information for different areas but
> they do overlap each other as well.
>
> Now I have two questions:
>
> Can I redefine the values in one so the transition between the two of them
> is seamless? it appears that there is a 0.4m difference between the two of
> them with respect to the definition of a 0m depth.
> In other words I want one of the two to show a depth of 0.4m less at the
> transition line and all its values to be adjusted accordingly.
>
> Also, one more thingy which has always puzzled me but I am sure it is not
> an issue.
>
> In the scenario where 2x XYZ files overlap, or any elevation/bathymetry
> files for that matter, which value does GM pick up when you extract a
> profile? I always assumed that it would be the ones from the top of the two
> files as they are layered. I just want a confirmation that that is the
> case.
>
> Thanks for your time!
>
> Kind Regards,
> Yiannis
>
> [Non-text portions of this message have been removed]
>
>
>
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
>

[Non-text portions of this message have been removed]

#12998 From: "Carl" <carllingard@...>
Date: Thu Mar 22, 2012 2:02 pm
Subject: Custom Shaders
carllingard
Send Email Send Email
 
Hi. I'm having problems generating the filled area contours that I want. I don't
seem to be able to generate land colours (green) starting at sea level. The
shader always puts sea above sea level, even if "sea" is not defined in the
shader I'm using.
  The Custom shader I'm using is very simple. Sea level = 5486.4m.

5486.4 = Green
6486.4
7486.4
etc

In the contours gen dialog I set the min value of the elevation range to 5486.4
and tick the box "Start contours at min elevation.." I set contour interval at
200m. I have the Blend colurs between elevation values" ticked in the Config >
Shader options > custom shaders> edit dialog

  As I understand it, this should generate filled area contours starting at
5486.4m, at 200m intervals, blending between those colours specified in the
custom shader. But it doesn't, it always puts a blue colour above sea level-
green doesn't start until 5686m. What am I doing wrong?

Carl

#12999 From: Mike Childs <gmsupport@...>
Date: Thu Mar 22, 2012 4:48 pm
Subject: re: Custom Shaders
global_mapper
Send Email Send Email
 
Hello Carl,

You may be seeing a slight round-off issue or something. Can you try making your
base elevation just slightly above sea level, like 5486.41 m, and see if that
gives you what you want?

Thanks,

Mike Childs
Global Mapper Guru
Blue Marble Geographics

Parker, CO USA
www.globalmapper.com
Email: gmsupport@...



Welcoming Global Mapper to our Product Line
www.bluemarblegeo.com
Contact Blue Marble at info@..., or call 800-616-2725/+1
(207)582-6747 for more details.
The information in this E-mail message is legally privileged and confidential
information intended only for the use of the individual(s) named above. If you,
the reader of this message, are not the intended recipient, you are hereby
notified that you should not further disseminate, distribute, or forward this
E-mail message. If you have received this E-mail in error, please notify the
sender and delete all copies of the message promptly. Thank you.

----------------------- Original Message -----------------------

From: "Carl" <carllingard@...>
To: global_mapper@yahoogroups.com
Cc:
Date: Thu, 22 Mar 2012 14:02:25 -0000
Subject: [global_mapper] Custom Shaders


Hi. I'm having problems generating the filled area contours that I want. I don't
seem to be able to generate land colours (green) starting at sea level. The
shader always puts sea above sea level, even if "sea" is not defined in the
shader I'm using.
The Custom shader I'm using is very simple. Sea level = 5486.4m.

5486.4 = Green
6486.4
7486.4
etc

In the contours gen dialog I set the min value of the elevation range to 5486.4
and tick the box "Start contours at min elevation.." I set contour interval at
200m. I have the Blend colurs between elevation values" ticked in the Config >
Shader options > custom shaders> edit dialog

As I understand it, this should generate filled area contours starting at
5486.4m, at 200m intervals, blending between those colours specified in the
custom shader. But it doesn't, it always puts a blue colour above sea level-
green doesn't start until 5686m. What am I doing wrong?

Carl

#13000 From: "Carl" <carllingard@...>
Date: Thu Mar 22, 2012 5:00 pm
Subject: Re: Custom Shaders
carllingard
Send Email Send Email
 
That's solved it, thanks Mike.

Carl


--- In global_mapper@yahoogroups.com, Mike Childs <gmsupport@...> wrote:
>
> Hello Carl,
>
> You may be seeing a slight round-off issue or something. Can you try making
your base elevation just slightly above sea level, like 5486.41 m, and see if
that gives you what you want?
>
> Thanks,
>
> Mike Childs
> Global Mapper Guru
> Blue Marble Geographics
>
> Parker, CO USA
> www.globalmapper.com
> Email: gmsupport@...
>
>
>
> Welcoming Global Mapper to our Product Line
> www.bluemarblegeo.com
> Contact Blue Marble at info@..., or call 800-616-2725/+1 (207)582-6747 for
more details.
> The information in this E-mail message is legally privileged and confidential
information intended only for the use of the individual(s) named above. If you,
the reader of this message, are not the intended recipient, you are hereby
notified that you should not further disseminate, distribute, or forward this
E-mail message. If you have received this E-mail in error, please notify the
sender and delete all copies of the message promptly. Thank you.
>
> ----------------------- Original Message -----------------------
>
> From: "Carl" <carllingard@...>
> To: global_mapper@yahoogroups.com
> Cc:
> Date: Thu, 22 Mar 2012 14:02:25 -0000
> Subject: [global_mapper] Custom Shaders
>
>
> Hi. I'm having problems generating the filled area contours that I want. I
don't seem to be able to generate land colours (green) starting at sea level.
The shader always puts sea above sea level, even if "sea" is not defined in the
shader I'm using.
> The Custom shader I'm using is very simple. Sea level = 5486.4m.
>
> 5486.4 = Green
> 6486.4
> 7486.4
> etc
>
> In the contours gen dialog I set the min value of the elevation range to
5486.4 and tick the box "Start contours at min elevation.." I set contour
interval at 200m. I have the Blend colurs between elevation values" ticked in
the Config > Shader options > custom shaders> edit dialog
>
> As I understand it, this should generate filled area contours starting at
5486.4m, at 200m intervals, blending between those colours specified in the
custom shader. But it doesn't, it always puts a blue colour above sea level-
green doesn't start until 5686m. What am I doing wrong?
>
> Carl
>

#13001 From: "Carl" <carllingard@...>
Date: Fri Mar 23, 2012 9:54 pm
Subject: Editing features
carllingard
Send Email Send Email
 
Hi, I've got a few questions please:
Is it possible to split all vertices that intersect with an area feature?
Is it possible to delete all features wiithin an area feature?
Is there any easy way to Select None? I have a map with lots of filled area
contours, so clicking on empty areas of the map only selects another feature.

I'm using GM 12.02,

Carl

#13002 From: Mike Childs <gmsupport@...>
Date: Fri Mar 23, 2012 11:08 pm
Subject: re: Editing features
global_mapper
Send Email Send Email
 
Hello Carl,

In v13 there is an option in the Digitizer Tool to crop selected features to an
area and do things like split lines against an area. In v12 you would basically
have to do a crop to the area on export.

There are options under the Advanced Selection submenu of the right-click menu
of the Digitizer Tool to allow selecting features within an area.

If you press the Esc key that will clear your selection, or you can right-click
and there is a Clear Selection option.

Thanks,

Mike Childs
Global Mapper Guru
Blue Marble Geographics

Parker, CO USA
www.globalmapper.com
Email: gmsupport@...



Welcoming Global Mapper to our Product Line
www.bluemarblegeo.com
Contact Blue Marble at info@..., or call 800-616-2725/+1
(207)582-6747 for more details.
The information in this E-mail message is legally privileged and confidential
information intended only for the use of the individual(s) named above. If you,
the reader of this message, are not the intended recipient, you are hereby
notified that you should not further disseminate, distribute, or forward this
E-mail message. If you have received this E-mail in error, please notify the
sender and delete all copies of the message promptly. Thank you.

----------------------- Original Message -----------------------

From: "Carl" <carllingard@...>
To: global_mapper@yahoogroups.com
Cc:
Date: Fri, 23 Mar 2012 21:54:02 -0000
Subject: [global_mapper] Editing features


Hi, I've got a few questions please:
Is it possible to split all vertices that intersect with an area feature?
Is it possible to delete all features wiithin an area feature?
Is there any easy way to Select None? I have a map with lots of filled area
contours, so clicking on empty areas of the map only selects another feature.

I'm using GM 12.02,

Carl

#13003 From: "Carl" <carllingard@...>
Date: Tue Mar 27, 2012 2:56 am
Subject: Re: Editing features
carllingard
Send Email Send Email
 
Thanks, I'll be able to get by with 12 I think.

  Something else cropped up. Does simple ascii support point rotation info? It
hasn't been saved in the file. Is there any chance that you could add support
for point rotation information (for text rotation) to the simple ascii
import/export? We use a text masterfile for point info and we read/write to it
via a parser between GM and another app. We'd prefer to keep with a simple text
format if possible.


Carl


--- In global_mapper@yahoogroups.com, Mike Childs <gmsupport@...> wrote:
>
> Hello Carl,
>
> In v13 there is an option in the Digitizer Tool to crop selected features to
an area and do things like split lines against an area. In v12 you would
basically have to do a crop to the area on export.
>
> There are options under the Advanced Selection submenu of the right-click menu
of the Digitizer Tool to allow selecting features within an area.
>
> If you press the Esc key that will clear your selection, or you can
right-click and there is a Clear Selection option.
>
> Thanks,
>
> Mike Childs
> Global Mapper Guru
> Blue Marble Geographics
>
> Parker, CO USA
> www.globalmapper.com
> Email: gmsupport@...
>
>
>
> Welcoming Global Mapper to our Product Line
> www.bluemarblegeo.com
> Contact Blue Marble at info@..., or call 800-616-2725/+1 (207)582-6747 for
more details.
> The information in this E-mail message is legally privileged and confidential
information intended only for the use of the individual(s) named above. If you,
the reader of this message, are not the intended recipient, you are hereby
notified that you should not further disseminate, distribute, or forward this
E-mail message. If you have received this E-mail in error, please notify the
sender and delete all copies of the message promptly. Thank you.
>
> ----------------------- Original Message -----------------------
>
> From: "Carl" <carllingard@...>
> To: global_mapper@yahoogroups.com
> Cc:
> Date: Fri, 23 Mar 2012 21:54:02 -0000
> Subject: [global_mapper] Editing features
>
>
> Hi, I've got a few questions please:
> Is it possible to split all vertices that intersect with an area feature?
> Is it possible to delete all features wiithin an area feature?
> Is there any easy way to Select None? I have a map with lots of filled area
contours, so clicking on empty areas of the map only selects another feature.
>
> I'm using GM 12.02,
>
> Carl
>

#13004 From: Mike Childs <gmsupport@...>
Date: Tue Mar 27, 2012 12:49 pm
Subject: re: Re: Editing features
global_mapper
Send Email Send Email
 
Hello Carl,

If you check the box to include style attributes when exporting you should get
the font rotation angle saved as a FONT_ANGLE attribute for the point features
with a rotated label. That same thing is also supported on import. See
http://www.globalmapper.com/helpv13/GenericASCIIFormat_FieldOptions.doc for more
description of the recognized fields.


Thanks,

Mike Childs
Global Mapper Guru
Blue Marble Geographics

Parker, CO USA
www.globalmapper.com
Email: gmsupport@...



Welcoming Global Mapper to our Product Line
www.bluemarblegeo.com
Contact Blue Marble at info@..., or call 800-616-2725/+1
(207)582-6747 for more details.
The information in this E-mail message is legally privileged and confidential
information intended only for the use of the individual(s) named above. If you,
the reader of this message, are not the intended recipient, you are hereby
notified that you should not further disseminate, distribute, or forward this
E-mail message. If you have received this E-mail in error, please notify the
sender and delete all copies of the message promptly. Thank you.

----------------------- Original Message -----------------------

From: "Carl" <carllingard@...>
To: global_mapper@yahoogroups.com
Cc:
Date: Tue, 27 Mar 2012 02:56:33 -0000
Subject: [global_mapper] Re: Editing features


Thanks, I'll be able to get by with 12 I think.

Something else cropped up. Does simple ascii support point rotation info? It
hasn't been saved in the file. Is there any chance that you could add support
for point rotation information (for text rotation) to the simple ascii
import/export? We use a text masterfile for point info and we read/write to it
via a parser between GM and another app. We'd prefer to keep with a simple text
format if possible.

Carl

--- In global_mapper@yahoogroups.com, Mike Childs <gmsupport@...> wrote:
>
> Hello Carl,
>
> In v13 there is an option in the Digitizer Tool to crop selected features to
an area and do things like split lines against an area. In v12 you would
basically have to do a crop to the area on export.
>
> There are options under the Advanced Selection submenu of the right-click menu
of the Digitizer Tool to allow selecting features within an area.
>
> If you press the Esc key that will clear your selection, or you can
right-click and there is a Clear Selection option.
>
> Thanks,
>
> Mike Childs
> Global Mapper Guru
> Blue Marble Geographics
>
> Parker, CO USA
> www.globalmapper.com
> Email: gmsupport@...
>
>
>
> Welcoming Global Mapper to our Product Line
> www.bluemarblegeo.com
> Contact Blue Marble at info@..., or call 800-616-2725/+1 (207)582-6747 for
more details.
> The information in this E-mail message is legally privileged and confidential
information intended only for the use of the individual(s) named above. If you,
the reader of this message, are not the intended recipient, you are hereby
notified that you should not further disseminate, distribute, or forward this
E-mail message. If you have received this E-mail in error, please notify the
sender and delete all copies of the message promptly. Thank you.
>
> ----------------------- Original Message -----------------------
>
> From: "Carl" <carllingard@...>
> To: global_mapper@yahoogroups.com
> Cc:
> Date: Fri, 23 Mar 2012 21:54:02 -0000
> Subject: [global_mapper] Editing features
>
>
> Hi, I've got a few questions please:
> Is it possible to split all vertices that intersect with an area feature?
> Is it possible to delete all features wiithin an area feature?
> Is there any easy way to Select None? I have a map with lots of filled area
contours, so clicking on empty areas of the map only selects another feature.
>
> I'm using GM 12.02,
>
> Carl
>

#13005 From: "Carl" <carllingard@...>
Date: Wed Mar 28, 2012 12:18 am
Subject: Re: Editing features
carllingard
Send Email Send Email
 
Thanks Mike,...I notice that it doesn't include the attribute for those points
that don't have any rotation set, and those that I looked at in the export file
didn't have a rotation attribute, hence my not being able to find it.

Carl

--- In global_mapper@yahoogroups.com, Mike Childs <gmsupport@...> wrote:
>
> Hello Carl,
>
> If you check the box to include style attributes when exporting you should get
the font rotation angle saved as a FONT_ANGLE attribute for the point features
with a rotated label. That same thing is also supported on import. See
http://www.globalmapper.com/helpv13/GenericASCIIFormat_FieldOptions.doc for more
description of the recognized fields.
>
>
> Thanks,
>
> Mike Childs
> Global Mapper Guru
> Blue Marble Geographics
>
> Parker, CO USA
> www.globalmapper.com
> Email: gmsupport@...
>
>
>
> Welcoming Global Mapper to our Product Line
> www.bluemarblegeo.com
> Contact Blue Marble at info@..., or call 800-616-2725/+1 (207)582-6747 for
more details.
> The information in this E-mail message is legally privileged and confidential
information intended only for the use of the individual(s) named above. If you,
the reader of this message, are not the intended recipient, you are hereby
notified that you should not further disseminate, distribute, or forward this
E-mail message. If you have received this E-mail in error, please notify the
sender and delete all copies of the message promptly. Thank you.
>
> ----------------------- Original Message -----------------------
>
> From: "Carl" <carllingard@...>
> To: global_mapper@yahoogroups.com
> Cc:
> Date: Tue, 27 Mar 2012 02:56:33 -0000
> Subject: [global_mapper] Re: Editing features
>
>
> Thanks, I'll be able to get by with 12 I think.
>
> Something else cropped up. Does simple ascii support point rotation info? It
hasn't been saved in the file. Is there any chance that you could add support
for point rotation information (for text rotation) to the simple ascii
import/export? We use a text masterfile for point info and we read/write to it
via a parser between GM and another app. We'd prefer to keep with a simple text
format if possible.
>
> Carl
>
> --- In global_mapper@yahoogroups.com, Mike Childs <gmsupport@> wrote:
> >
> > Hello Carl,
> >
> > In v13 there is an option in the Digitizer Tool to crop selected features to
an area and do things like split lines against an area. In v12 you would
basically have to do a crop to the area on export.
> >
> > There are options under the Advanced Selection submenu of the right-click
menu of the Digitizer Tool to allow selecting features within an area.
> >
> > If you press the Esc key that will clear your selection, or you can
right-click and there is a Clear Selection option.
> >
> > Thanks,
> >
> > Mike Childs
> > Global Mapper Guru
> > Blue Marble Geographics
> >
> > Parker, CO USA
> > www.globalmapper.com
> > Email: gmsupport@
> >
> >
> >
> > Welcoming Global Mapper to our Product Line
> > www.bluemarblegeo.com
> > Contact Blue Marble at info@, or call 800-616-2725/+1 (207)582-6747 for more
details.
> > The information in this E-mail message is legally privileged and
confidential information intended only for the use of the individual(s) named
above. If you, the reader of this message, are not the intended recipient, you
are hereby notified that you should not further disseminate, distribute, or
forward this E-mail message. If you have received this E-mail in error, please
notify the sender and delete all copies of the message promptly. Thank you.
> >
> > ----------------------- Original Message -----------------------
> >
> > From: "Carl" <carllingard@>
> > To: global_mapper@yahoogroups.com
> > Cc:
> > Date: Fri, 23 Mar 2012 21:54:02 -0000
> > Subject: [global_mapper] Editing features
> >
> >
> > Hi, I've got a few questions please:
> > Is it possible to split all vertices that intersect with an area feature?
> > Is it possible to delete all features wiithin an area feature?
> > Is there any easy way to Select None? I have a map with lots of filled area
contours, so clicking on empty areas of the map only selects another feature.
> >
> > I'm using GM 12.02,
> >
> > Carl
> >
>

#13006 From: "Carl" <carllingard@...>
Date: Wed Mar 28, 2012 2:50 pm
Subject: Feature Request
carllingard
Send Email Send Email
 
Would it be possible to have a feature where you select two vertices (with z
values set), and GM auto linear interpolates the connected vertices between them
and assigns the z values? It would be really useful to be able to use rivers to
generate valleys/ height info in this way, for gridding. I know it's possible to
transfer z info from a dem to vectors, but often my terrain doesn't have the
valley info in there.

Thanks,
Carl

Messages 12977 - 13006 of 13385   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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