RE: MI-L auto increment polygons

2005-01-25 Thread Michael Smith
- From: Michael Smith [mailto:[EMAIL PROTECTED] Sent: Saturday, 22 January 2005 1:51 AM To: 'Paul Smith' Subject: RE: MI-L auto increment polygons Here is the full corrected code that I have used. Include mapbasic.def Close All Interactive Dim iLong, iLat as Float Dim

MI-L auto increment polygons

2005-01-21 Thread Michael Smith
'/// -Original Message- From: Michael Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 January 2005 8:25 AM To: mapinfo-l@lists.directionsmag.com Subject: RE: MI-L auto increment polygons I have this piece of mapbasic code maybe someone can explain. this code creates grid cells

MI-L auto increment polygons

2005-01-19 Thread Michael Smith
Hi list, I am trying to create a grid map (polygons) 4000 X 5000. Grid cell sizes are 4.5 seconds of latitude and 4.5 seconds of longitude. Using Mapbasic, I have created this grid (although I may need to redo it in order to accomplish my goal). I have to number these grids cells (polygons) in

RE: MI-L Looking for Alternative MS SQL Server 2000

2005-01-19 Thread Michael Smith
I have heard that MSDE is somewhat limited on the number of multiple users or size of db. I can't quite recall other than Microsoft in the end wants to get you up and running on Sequel Server - . - List hosting provided by

RE: MI-L auto increment polygons

2005-01-19 Thread Michael Smith
Grid_Temp * -Original Message- From: Michael Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 19, 2005 3:26 PM To: MapInfo-L@lists.directionsmag.com Subject: MI-L auto increment polygons Hi list, I am trying to create a grid map (polygons

MI-L creating a grid

2004-10-18 Thread Michael Smith
Hi, Is there a way to make a custom grid in MapInfo. What I would like to do is starting with known x,y coordinates of origin in nad27 lat/long and make grid cells every 45 seconds latitude and 45 seconds longitude. I have tried the mapbasic gridmaker but can't get it to work. Any suggestions?

MI-L plss grid

2004-10-12 Thread Michael Smith
Hi, Does anyone know where/how I can obtain a PLSS grid for Texas to use in mapinfo? Thanks. Mike - List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: MI-L multiple owners for one parcel

2004-08-17 Thread Michael Smith
or suggestions? -Original Message- From: Michael Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 8:28 AM To: [EMAIL PROTECTED] Subject: MI-L multiple owners for one parcel Hi List, I was wondering how if some of you have a resolution to handling multiple owners for one

MI-L multiple owners for one parcel

2004-08-11 Thread Michael Smith
Hi List, I was wondering how if some of you have a resolution to handling multiple owners for one parcel. I have a parcel layer with a single db field using the Tax ID Number from the County Tax Assesor's office that I use to tie to our county tax database based on these Tax ID Numbers. The

MI-L overlapping polygon maps

2004-06-10 Thread Michael Smith
I have 6 individual map layers of polygons each different but some polygons overlap. Each represents certain criteria for carports in our city. I would like to show these on a single print out where the overlap areas are in a darker or heavier shade so that it shows this overlap area darker than

MI-L Multiple Views in MapInfo

2004-04-26 Thread Michael Smith
Hi, In MapInfo 7.5 on Windows 2000, I have my map files on the local drive. I have admin privileges on the local pc for editing. My coworker has read only permission to view the map files on his machine through our LAN. Why when he is not editing (has read only permission) only viewing the map

MI-L MapInfo Wildcard?

2004-03-25 Thread Michael Smith
Hi, I am trying to run an sql query of my streets map file to make some changes to the street names. What I would like to do is select any street in my streets table that has a portion of a text string such as find all streets that contain the letters jo. The query would then pull johnson st,

RE: MI-L MapInfo Wildcard?

2004-03-25 Thread Michael Smith
Thanks guys for your help! I was close, just needed to change from = jo% to LIKE jo% Select: Roads Where: streetname LIKE jo% - List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail:

RE: MI-L Convert Polygon Map to Points Map

2004-03-16 Thread Michael Smith
As suggested by several listers, I just needed to set my CoordSys as follows and it corrected the problem. Thanks everyone!! Set CoordSys Table [mapname] enter Update [mapname] Set obj = CreatePoint (CentroidX(obj), CentroidY(obj)) enter -Original Message- From: Michael Smith [mailto

RE: MI-L Create points save in new table

2004-03-12 Thread Michael Smith
Try this: Open a Mapbasic Window and type: Update mapname Set obj = CreatePoint (CentroidX(obj), CentroidY(obj)) enter -Original Message- From: Sam Shelley [mailto:[EMAIL PROTECTED] Sent: Thursday, March 11, 2004 7:01 PM To: [EMAIL PROTECTED] Subject: MI-L Create points save in

MI-L object not in table

2004-03-10 Thread Michael Smith
Hi, Can someone tell me how if I have two tables using a query, how do I find out which records from table A are not in Table B? Thanks in advance! Mike - List hosting provided by Directions Magazine | www.directionsmag.com |

RE: MI-L Labeling

2003-11-17 Thread Michael Smith
Møller [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 12:23 PM To: 'Michael Smith'; MapInfo-L Subject: RE: MI-L Labeling Try this neat little label expression Left$(CLASSIFICATION, (Int(CLASSIFICATION = mja) * Len(CLASSIFICATION))) This could also be used to label the roads

RE: MI-L Decimal Degrees to DMS

2003-09-08 Thread Michael Smith
If you have version 7.0 of MapInfo, click on map options and under display coordinates select degrees, minutes, seconds. On the same window under display in status bar select cursor location. This will display coordinates in your map window in degrees minutes seconds. -Original Message-

MI-L MapInfo Proviewer 7 and the Intranet

2003-08-27 Thread Michael Smith
on a hyperlink to my mapinfo workspace file. I have configured the client pc's to open .wor extensions with proviewer. All my tab files and workspaces are in the IIS web directory. Has anyone done this or have any advice. Thanks. Michael Smith, Planner II City of San Angelo Planning Development

MI-L HP Plotters

2003-08-27 Thread Michael Smith
I currently use an HP755cm to plot my mapinfo files. Looking to get a new plotter. I am looking at the HP 1055cm or the hp 5500 42. Does anyone have any opinions about either of these or which is better? Thanks in advance. Michael Smith, Planner II City of San Angelo Planning Development

MI-L Help with Mapbasic

2003-03-13 Thread Michael Smith
I am a newbie to mapbasic. Are there any websites that offer free training or tips on how to get started or that possibly have free code to learn from. Any help would be appreciated. Michael Smith, Planner II City of San Angelo Planning Development 915.657.4210 Fax: 915.481.2648 Email: [EMAIL