[mapguide-users] Re: selection problem using in mapguide using oracle10g

2010-08-12 Thread ram282
thanks ZSplitzer, I have replaced the latest king oracle provider that supports MGOS2.1 version. The problem has solved. Selection is working perfectly. But another problem came into picture. There is some offset problem for selection. When I click or draw a rectangle box using selection tool out

[mapguide-users] Re: selection problem using in mapguide using oracle10g

2010-08-09 Thread ram282
Can any one suggst some solution for this problem ? -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/selection-problem-using-in-mapguide-using-oracle10g-tp5379608p5388087.html Sent from the MapGuide Users mailing list archive at Nabble.com.

[mapguide-users] selection problem using in mapguide using oracle10g

2010-08-06 Thread ram282
Hi, I have the problem with the selection of features on the map. I am using MGOS 2.1 version, database is oracle 10g enterprise edition. Whenever i select some features on the map, though the list of selected features are diplayed in the selection results, the selected features are not highlighte

[mapguide-users] Re: DigitizePolygon cntrl+ click to Double Click

2010-07-12 Thread ram282
sorry, I haven't tried digitizing features on basic layout. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/DigitizePolygon-cntrl-click-to-Double-Click-tp5270696p5282376.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___

[mapguide-users] Re: Generate a pdf view of the current map

2010-07-09 Thread ram282
I tried to use file_get_contents(), but i didn't get the result. Anyway please share this on wiki... -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Generate-a-pdf-view-of-the-current-map-tp5264270p5273266.html Sent from the MapGuide Users mailing list archive at Nabble.c

[mapguide-users] Re: DigitizePolygon cntrl+ click to Double Click

2010-07-08 Thread ram282
This link might be useful for you http://www.cnblogs.com/junqilian/archive/2010/06/04/1751563.html Double click will function perfectly in IE 7 to end the digitization of a polygon or line -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/DigitizePolygon-cntrl-click-to

[mapguide-users] Re: Generate a pdf view of the current map

2010-07-08 Thread ram282
I had successfully generated pdf in this way In this, I am temporarily saving the image files and after generating the pdf, I am deleting them. Yo should require the php file called fpdf.php, through which u are going to generate the pdf. And I also changed some configuration settings in

[mapguide-users] Re: Generate a pdf view of the current map

2010-07-07 Thread ram282
we can also use the fpdf library to generate pdf files using the fdpf you can generate pdf where you can include the map and legend images in the pdf. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Generate-a-pdf-view-of-the-current-map-tp5264270p5265427.html Sent from t

[mapguide-users] Re: spatial search problem

2010-06-14 Thread ram282
sorry, I have typed incoorectly in the function searchObjects(MgCoordinate coOrdinate) at the line MgFeatureReader reader = crossingsLayer.SelectFeatures(options); the correct one is MgFeatureReader reader = landmarkLayer .SelectFeatures(options); sorry for typing incorrectly -- View this

[mapguide-users] spatial search problem

2010-06-14 Thread ram282
Hi, I am trying to perform a spatial query. I click a point on the map and trying to find the features from a layer called 'LandMarks'. I have the google map as the background layer. All the layers(from SQL server spatial) have the 4326 as SRID. I changed the CoOrdinate system in the map defi

[mapguide-users] spatial search problem

2010-06-14 Thread ram282
Hi, I am trying to perform a spatial query. I click a point on the map and trying to find the features from a layer called 'LandMarks'. I have the google map as the background layer. All the layers(from SQL server spatial) have the 4326 as SRID. I changed the CoOrdinate system in the map definiti

[mapguide-users] Re: Commercial Map Service Help

2010-06-09 Thread ram282
the id of the mapgroup tag and the id of the mapwidget tag in the applicationdefinition xml document should be same. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Commercial-Map-Service-Help-tp5131790p5159131.html Sent from the MapGuide Users mailing list archive at Nab

[mapguide-users] RE: Digitize a point in fusion application

2010-06-07 Thread ram282
Hi all, When I replaced the "window.top.Fusion" with "Fusion", I could Digitize point. I couldn't understand this. Will this create any errors later ? I observed that in the functions Refresh,SetSelectionXML,ZoomToView of MapGuideViewerApi.js the line "var Fusion = window.top.Fusion" is commente

[mapguide-users] RE: Digitize a point in fusion application

2010-06-07 Thread ram282
hi Daniel, Thanks for your reply. I have tried with that solution. But I couldn't digitize. I have referenced MapGuideViewerApi.js file in my source page. When this page is loading in the task pane, I came across this error: "Microsoft JScript runtime error: 'window.top.Fusion' is null or not

[mapguide-users] Digitize a point in fusion application

2010-06-07 Thread ram282
Hi, Could any one help me to digitize a point on map in a fusion application. I want to mark a point on the map temporarily and then do some queries on top of the marked point. But how can I mark or digitize a point on the map. I tried to get some help from Measure.js widget, but I couldn't make o