RE: [MI-L] combine close-together lines

2006-07-24 Thread Peter Horsbøll Møller



Ash,
 
You can use the Snap/Thin function. 
This will allow you to snap nodes close together, and when you later 
combine these, they will become one node and so one object
Peter Horsbøll Møller GIS Developer, MTM Geographical 
Information & IT   COWI A/S Odensevej 
95 DK-5260 Odense S. Denmark   Tel +45 6311 4900 Direct  +45 6311 4908 Mob +45 5156 1045 Fax +45 6311 4949 E-mail  [EMAIL PROTECTED] http://www.cowi.dk/gis 
"For enden af 
regnbuen..." - hvordan kommer man dertil og er 
det overhovedet muligt?Læs mere om årets MapInfo konference på 
www.cowi.dk/mapinfokonference 
 


From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Simmonds, 
Ashley (DTEI)Sent: Tuesday, July 25, 2006 6:10 AMTo: 
mapinfo-l@lists.directionsmag.comSubject: [MI-L] combine 
close-together lines

hello, i have a 
few hundred bus route layers that i'm trying to get a rough distance figure 
on.
 
now most of these 
routes travel along the same arterial trunks for some portion of their journey, 
i'd like to combine any routes that do this so that portion is only counted once 
in the distance aggregate.
 
problem is most of 
these lines don't overlap cleanly, they are often a metre or so apart... enough 
so that when i combine the objects, they are still separate 
lines.
 
how can i combine 
lines that are close together and parallel?
___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


[MI-L] combine close-together lines

2006-07-24 Thread Simmonds, Ashley \(DTEI\)



hello, i have a 
few hundred bus route layers that i'm trying to get a rough distance figure 
on.
 
now most of these 
routes travel along the same arterial trunks for some portion of their journey, 
i'd like to combine any routes that do this so that portion is only counted once 
in the distance aggregate.
 
problem is most of 
these lines don't overlap cleanly, they are often a metre or so apart... enough 
so that when i combine the objects, they are still separate 
lines.
 
how can i combine 
lines that are close together and parallel?
___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


RE: [MI-L] Extracting Numeric values

2006-07-24 Thread Cummings, Mike



This 
is an example of something I did to extract out the North or South footages from 
a text field (like FR the SW cor 1234N..).   You may have to do 
something similar. 
 
Function strpnsft(ByVal s1 As String) 
As integerDim fr, n, s, a As Integerdim s2 as 
strings2=ucase$(s1)fr = InStr(1, s2, "FR ") + 5n = InStr(fr, s2, 
"N") - 1s = InStr(fr, s2, "S") - 1If n > -1 Thenn = nElseIf s 
> -1 Thenn = sElsestrpnsft = 0Exit FunctionEnd IfFor 
a = n To fr Step -1Do Case (Mid$(s2, a, 1))Case "1", "2", "3", "4", "5", 
"6", "7", "8", "9", "0", " "Case ElseExit ForEnd 
CaseNextstrpnsft = Val(Mid$(s2, a + 1, n - a))End 
Function

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of jason 
  kerrSent: Friday, July 21, 2006 5:48 AMTo: 
  Mapinfo-LSubject: [MI-L] Extracting Numeric 
  values
  Folks,
  Any possible 
  solutions to extracting numeric values from a column, containing text and 
  numeric characters. The numeric characters are in no particular order within 
  the character string.
   
  thanks in 
  advance
  jason
  
  Jason 
  Kerr
  
  
  CCS Surveying
  127 Stranmillis Road
  Belfast
  BT9 5AJ
  p: 028 
  90662442
  m: 079 
  71633047
  f: 028 90382451
  e: [EMAIL PROTECTED]
  
   
   
   
   
   
___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


[Spam] RE: [MI-L] Mapbasic Program - Create Thin Arrows

2006-07-24 Thread Juan José Del Toro Madrueño
Title: Mapbasic Program - Create Thin Arrows









Dear Paul;

How do you get a line’s
azimuth into a column?

 

 ¡Saludos! / Greetings!Juan José Del Toro Madrueño[EMAIL PROTECTED]Guadalajara, Jalisco MÉXICON 20° 40’ 33.95"W 103° 26’ 39.47" 

 









De:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de Paul Smith
Enviado el: Domingo, 23 de Julio
de 2006 08:30 p.m.
Para: 'Frank Aaron (PL/EUS)'
CC: 'MapInfo List'
Asunto: RE: [MI-L] Mapbasic
Program - Create Thin Arrows



 

Hi Frank,

 

You can do this in Mapinfo

 

1. Create points from your coordinates.
Use a suitable arrow symbol style which direction is north.

 

2. Use the rotate symbols tool to
rotate the symbols based on you column of azimuths.

 

Cheers

 

Paul

 







From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Frank Aaron (PL/EUS)
Sent: Sunday, 23 July 2006 1:26 AM
To: mapinfo-l@lists.directionsmag.com
Subject: [MI-L] Mapbasic Program -
Create Thin Arrows

Hi,


Does
anyone know of a MapBasic program that can read a column with azimuths
(heading) and create an arrow in the direction of the required heading? BR

Frank Aaron, MSc. Physics, MSEE 
Staff Wireless Systems Engineer, RF Engineering Services

Ericsson USA 
Service & Solutions Operations, NA 
Tel:  (972) 583-0112

Fax: (972) 583-2273 
Mobile: (972) 679-9291 
mail to: [EMAIL PROTECTED] 





=[Disclaimer]=
This electronic transmission, including any attachments, is confidential, may
contain privileged information and should be read or retained only by the
intended recipient. If you received this message in error, please delete it
from your system and notify the sender immediately. Any review, dissemination
or other use of this information by persons or entities other than the intended
recipient is strictly prohibited.
=[End]= 

 






___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


[MI-L] Re: patch

2006-07-24 Thread Leva, Mark
Hi,

Anyone know where you can download the patch for Mapinfo version 6.5?  Thanks.

Mark Leva
Market Research Analyst
Ivanhoe Cambridge
Tel: 416-369-4405
Fax: 416-369-3334
[EMAIL PROTECTED]


___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l