Re: [mapguide-users] Create layer from oracle database without spatial data

2008-08-24 Thread 0uch
for the same. Max ! - Original Message From: 0uch [EMAIL PROTECTED] To: mapguide-users@lists.osgeo.org Sent: Friday, August 15, 2008 5:43:42 PM Subject: Re: [mapguide-users] Create layer from oracle database without spatial data Thanks very much for your help here. We

Re: [mapguide-users] Create layer from oracle database without spatial data

2008-08-17 Thread Kenneth Skovhede, GEOGRAF A/S
The layer/table must have a primary key, and that primary key must be detected/assigned for selection to work. The easy way is to simply add an autoincrementing number column to the table. Some people reported trouble when using strings or doubles as the primary key on Oracle. Regards,

Re: [mapguide-users] Create layer from oracle database without spatial data

2008-08-17 Thread Rahul
] Create layer from oracle database without spatial data Thanks very much for your help here. We finally build the oracle spatial data. However, we still got the same problem: the layer whatever created by oracle view or oracle spatial data, it can not be select. The selection property

Re: [mapguide-users] Create layer from oracle database without spatial data

2008-08-15 Thread 0uch
Thanks very much for your help here. We finally build the oracle spatial data. However, we still got the same problem: the layer whatever created by oracle view or oracle spatial data, it can not be select. The selection property is correct, but i cant select item ex: building , landmark.

Re: [mapguide-users] Create layer from oracle database without spatial data

2008-08-13 Thread Rahul
, 2008 5:36:20 PM Subject: Re: [mapguide-users] Create layer from oracle database without spatial data Thanks for your information. I would like to, but the power to make decisions is not on me, I was been asked to do this. BTW, I'm new with spatial data, is it take lots time to converting data

Re: [mapguide-users] Create layer from oracle database without spatial data

2008-08-13 Thread 0uch
I used mapguide studio and enterprise 2009 to create a landmark layer by using oracle view data, it's work , but the landmark on map can not be select. Then I tried mapguide O.S. 2.0.1 with king.Oracle , it can create layer too, but layer still can not be select. The select properties was

Re: [mapguide-users] Create layer from oracle database without spatial data

2008-08-13 Thread Zac Spitzer
did your table have a pk and what was the pk column type? z On Wed, Aug 13, 2008 at 8:33 PM, 0uch [EMAIL PROTECTED] wrote: I used mapguide studio and enterprise 2009 to create a landmark layer by using oracle view data, it's work , but the landmark on map can not be select. Then I tried

Re: [mapguide-users] Create layer from oracle database without spatial data

2008-08-13 Thread Zac Spitzer
to create spatial points from existing x y columns you can create wkt ie: update region set poly=SDO_GEOMETRY('POINT(' || region.x || ' ' || region.y || ')', srid); On Wed, Aug 13, 2008 at 8:39 PM, Zac Spitzer [EMAIL PROTECTED] wrote: did your table have a pk and what was the pk column

Re: [mapguide-users] Create layer from oracle database without spatial data

2008-08-12 Thread 0uch
PROTECTED] To: mapguide-users@lists.osgeo.org Sent: Thursday, August 7, 2008 10:15:38 AM Subject: [mapguide-users] Create layer from oracle database without spatial data Hi all, Is that passable to create layer from an oracle database that without spatial data? (by studio 2009 or something else

Re: [mapguide-users] Create layer from oracle database without spatial data

2008-08-12 Thread Dragan Podvezanec
If you use king.Oracle provider, you could use King.FDO.Class and then use table without spatial data: detailed procedure is described here: http://www.sl-king.com/fdooracle/KingFdoClass.htm -- View this message in context:

Re: [mapguide-users] Create layer from oracle database without spatial data

2008-08-11 Thread 0uch
! - Original Message From: 0uch [EMAIL PROTECTED] To: mapguide-users@lists.osgeo.org Sent: Thursday, August 7, 2008 10:15:38 AM Subject: [mapguide-users] Create layer from oracle database without spatial data Hi all, Is that passable to create layer from an oracle database

Re: [mapguide-users] Create layer from oracle database without spatial data

2008-08-11 Thread Zac Spitzer
] To: mapguide-users@lists.osgeo.org Sent: Thursday, August 7, 2008 10:15:38 AM Subject: [mapguide-users] Create layer from oracle database without spatial data Hi all, Is that passable to create layer from an oracle database that without spatial data? (by studio 2009 or something else

Re: [mapguide-users] Create layer from oracle database without spatial data

2008-08-07 Thread Rahul
PROTECTED] To: mapguide-users@lists.osgeo.org Sent: Thursday, August 7, 2008 10:15:38 AM Subject: [mapguide-users] Create layer from oracle database without spatial data Hi all, Is that passable to create layer from an oracle database that without spatial data? (by studio 2009 or something else

Re: [mapguide-users] Create layer from oracle database without spatial data

2008-08-07 Thread 0uch
7, 2008 10:15:38 AM Subject: [mapguide-users] Create layer from oracle database without spatial data Hi all, Is that passable to create layer from an oracle database that without spatial data? (by studio 2009 or something else?) If not , are there any kind of way that could build my point

Re: [mapguide-users] Create layer from oracle database without spatial data

2008-08-07 Thread Kenneth Skovhede, GEOGRAF A/S
: Thursday, August 7, 2008 10:15:38 AM Subject: [mapguide-users] Create layer from oracle database without spatial data Hi all, Is that passable to create layer from an oracle database that without spatial data? (by studio 2009 or something else?) If not , are there any kind of way that could

Re: [mapguide-users] Create layer from oracle database without spatial data

2008-08-07 Thread 0uch
with x,y values then u can use that non spatial table to create points. Max ! - Original Message From: 0uch [EMAIL PROTECTED] To: mapguide-users@lists.osgeo.org Sent: Thursday, August 7, 2008 10:15:38 AM Subject: [mapguide-users] Create layer from oracle database without spatial

[mapguide-users] Create layer from oracle database without spatial data

2008-08-06 Thread 0uch
Hi all, Is that passable to create layer from an oracle database that without spatial data? (by studio 2009 or something else?) If not , are there any kind of way that could build my point data (ex: land-mark) on map? I'll be very appreciate with any useful information T.H. Yu. -- View this