Re: [mapguide-users] SetSelectionXML from opener

2009-05-06 Thread Jamo
Sorry to bombard this post... More information. Mapguide Maestro can no longer edit the layers in Autodesk Mapguide Enterprise 2010 ...? selected the feature prior to searching it... I captured this from the the getSelectionXML() http://n2.nabble.com/file/n2808780/getselection.jpg with

RE: [mapguide-users] setting filter

2009-05-06 Thread Ivan Milicevic
Susan, If your column ID is type of string put the filter value must be rounded with qoute marks. From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of susan Daniel Sent: Wednesday, May 06, 2009 7:04 AM To: MapGuide Users Mail List

Re: [mapguide-users] Raster color map

2009-05-06 Thread Kenneth Skovhede, GEOGRAF A/S
I don't know, you should look on the Gdal site for info. Regards, Kenneth Skovhede, GEOGRAF A/S Dju skrev: Or perhaps it is feasible with the GDAL library, modifying and reading the color palette? ___ mapguide-users mailing list

Re: [mapguide-users] Unique Identify for Feature

2009-05-06 Thread Kenneth Skovhede, GEOGRAF A/S
You can't update values from Studio. Regular SDF+ files are a variant of SQLite, which as an autoincrement feature. Normally this property is assigned as the primary. If so, you cannot update the value, and it will remain the same after you insert or delete records. However, you may have SDF+

Re: [mapguide-users] can anyone solved this buffer problem

2009-05-06 Thread padmini godavarthi
Hi Kenneth, Thanks for ur help. if u dont mind can u plz send me the code for retrieving features with in the buffer area Thanks in advance... Regards, Padmini. Kenneth Skovhede, GEOGRAF A/S wrote: My method would be to retrieve the WKT of the buffer object, then

Re: [mapguide-users] can anyone solved this buffer problem

2009-05-06 Thread Kenneth Skovhede, GEOGRAF A/S
I don't have code to send, I just gave you a general approach. If you manage to produce the code based on the general idea, it would be nice if you share it here: http://trac.osgeo.org/mapguide/wiki/CodeSamples Regards, Kenneth Skovhede, GEOGRAF A/S padmini godavarthi skrev: Hi Kenneth,

[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)

Re: [mapguide-users] Filter Error

2009-05-06 Thread Kenneth Skovhede, GEOGRAF A/S
I can confirm that using the updated provider from the SL-King page makes the IN operator work as expected. Thanks. Regards, Kenneth Skovhede, GEOGRAF A/S Kenneth Skovhede, GEOGRAF A/S skrev: I was using the one that was included with FDO 3.3.2, I will try with a newer version at some

Re: [mapguide-users] Filter Error

2009-05-06 Thread padmini godavarthi
Hi, Thank u very much for ur reply can u send me the url path for updated SL-King Page Regards, Padmini. Kenneth Skovhede, GEOGRAF A/S wrote: I can confirm that using the updated provider from the SL-King page makes the IN operator work as expected.

[mapguide-users] Need help to set up raster

2009-05-06 Thread Darren Karasiuk
Hello, I'm trying to add raster data to MapGuideOS but seem to be missing a step. I have a .TIFF image (one for now, but will have hundreds more later) and an XML file containing spatial information. Using GDAL in MapGuide Studio 2009, I am able to load the TIFF and override the coordinate

Re: [mapguide-users] Need help to set up raster

2009-05-06 Thread Dju
Hi, the location of your image is defined in your coordinate system with (WKT) : - central_meridian - latitude_of_origin -- View this message in context: http://n2.nabble.com/Need-help-to-set-up-raster-tp2820261p2822202.html Sent from the MapGuide Users mailing list archive at Nabble.com.

RE: [mapguide-users] Need help to set up raster

2009-05-06 Thread Darren Karasiuk
Hi, thanks for your response. I can't make much sense out of what to do still. I researched a bit of WKT and am still unsure of how to implement this. Does Map Guide Studio 2009 allow manually editing the coordinate system? Using Maestro I found I could enter WKT, but again, I don't understand

RE: [mapguide-users] Need help to set up raster

2009-05-06 Thread Dju
I'm not a specialist but in Maestro i choose the coordinate system that match best with mine : select (in coordinate system) EPSG, my coordinate system and then Maestro will write the WKT code. You just have to edit the parameters you want to change and validate. Try

Re: [mapguide-users] SetSelectionXML from opener

2009-05-06 Thread Jamo
I've searched the posts here and found a couple of posts with the same topic however none of them have answers? I've attached the code in question... http://n2.nabble.com/file/n2825694/Default.aspx Default.aspx http://n2.nabble.com/file/n2825694/Default.aspx.cs Default.aspx.cs You'll need