RE: MI-L Different Symbols for different Facilities on a map

2004-12-01 Thread Terry McDonnell
Hi Lars Thanks a lot for your reply. I'm so rusty at the moment that it's going to take a bit of research to take in all you say (I haven't done any MI/MB work for c. 1 year now, from a newbie anyway!). One approach I could get on with immediately is to be able to store the symbology string in a

RE: MI-L Labelling Difficulties

2004-12-01 Thread Lawley, Russell S
Morgan, I have a route to do this, its not pretty but does work. I'm not a big user of labels so there may be a better solution already out there. method: 1 zoom out to view the entire road layer. 2 now label as normal but make sure that you allow overlapping text, label is CENTRED on the

MI-L Christmas competition

2004-12-01 Thread Uffe Kousgaard
December has started, so let that be a good excuse for notifying you all about our Christmas competetion at: http://www.routeware.dk/christmas2004.php Regards Uffe Kousgaard - List hosting provided by Directions Magazine |

RE: MI-L Christmas competition

2004-12-01 Thread Martin Higham
No stops in the southern hemisphere ? Also, we need clarification about the time that Santa is able to visit. Traditionally (and as I explain to my kids) Santa comes between midnight and dawn local time. But if you apply this constraint to Santa's route we will then need a good idea of the

RE: MI-L Christmas competition

2004-12-01 Thread Tim Smith
That's gonna take me a while with my measuring wheel - I'd better start tonight. -Original Message- From: Uffe Kousgaard [mailto:[EMAIL PROTECTED] Sent: 01 December 2004 11:47 To: Mapinfo-L Subject: MI-L Christmas competition December has started, so let that be a good excuse for

Re: MI-L Christmas competition

2004-12-01 Thread Uffe Kousgaard
Sorry, no stops south of Equator. It was in order not to make it too difficult to find the correct solution. Here (in Denmark) Santa arrives in person and delivers the presents at the 24th between 5pm and 10pm depending on the age of the smallest children. Of course, it is usually someone in the

RE: MI-L Christmas competition

2004-12-01 Thread GIS Coordinated
What do you mean ...its usually someone in the family acting as Santa..??!? What exactly do you mean by this? I dont understand. He visits everyone in person himself and dont let anyone tell you different. Doug. P.S. And dont forget that his best friend is the Easter Bunny who has a hard time

RE: MI-L Christmas competition

2004-12-01 Thread Terry McDonnell
Yeah, you've spoilt it for me too! Although I WAS suspicious when I worked out that, if he stopped for a mince pie and whisky in every living room AND had to get up and down the chimney, not only would Christmas Eve take a thousand years but he'd weigh more than the moon - and he'd have to take

RE: MI-L Labelling Difficulties

2004-12-01 Thread Gilbert Haché
- In you map windows zoom to cover the area you want your label. -Display the labels to your liking, fonts, etc from the layer control, make sure that you set your options properly like no labels limits and so... also, make the labels small, that will help the display in the layout that you will

Re: MI-L Different Symbols for different Facilities on a map

2004-12-01 Thread Lars V. Nielsen (GisPro)
Hi Terry, Actually you shouldn't want to remove the parantheses. It would be better to prefix with FontSymbol, e.g. FontSymbol(64,65280,14,MapInfo Transportation,49,0) Bitmapped symbols should be prefixed CustomSymbol, whilest old vector symbols should be prefixed with just Symbol. The reason

RE: MI-L Christmas competition

2004-12-01 Thread Gilbert Haché
I remember a few years ago my brother told me that he used to go on the net on Christmas eve, there was a web site somewhere (I don't know where, sorry) that will show on a map the location of Santa live by GPS! Then when he was getting close to where they lived, It was time to say to the

MI-L Oracle Spatial Objects

2004-12-01 Thread Pablo Ramos
Hi listers, Any idea on how can i save my circles in oracle spatial? When i try to commit that kind of objects is giving me an error. The Oracle Version is 9i. Thanks in advance PABLO -

RE: MI-L Christmas competition

2004-12-01 Thread Young Andrew
Yes, my kids love it, it's at www.noradsanta.org/ Andrew -Original Message- From: Gilbert Haché [mailto:[EMAIL PROTECTED] Sent: 01 December 2004 13:58 To: [EMAIL PROTECTED] Subject: RE: MI-L Christmas competition I remember a few years ago my brother told me that he used to go on the

RE: MI-L Christmas competition

2004-12-01 Thread Devries Eric SSgt AFOSI/XIII
Come on, people... Haven't any of you seen the movie, Clockstoppers? A scientist invents a mechanism that speeds up any target that it hits to 25 times their normal speed, effectively making it seem to that person like time is standing still. http://movies.yahoo.com/shop?d=hvcf=infoid=1807828688

SV: MI-L Oracle Spatial Objects

2004-12-01 Thread Jennehag Åke
Hello! I tryed to do the same thing, with the same result. But if you want to create a circle, you can buffer a point. Then the object will be a polygon. And Oracle will accept the circle polygon. Regards Åke Jennehag GIS-ingenjör Postadress: Uppsala kommun, Stadsbyggnadskontoret, 753

RE: MI-L Oracle Spatial Objects

2004-12-01 Thread Gilbert, Antoine
I got the problem too Basically I had a mapbasic program allowing users to create regions and to save em in oracle spatial. Simple shapes (circle, square, etc..) was causing errors when commiting to oracle. So I used the function ConvertToRegion(object) to solve that problem.. -Original

RE: MI-L Different Symbols for different Facilities on a map

2004-12-01 Thread Terry McDonnell
Hi Stephen Thanks. That's just what I needed. Terry -Original Message- From: Stephen Chan [mailto:[EMAIL PROTECTED] Sent: 01 December 2004 13:05 To: [EMAIL PROTECTED] Subject: Re: MI-L Different Symbols for different Facilities on a map Dim lcMISymbol As String lcMISymbol =

RE: MI-L Oracle Spatial Objects

2004-12-01 Thread Campbell, Keith A
Pablo, I believe Oracle Spatial stores circles as 'Optimized Polygons' which are represented by 3 distinct points on the circumference, so Antoine's response makes some sense. Regards, Keith -Original Message- From: Pablo Ramos [mailto:[EMAIL PROTECTED] Sent: 01 December 2004 14:05

MI-L MB: Geocoding in MapBasic

2004-12-01 Thread Tim.Nuteson
Hi list, Does anyone know how to emulate the Table-Geocode operation in MapBasic? If I have a list of say, 100 zip codes, and I also have a mapped table of all zip code centroids, I can choose Table-Geocode and have the zip code list inherit the objects from the centroid file, where the

RE: MI-L Oracle Spatial Objects

2004-12-01 Thread Ian Robertson
Hi to Pablo, Gilbert Ake, and Keith, See if you can get a copy of Oracle Spatial User's Guide and Reference Rel 9.2 (Part A96630-01). This gives examples of how to get objects into Oracle Spatial using 9i's SQL code. It does support circles, you just cannot load them as such from MapInfo.

Re: MI-L MB: Geocoding in MapBasic

2004-12-01 Thread Søren Breddam
Hi Tim, Try this: 'code begin Dim i As Integer, x,y As Float, sZipcode As String Find Using Zipcodetable(zipcode) Fetch First From Newtable Do While NOT EOT(Newtable) i=Newtable.rowid sZipcode =Newtable.zipcodecolumn Find sZipcode If

MI-L Joining start and end latitude and longitude.

2004-12-01 Thread namitao
I have the start and end latitude and longitude for a point data, is there an MBX or something that will connect the start and end points making the point data into a line data. Thanks = __ Do you Yahoo!? Meet the all-new My Yahoo! - Try

RE: MI-L Joining start and end latitude and longitude.

2004-12-01 Thread Darrin Clement
I believe if you go to directionsmag.com and search the tools for something called connectthedots os similar, you'll find it. I've used it and it works fine for most cases, but I can't remember the exact spelling/name. Good luck! www.maponics.com http://www.maponics.com -Original

MI-L Creating Colour Styles for Points

2004-12-01 Thread Carlo Fazio
Does anybody know of a tool that will assign a colour to points in a table based on a unique value in a table. I'm trying to get around using the standard thematic map option in MapInfo because I'm dealing with thousands of points and too many unique values/colours. If anybody knows of

MI-L Objects...

2004-12-01 Thread John Polasky
Dear List- Is it possible to build a 'Concave Hull'? Has it been done?? Thanks!! -John Polasky The Schwan Food Company - List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL

Re: MI-L Christmas competition

2004-12-01 Thread Bill Thoen
On Wed, 1 Dec 2004, Uffe Kousgaard wrote: December has started, so let that be a good excuse for notifying you all about our Christmas competetion at: http://www.routeware.dk/christmas2004.php Ah, the old Drunken Salesman problem! But where in the world is Trægården, Denmark anyway? Since

Re: MI-L Objects...

2004-12-01 Thread Bill Thoen
On Wed, 1 Dec 2004, John Polasky wrote: Is it possible to build a 'Concave Hull'? Has it been done?? That's the Simple Closed Path. To build it, pick any point as the anchor. Then compute the angle of the line from each of the other points to the anchor. Sort the points by this angle and

Re: MI-L Christmas competition

2004-12-01 Thread Uffe Kousgaard
Hi Bill, It is 30 km West of Copenhagen, but yes your coordinates are close enough. How about Drunken Santa Claus problem? Regards Uffe PS: All answers to the competition has been different so far, but I'm not going to tell if anyone has found the correct solution. - Original Message

Re: MI-L Storing User Selected Preferences

2004-12-01 Thread Bill Thoen
On Thu, 2 Dec 2004, Paul Smith wrote: How do I store these individual user preferences for file locations and tick boxs, etc? You want to write MapBasic wrappers for the Windows APIs for reading/writing Profile (*.ini) files or Registry records. I believe that there are source code examples

RE: MI-L Storing User Selected Preferences

2004-12-01 Thread Paul Smith
Bill, Using the ProfileRead and Profile Write from http://www.paris-pc-gis.com/ looks like just the ticket. Thanks Paul -Original Message- From: Bill Thoen [mailto:[EMAIL PROTECTED] Sent: Thursday, 2 December 2004 11:34 AM To: Paul Smith Cc: [EMAIL PROTECTED] Subject: Re: MI-L

Re: MI-L An earily Christmas, the .NETx partner model?

2004-12-01 Thread Bill Thoen
On Wed, 1 Dec 2004, Neil Havermale wrote: ... the MapXtream.NET version and licensing solution. It doesn't fit nearly as well since it has a utility focus via the net. This may not be wrong but we and likely others still have roots in the desktop mostly stand alone design... Actually, it's

MI-L Road selection utility

2004-12-01 Thread Data Directions
Does anyone have a utility that will select (from a selected point object) all roads within a set driveable (not buffered) distance (say 100 km)? We have tried to write one, but it is taking over 30 hours just to process one file (of 3031 records). Alternatively, if there are any MapBasic