MI-L Points to nodes on polyline

2003-09-07 Thread Sören Lindqvist
Dear list, I have points from imported excelfile with customers in one layer and a network with polylines on another layer. What I need is a way to get new nodes on the polyline if there is no node already within 50 meters of the point from the excelfile. Is this possible to make by automatic

MI-L SV: Points to nodes on polyline

2003-09-07 Thread Sören Lindqvist
More information I forgot to mention that the points are not exactly on the polyline but rather 2-50 meters (a few even more) away from the polyline. So it needs to search for the nearest polyline and from there find if there is a node already (50 meters) if not make a new node. Thanks Soren

MI-L Update table with sql

2003-09-10 Thread Sören Lindqvist
Dear list I got loads of sql questions (about 60) when updating table. Is there a possibility to run through all this at once instead of hitting enter buttom for every row in MapBasic window? If yes, how is it done or written? My sql looks something like this Select * from tableA where class =

SV: MI-L Update table with sql

2003-09-10 Thread Sören Lindqvist
Lars Many thanks, works like magic, no need for MapBasic. Great. Regards Sören -Ursprungligt meddelande- Från: Lars V. Nielsen, GisPro [mailto:[EMAIL PROTECTED] Skickat: den 10 september 2003 17:29 Till: Sören Lindqvist Kopia: [EMAIL PROTECTED] Ämne: Re: MI-L Update table with sql Hi

MI-L Uppdate value from tableB to tableA

2003-09-12 Thread Sören Lindqvist
Dear list, I have two tables where one is updated (tableB). I need to update the data from tableB to tableA I have made two selections by SQL like this: Select * From TableA, TableB where TableA.obj Intersects TableB.obj into tmptA Select * From TableB, TableA where TableB.obj Intersects Table

SV: MI-L Uppdate value from tableB to tableA continues

2003-09-13 Thread Sören Lindqvist
quot;. I thought by doing intersect you can then take the data from the update layer down to the "master" layer. Is this not the right way to do it? Any help is appreciated as I can't go any further just now. Thanks Regards Sören -Ursprungligt meddelande- Från: Sören Lind

SV: SV: MI-L Update table with sql

2003-09-14 Thread Sören Lindqvist
> Lars > > Many thanks, works like magic, no need for MapBasic. > Great. > > Regards > Sören > > -Ursprungligt meddelande- > Från: Lars V. Nielsen, GisPro [mailto:[EMAIL PROTECTED] > > Skickat: den 10 september 2003 17:29 > Till: Sören Lindqvist > Ko

SV: MI-L Uppdate value from tableB to tableA continues

2003-09-14 Thread Sören Lindqvist
e objects has been updated too, this method will fail. Next time you hand out a subset of the street network, make sure there is an ID field, so the updates are easy to integrate back into the master. Kind regards Uffe Kousgaard www.routeware.dk - Original Message - From: "Sören

MI-L Change Line to Polyline?

2003-09-17 Thread Sören Lindqvist
Hello List Is there a way to change "Line" to "Polyline"? I have selected all "Lines" by SQL query Str$(obj)="Line" and now I need to change them to "Polyline" Any suggestions? Thanks Regards Soren - List hosting provided by

SV: MI-L Change Line to Polyline?

2003-09-17 Thread Sören Lindqvist
Hello again Sorry forgot to mention that I need a line in MabBasic window to convert Lines to Polylines from a selection. Regards Sören -Ursprungligt meddelande- Från: Sören Lindqvist [mailto:[EMAIL PROTECTED] Skickat: den 17 september 2003 08:45 Till: [EMAIL PROTECTED] Ämne: MI-L

SV: MI-L Change Line to Polyline?

2003-09-17 Thread Sören Lindqvist
Thanks Peter just what I needed. Regards Soren Or just: Update Selection Set OBJ ConvertToPline(Obj) HTH, Peter Horsboell Moeller, COWI A/S Right now on a project in Gjakowa, Kosovo - List hosting provided by Directions Mag

SV: MI-L Raster to Vector Conversion!!

2003-09-17 Thread Sören Lindqvist
Hi Shoaib Khan, Check this site about conversion of raster to vector, it might help you. http://www.easytrace.com/work/english/index.html Regards Soren -Ursprungligt meddelande- Från: M.Shoaib Khan [mailto:[EMAIL PROTECTED] Skickat: den 18 september 2003 08:21 Till: [EMAIL PROTECTED]

MI-L Change object colors in selection

2003-09-18 Thread Sören Lindqvist
Thanks for all helps this is a great list. I have not find this in the manual how to do it. I have an query selection on a network with polylines. They are all standard black in color but I want to change the selection to for example red color. How is this done? Update selection ...??? Rega

SV: MI-L Change object colors in selection

2003-09-20 Thread Sören Lindqvist
= oLine End Function '* Sub UpdatePenStyle Dim penNew As Pen penNew = MakePen (2, 2, RED) Update Selection Set OBJ = AlterPenStyle(OBJ, penNew) End Sub '* HTH, Peter Horsbøll Møller COWI A/S - Geographic

MI-L Adding nodes to a polyline using a table with points

2003-10-03 Thread Sören Lindqvist
Hi all, I have not solved this problem yet. I have a table of a network and a table with points. I need a way to add nodes to the polylines IF there is no node within a certain distance from the point table. For example if a polylines has only start and endpoints and the point table has point i

MI-L Selection question

2003-10-06 Thread Sören Lindqvist
Hi all, Is there a way to make a selection for dead end roads on a large network? I want search for all dead end roads and do an update column. Also is it possible to find polylines that only has a starting point and endpoint by using selection or to select polylines with certain amount of nodes?

MI-L Selection questions

2003-10-06 Thread Sören Lindqvist
Hi all, Is there a way to make a selection for dead end roads on a large network? I want search for all dead end roads and do an update column. Also is it possible to find polylines that only has a starting point and endpoint by using selection query or to select polylines with certain amou

SV: MI-L Selection question

2003-10-06 Thread Sören Lindqvist
ion what can be wrong? Uffe, RouteFinder Pro sounds interesting, but for just a few function needed its to expensive. Regards Soren -Ursprungligt meddelande- Från: Peter Horsbøll Møller [mailto:[EMAIL PROTECTED] Skickat: den 6 oktober 2003 12:17 Till: 'Sören Lindqvist'; 'M

SV: MI-L Selection question (dead end)

2003-10-06 Thread Sören Lindqvist
Hi, I have tried another way to do it, using dangle.mbx and from there using selection "Intersect" from the result of dangle.mbx. It seems to work but sometimes got strange results that are not dead ends. Regards Sören -Ursprungligt meddelande----- Från: Sören Lindqvist [mai

SV: MI-L Raster to vector

2003-11-20 Thread Sören Lindqvist
Hello Vic, Check this out http://www.easytrace.com/work/english/index.html Regards Soren -Ursprungligt meddelande- Från: vic reeves [mailto:[EMAIL PROTECTED] Skickat: den 20 november 2003 10:43 Till: [EMAIL PROTECTED] Ämne: MI-L Raster to vector Mappers, Has anyone come across any good

MI-L MapX lines and symbols

2004-01-20 Thread Sören Lindqvist
Dear list I have this text (part of it) in an XML file (se below) that are using linestyle from MapX but bitmap files (from Custsymbols in MapX) for points. Is it possible to use a symbol instead of a bitmap as it looks much better in map? Something like: "RedCustomer symbol11004XX SymbolStyle>XX

MI-L MapInfo files on server

2004-02-08 Thread Sören Lindqvist
Dear list, I am planning to move my tab files to a catalogue on a server. There will be 3 to 4 users working with the map and I wonder if there is a simple easy way to set this up. I want all the users to have ability to work with the map. Any step by step to do this? Kind regards Soren

SV: MI-L MapInfo files on server

2004-02-09 Thread Sören Lindqvist
Hi, Thanks for the shocking answers; I thought it would be easy to set up a server application :( It looks like I have to keep the files on local machines after all and still use Uffe Kousgaard suggestion. >If you have 10 users, that update various parts of a database, then have a field called u

MI-L SQL selection

2004-02-20 Thread Sören Lindqvist
Dear list, I trying to select in following example. Select * from Streettable where City = “Stockholm” And City = “Gothenburg” And City = “Malmo” into Selection I can’t get any result from this, it says the syntax is right but I can’t get all into a selection How should it be done prop

SV: MI-L SQL selection

2004-02-20 Thread Sören Lindqvist
Hi all Thanks for the answers it worked. Soren -Ursprungligt meddelande- Från: Warren Vick, Europa Technologies Ltd. [mailto:[EMAIL PROTECTED] Skickat: den 20 februari 2004 13:06 Till: 'Sören Lindqvist'; [EMAIL PROTECTED] Ämne: RE: MI-L SQL selection Hello Soren, You'v

MI-L Distance in point table

2002-08-14 Thread Sören Lindqvist
Hello, I have a point table with customers and need to select thoose customers that are within let say 50 meters of each other. How should I write to select and be able save to a new table. Can you do it with an SQL question? If you can how should it look like? Using swedish projection RT90

SV: MI-L Reverse Line Direction

2002-09-03 Thread Sören Lindqvist
Dave You find it with the name Reverdir.mbx Soren -Ursprungligt meddelande- Från: Eagle, David A [mailto:[EMAIL PROTECTED]] Skickat: den 3 september 2002 17:11 Till: MapInfo-L ([EMAIL PROTECTED]) Ämne: MI-L Reverse Line Direction Can someone remind me of the name of the tool that is '

SV: MI-L Vectorization

2002-09-10 Thread Sören Lindqvist
Zaini, One way to go, could be (have not tried that myself) to use Adobe Streamline 4.0 and then import it to Adobe Illustrator or Macromedia Freehand with the plugin of MAPublisher from Avenza.com, but that will be an investment of 3 new programs for you if you don’t have them already :) Regard