List of Contributions

Greg Driver

Contact Details

My Content

1 to 13 of 13 total
Posted By Greg Driver 10-11-2019 04:01
Found In Egroup: MapInfo Pro
\ view thread
How about buffering the table?  You can use the table - buffer option in MapInfo to create a polygon around your points and this will keep the attribute information, as well. ------------------------------ Greg Driver Balfour Beatty Birmingham ------------------------------
Posted By Greg Driver 06-20-2019 07:46
Found In Egroup: UK Users Group
\ view thread
Hi Martin, Interesting!  I guess the main issue would be wind-direction, but if this isn't being considered in this exercise then your suggestion of using a polygon to represent the 'cloud' would be best.  I would make it irregular, rather then just a circle, and make it grey with transparency, so ...
Posted By Greg Driver 06-18-2019 09:44
Found In Egroup: MapInfo Pro
\ view thread
Have you looked at using the Redistrict tool in MapInfo?  I've not really used it that much but from your description, I think you could use it to build your catchment areas from the statistical units. More details here. ------------------------------ Greg Driver Knowledge Community Shared Account ...
Posted By Greg Driver 04-03-2019 03:22
Found In Egroup: MapInfo Pro
\ view thread
This was in the news recently - Three-unique-words 'map' used to rescue mother and child The company I work for has an ideas portal and there's been a number of suggestions about using W3W, and Google's alternative, instead of postcodes to identify locations, such as sites or offices and more worryingly, ...
Posted By Greg Driver 01-31-2019 04:29
Found In Egroup: MapInfo Pro
\ view thread
There's an add-on called GeoTracker by Blue Marble Geographics, but it's only available for 32-bit MapInfo.  More details here - not sure what's available for the 64-bit version. ------------------------------ Greg Driver Knowledge Community Shared Account Shelton CT ------------------------- ...
Posted By Greg Driver 11-14-2018 03:42
Found In Egroup: MapInfo Pro
\ view thread
Hi, You could print to a layered PDF and send this to your client. This will show the layers in your workspace, including any thematics and theyll be able to print (export). The other alternative is MapInfo Proviwer, but you client will need to download & install this. You would then need to create ...
Posted By Greg Driver 08-21-2018 07:54
Found In Egroup: MapInfo Pro
\ view thread
Hi, You can use the GridMaker tool to create the index layer and then use one of these tools to do the batch printing: Data driven pages: http://communitydownloads.pbinsight.com/code-exchange/download/data-driven-pages/ Atlas Program: http://communitydownloads.pbinsight.com/code-exchange/do ...
Posted By Greg Driver 08-16-2018 03:37
Found In Egroup: MapInfo Pro
\ view thread
You can use the Distance Calculator tool that ships with MapInfo: http://support.pitneybowes.com/SearchArticles/VFP05_KnowledgeWithSidebarHowTo?id=kA180000000CuVoCAK&popup=false;&lang=en_US
Posted By Greg Driver 04-25-2018 07:03
Found In Egroup: MapInfo Pro
\ view thread
Hi, If you open the mapbasic window and enter the following commands: Set CoordSys Table your_tablename Update your_tablename    Set OBJ = MBR(CreateLine(CentroidX(OBJ) - 250, CentroidY(OBJ) - 250, CentroidX(OBJ) + 250, CentroidY(OBJ) + 250 )) This will create a 500m x 500m grid - just ...
Posted By Greg Driver 04-11-2018 05:33
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
If the field is a string, rather than numeric, then you could try: select * from tablename where T1_AssetNo = any (44954,44595,44596,44597,44598,44599,44600,44601,44602,44603,44604,44605,44606,44607,44608,44609,44611,44612,44613) or depending on the asset number range, you could use a wildcard: ...
Posted By Greg Driver 01-30-2018 16:21
Found In Egroup: UK Users Group
\ view thread
Hi Jane, Heres the MapBasic mbx - its from 2005, so will probably only run on older versions (32-bit) of MapInfo. The code will add a column to the selected table and populate this with the OS map reference - SU12349876. I could provide the source code but Ill need to hunt around as the code references ...
Posted By Greg Driver 01-30-2018 07:37
Found In Egroup: UK Users Group
\ view thread
Many years ago, I wrote some MapBasic code that did the conversion (both ways). I think I still have the code on a CD at home, so will check tonight.