Mike, While navigating in the map it might be helpful sometimes to go back to the last view although it was not saved. Do you think you could add an option...
Mike, allways, before to write a message like this, I download latest build for that day and I look if that problem was corrected. ... reporting ... There are ...
Just starting to try and use GM seriously and have a couple of questions. 1. On some of the users web sites, the GM output has a scale bar without a boundary...
Graham, Global Mapper does not currently have any way to change the style of the scale bar or add a north arrow, so anyone doing that must be doing it ...
Greina, If you are using the Zoom Tool (my tool of choice for moving around the map), you can Ctrl-Right Click to restore the last view. More advance view...
Mike, Thanks for the reply. I did wonder if the scale bar and north arrow were being added by an external program, and I realised you could edit and add...
Hi Mike, I know there is a plugin API for GM to implement custom raster import/export functionality. Is there an other API to extent GM´s functionality by...
I have large raster files that need 7 or more LODs (levels of detail) in Google Earth. I guess in G.Earth this called superoverlays (using networked linked kml...
thare, While Global Mapper does not yet support generating SuperOverlay features in KML/KMZ files, we are hoping to add support for that very soon. Let me know...
Jacques, There are not currently any plugin APIs defined for Global Mapper other than the raster import/export ones. I'm assuming that your name search is run ...
I have 38 DOQQ .sid's that I am trying to export to an ECW. I get to 38% completed and the software hangs. The sids are on my hard drive, I'm running version...
The first thing that I would check is that your export destination has enough space for the file that you are exporting. This is the first thing that comes to...
Mike, A few suggestions: 1. How about passing the upper-left and lower-right corners of a rectangle? That way the app would cause GM to zoom (or draw a...
Brent, The window messages only come with 2 32-bit parameters, so there really is not room for a full bounding box (at least with much precision). A more ...
Hi Mike, I use 9.01 now. I need small improvement. In Grid Display/Current Projection Grid I would like sometimes to input different number of ground units for...
Dave, I'd suggest using the Digitizer Tool to drag a box or Ctrl+Left Click to select multiple features, then use Ctrl+C to copy those to the clipboard. Then,...
Hi all, I writed a program called globar_gridder for that, you can generate your own grids in meters or degrees with it. The program is in Files for download...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the global_mapper group. File :...
global_mapper@yahoogr...
Dec 4, 2007 11:44 am
8288
Hi all, I have latest version of GM and I have next problem: If I want to export a mixture of vector maps with images to a raster file the result is a white...
Jorge, I just tried this and it worked fine for me. How large was the area that you were trying to export? Sometimes if things are too large the vector ...
Hi Mike, your idea with the custom Windows message sounds simple and feasible, but however since lParam and wParam only pass two 32-bits values around, and I...
Jacques, You can't pass a pointer to a structure in your applications address space to Global Mapper through a simple message. Each application has its own ...
Mike, yes you are right. I should have read the documentation more extensively. Do you have plans to implement a WM_COPYDATA protocol on your side (the GM...