[mapguide-users] saving drawing data to oracle

2011-01-20 Thread kencana
Hi all, I am trying to insert drawing data into oracle database instead of SDF. but I am not really sure on how to make it works. any guidance? :) Regards, Kencana -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/saving-drawing-data-to-oracle-tp5943139p5943139.html Sent

Re: [mapguide-users] saving drawing data to oracle

2011-01-20 Thread Zac Spitzer
can you explain what your doing a bit more? i.e. what software & their versions? On Thu, Jan 20, 2011 at 9:04 PM, kencana wrote: > > Hi all, > > I am trying to insert drawing data into oracle database instead of SDF. but > I am not really sure on how to make it works. any guidance? :) > > Regard

[mapguide-users] Re: saving drawing data to oracle

2011-01-20 Thread kencana
Hi, I am using MapGuide EnterPrise 2011 with PHP, as for the database i am using oracle 11g. My application provides UI for user to draw on the map (similar to redlining), except at the end of the process i need to save the data into the oracle database instead of SDF. Regards, Kencana -- View

[mapguide-users] Re: saving drawing data to oracle

2011-01-20 Thread djonio
You made a statement. What is the problem? dennis -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/saving-drawing-data-to-oracle-tp5943139p5943545.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide

Re: [mapguide-users] Re: saving drawing data to oracle

2011-01-20 Thread Kencana Kesuma - Hotmail
Hi Dennis, The problem is i am not sure how to store the geometry into the database. Noticed that there is "GEOM" data type in oracle spatial, but have no idea on how to store the layer's geometry into it. Hope you can help me out Regards, Kencana Kesuma On Jan 20, 2011, at 8:26 PM, djonio wr

RE: [mapguide-users] Re: saving drawing data to oracle

2011-01-20 Thread Jonio, Dennis (Aviation)
Will be glad to after you help yourself first. I would suggest you begin by reading _Oracle Spatial User's Guide and Reference_ (11g in your case). _Pro Oracle Spatial for Oracle Database 11g_ is an excellent book. There are many very bright people who contribute to Oracle's _Oracle Spatial_ forum

Re: [mapguide-users] Re: saving drawing data to oracle

2011-01-20 Thread Kencana Kesuma - Hotmail
Hi Dennis, Thanks for the references. Regards, Kencana Kesuma On Jan 20, 2011, at 9:26 PM, "Jonio, Dennis \(Aviation\)" wrote: > Will be glad to after you help yourself first. > I would suggest you begin by reading _Oracle Spatial User's Guide and > Reference_ (11g in your case). _Pro Oracle

[mapguide-users] Re: QuickPlot

2011-01-20 Thread Jamo
On another note this rfc looks like a winner. http://trac.osgeo.org/mapguide/wiki/MapGuideRfc67 Someone able to elaborate on it a little, as far as I can tell printlayouts will help in the production of actual printable to scale plan sets? is this correct? Sorry to hijack your post but I thought

[mapguide-users] Re: Error: Resource was not found:.

2011-01-20 Thread Jackie Ng
It could very well be that your function Selecao() is being called when the viewer frame 'quadras' has not been fully initialized. You should do something like this code sample http://trac.osgeo.org/mapguide/wiki/CodeSamples/JavaScript/AJAXViewerEventHooking To ensure you are calling viewer API

[mapguide-users] Re: add DGN file to mapguide

2011-01-20 Thread Jamo
Yes the OGR provider works with V7 DGNs only (export / convert required DGNs to V7 Format) and it reads various properties from the DGN Entity DBLink etc. I started using the OGR DGN capabilities but found it easier to write my own export to SQL script, gave me more control over the creation of f