Re: [mapguide-users] Layer creation

2009-05-19 Thread Kenneth Skovhede, GEOGRAF A/S
You can either use the MgInsertFeatures method: http://mapguide.osgeo.net/files/mapguide/docs/webapi/d4/d63/class_mg_insert_features.html Or just write the data directly to Oracle using an SQL insert statement. Regards, Kenneth Skovhede, GEOGRAF A/S padmini godavarthi skrev: Hi Kenneth, i ju

Re: [mapguide-users] Layer creation

2009-05-10 Thread padmini godavarthi
Hi Kenneth, i just want to draw a line, point and polygon and want to save it in oracle table Regards, Padmini. Kenneth Skovhede, GEOGRAF A/S wrote: > > Do you want to create lines based on points and links? > If so, I know no good way to do it. > The "brute force" method would be

Re: [mapguide-users] Layer creation

2009-05-10 Thread Kenneth Skovhede, GEOGRAF A/S
Do you want to create lines based on points and links? If so, I know no good way to do it. The "brute force" method would be to just loop through the table and create the actual polylines, and insert them into a temporary storage (oracle table or SDF file), and then display the table as normal. I

[mapguide-users] Layer creation

2009-05-06 Thread padmini godavarthi
Hi Kenneth, can u plz tell me ur suggestion i have a shape file and i have created this shape files into nodes and links tables in database Now i have a 2 tables (aaa_nodes,aaa_links) in oracle 10 g database Now i want to display it in the ajax viewer (programmetically)