[mapguide-users] Change Polygon Color on Layer

2007-07-06 Thread Dhirendra Kumar
Hi All, My Project is FDO Based, Many polygon on one Layer and i want to change color of some polygon on the basis of database value, Ex:- If database value will be Yes then corresponding polygon colour of that Layer will get change. Any one have idea about this ? Please help me. Thankyou in

Re: [mapguide-users] Change Polygon Color on Layer

2007-07-06 Thread Maciej Skorczewski
HI Layer dafinitinon in XML whit filter? try to use dev sample...look in source code of http://data.mapguide.com/mapguide/devguide/index.php Modifying Maps Layers -- Change Layers via DOM this solution help you build you own aplication. Regards Maciek Skórczewski Dhirendra Kumar pisze:

[mapguide-users] Queryfeature under rendering service

2007-07-06 Thread Scott Hameister
I'm trying to run a buffer and then have it autoselect items on a given layer, here's the catch, I want it to be able to select objects that are on selectable layers that may not yet be visible There are 2 ways to run QueryFeatures on a rendering service...the first works great when I'm

RE: [mapguide-users] Queryfeature under rendering service

2007-07-06 Thread Dave Wilson
To select the features that are not yet displayed you could try to run a SelectFeatures with a spatial filter using your buffer geometry against the layers that are off. You will have to do this for each layer. The results of the selects can be walked and selected. Regards, Dave -Original

[mapguide-users] Buffer rectangle

2007-07-06 Thread Jim O'Leary
Does MapGuide support rectangle buffers? It seems that the default buffer it produces is a circle. Thanks. -- View this message in context: http://www.nabble.com/Buffer-rectangle-tf4035927s16610.html#a11465564 Sent from the MapGuide Users mailing list archive at Nabble.com.

RE: [mapguide-users] AUGI Forums ?

2007-07-06 Thread Andy Morsell
I have mixed feelings on this. While I think it's good to have that kind of interest, particularly since AUGI has been historically been so geospatial deficient, I do think it can get confusing having support groups in many places. I think it is already confusing enough that MapGuide Enterprise

RE: [mapguide-users] Queryfeature under rendering service

2007-07-06 Thread Andy Morsell
See this RFC. This issue should be addressed in 1.2. http://trac.osgeo.org/mapguide/wiki/MapGuideRfc15 Andy Morsell, P.E. Spatial Integrators, Inc. http://www.SpatialGIS.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Wilson Sent: Friday,

RE: [mapguide-users] Queryfeature under rendering service

2007-07-06 Thread Scott Hameister
Soved it...it does work with a blank string...somehow it was seeing Null and not a string...sorry if anyone spent any time on this ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

[mapguide-users] DGN file to MSSQL geodatabase?

2007-07-06 Thread Milan Lazecky
Hi everybody. I am experimenting in connecting MGOS with mssql geodatabase. I need to upload a DGN file to mssql geodatabase but I really am not able to do it :( Any help is appreciated... Maybe ogr2ogr? Does anybody have experience with php and ogr2ogr utility? I have tried a php_ogr.dll but it