List of Contributions

Jim Coleman

Contact Details

My Content

1 to 20 of 30 total
Posted By Jim Coleman 03-20-2023 08:28
Found In Egroup: MapInfo Pro
\ view thread
Thanks Peter. I will send a message to support. It seems that if it was a design decision, then the option to add a text frame would have been removed from the legend designer. This way, you would no longer have the option to enter text there. We do everything we can in the legend, so that if we ever ...
Posted By Jim Coleman 03-17-2023 15:50
Found In Egroup: MapInfo Pro
\ view thread
I guess nobody at MapInfo knows why this is happening? ------------------------------ Jim ------------------------------
Posted By Jim Coleman 03-09-2023 11:48
Found In Egroup: MapInfo Pro
\ view thread
We often need to put text in our legends, to give additional info.  This has always shown up in layouts in the old v15 32bit.  We are noticing now in v21.1 build 33, that any text frame added to a legend, does not get included with the legend when the map is added to a layout.  Is there a trick we are ...
Posted By Jim Coleman 03-09-2023 11:47
Found In Library: Mapinfo Pro
Posted By Jim Coleman 10-24-2022 08:21
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
All of your polygons need to be on the same layer as well, or you can't select them all at the same time.  Which is part of what Peter said above. ------------------------------ Jim ------------------------------ ------------------------------------------- Original Message: Sent: 10-21-2022 03:33 ...
Posted By Jim Coleman 09-23-2022 08:08
Found In Egroup: MapInfo Pro
\ view thread
Raph, When setting up your Drivetime Regions, did you click on More Options, right under Theme?  In there, the first option is to set Overlapping Regions off or on. ------------------------------ Jim ------------------------------ ------------------------------------------- Original Message: ...
Posted By Jim Coleman 08-12-2022 08:14
Found In Egroup: MapInfo Pro
\ view thread
You need to be making your changes in MapInfo, in the tab file now, not in the csv.  Otherwise, you have to import the csv again and create new points, overwriting the old file, then setup your labels all over again.  Labels are tied to rowid's, so removing rows outside of MapInfo will cause that to ...
Posted By Jim Coleman 06-10-2022 15:39
Found In Egroup: MapInfo Pro
\ view thread
After testing v2021.1 & Site Mapper batch printing, I have started upgrading my team from v15.  The 2nd, 3rd & 4th computer I installed on, I noticed a big difference in printing maps that had Bing Hybrid turned on, same for any basemap.  If there was any translucency turned on (we do that so our work ...
Posted By Jim Coleman 06-09-2022 12:14
Found In Egroup: MapInfo Pro
\ view thread
Actually, if the options are set to Never or Always, the grid doesn't show up.  If it is set to Optimized, that's when it shows up.  Right clicking on the layer and setting map projection from layer cleans it up. ------------------------------ Jim ------------------------------
Posted By Jim Coleman 06-09-2022 12:08
Found In Egroup: MapInfo Pro
\ view thread
Yes, both of those options work.  Thank you for the help! ------------------------------ Jim ------------------------------
Posted By Jim Coleman 06-09-2022 11:52
Found In Egroup: MapInfo Pro
\ view thread
I am having an issue with Bing imagery if I have vector layers open in v2021.1 before opening Bing.  If I have files open, then open Bing Hybrid (or others) and set translucency to say 55% to lighten it up, I get a strange grid displaying in it.  The grid changes with zoom level.  If I add the imagery ...
Posted By Jim Coleman 06-09-2022 11:51
Found In Library: Mapinfo Pro
Posted By Jim Coleman 06-08-2022 10:52
Found In Egroup: MapInfo Pro
\ view thread
Ok, I've tracked it down to a line item in the wor code.  The old wor has a line in Set Map that says Move Nodes 1.  If I comment it out, everything works and I can manually toggle it in options.  This seems to be a remnant of the ToggleMoveDupNodes toold in the 32 bit version.  It's interesting that ...
Posted By Jim Coleman 06-08-2022 10:20
Found In Library: Mapinfo Pro
Posted By Jim Coleman 06-08-2022 10:20
Found In Egroup: MapInfo Pro
\ view thread
Thanks for the follow up Bill.  I have done some additional testing and it seems to work fine, until I open a workspace from an older version of MapInfo.  I will keep checking and try to find out what the exact trigger is.   I did not create the ToggleMoveDupNodes tool, but I do have the source code ...
Posted By Jim Coleman 06-07-2022 17:34
Found In Egroup: MapInfo Pro
\ view thread
Does anyone else have an issue in v2021.1 where you cannot toggle move duplicate nodes in the same layer on or off through Options/Map Window?  I can load the legacy tool ToggleMoveDupNodes.mbx and it works fine.  The problem is that tool crashes as soon as you try to create a new tab group for a browser.  ...
Posted By Jim Coleman 05-24-2022 10:10
Found In Egroup: MapInfo Pro
\ view thread
I'm using v2021.1. I can't check, because it only changes to miles during the printing process. Once it's done, I check the map options and it is in feet, but also the smart text goes back to showing ft too. Seems like Site Mapper is forcing a temporary change to miles, while it prints. Thanks, ...
Posted By Jim Coleman 05-23-2022 09:22
Found In Egroup: MapInfo Pro
\ view thread
The rounding works great, until I run Site Mapper. It seems to still want to force it to miles, instead of ft like the map is set to, so it rounds to 0 when printing. I don't want you to keep spending time on it though, we can just use static text to display our scale and stick with printing one scale ...
Posted By Jim Coleman 05-23-2022 08:44
Found In Egroup: MapInfo Pro
\ view thread
I used the samples in the MapInfo Pro User Guide: Scale 1 in = $mb(MapperInfo(LayoutItemInfo(CurContext(1), "Main Map", 5), 2)) $mb(MapperInfo(LayoutItemInfo(CurContext(1), "Main Map", 5), 12)) And this one. Scale 1 in = $mb(MapperInfo(LayoutItemWinID(CurContext(1), "Main Map", 1), ...
Posted By Jim Coleman 05-20-2022 13:45
Found In Egroup: MapInfo Pro
\ view thread
When using Smart Text to display map scale in a layout, are there any formatting options available?  I have a set of maps that I'm printing at 1"=60' and sometimes the text displayed will change to will change to something like 1"=60.0000012'.  Can you format it to only display whole numbers? --- ...