Re: [mapguide-users] King Oracle Problem

2008-01-14 Thread Simon Pelicon
Hi, Which version of MapGuide do you have? There are providers v0.7.3 for different FDO versions (3.1 ,3.2 and .3.2.2) Do you restart MG server after changing provider files,xml etc...? You can also check which files are missing or wrong , using "Dependency walker" http://www.dependencywalker.co

Re: [mapguide-users] King Oracle Problem

2008-01-14 Thread JeromeA
Hi, yes I think so. I took the first one: v0.7.3 Windows 32-bit provider with Oracle Instant Client. I'm trying to connect to Oracle 9.2.0.4.0 from MG Studio 2008 Jerome -- View this message in context: http://www.nabble.com/King-Oracle-Problem-tp14804675s16610p14833420.html Sent from the MapG

Re: [mapguide-users] King Oracle Problem

2008-01-14 Thread Simon Pelicon
Hi, Did you installed right version of King Oracle Provider for Oracle instant Client? - Simon JeromeA wrote: Hi, and thank you for all of your replies. Yes I think I've made all the changes that are mentioned in the readme.txt of FDO KingOracle Provider. I copied all the necessary files

Re: [mapguide-users] King Oracle Problem

2008-01-14 Thread JeromeA
Hi, and thank you for all of your replies. Yes I think I've made all the changes that are mentioned in the readme.txt of FDO KingOracle Provider. I copied all the necessary files an made the entries in the providers.xml and matched the King FDO Version to the others. Jerome Jackie Ng wrote: >

Re: [mapguide-users] King Oracle Problem

2008-01-14 Thread Jackie Ng
Is that provider targeting the correct version of FDO that comes with your installed MapGuide OS? - Jackie JeromeA wrote: > > Hi, > > I'm trying to work with the King Oracle Provider to connect to a Oracle > 9.2 database. I've copied the 3 files (KingOracleProvider.dll; > KingOracleMessage.dl

Re: [mapguide-users] List Selected Parcels

2008-01-14 Thread Jackie Ng
It could be a cross site scripting issue. Are you sure that your main viewer url and script url reside in the same domain? - Jackie JeromeA wrote: > > Hi, > > I've got a problem with the Viewer Sample Application "List Selected > Parcels" from the Developer's Guide. I'm trying to use the code

Re: [mapguide-users] Select a point and make sql query

2008-01-14 Thread Jackie Ng
A high level overview is.. In your php script, load $currentselection into an MgSelection object, generate a filter off of that selection, Create a MgFeatureQueryOptions object that contains this filter, and pass it to the SelectFeatures() method of MgFeatureService. This returns an MgFeatureRe

Re: [mapguide-users] Adding a dynamic layer BEFORE displaying the map

2008-01-14 Thread Jackie Ng
What does the feature source xml look like? It seems that feature source xml is an invalid document. - Jackie uXuf wrote: > > Hi all, > I am trying to add a dynamic layer to a map but before loading the map in > the map frame. It is supposed to work on some query string parameters and > shou

RE: [mapguide-users] Fusion

2008-01-14 Thread Berdel, Brian
Any update on this? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kimbrell, Bill Sent: Thursday, January 10, 2008 8:06 AM To: MapGuide Users Mail List Subject: RE: [mapguide-users] Fusion Are there plans for Fusion to work with .NET? And if so, any ide

[mapguide-users] King Oracle Problem

2008-01-14 Thread JeromeA
Hi, I'm trying to work with the King Oracle Provider to connect to a Oracle 9.2 database. I've copied the 3 files (KingOracleProvider.dll; KingOracleMessage.dll and KingOracleOverrides.dll) plus the oracle-client files mentioned in the readme.txt. When trying to connect to the database in studio

RE: [mapguide-users] Issue in Draw Polygon

2008-01-14 Thread Jonio, Dennis (Aviation)
Javed, What are you doing with pPgon? Creating a polygon does just that. You have to add it to the feature source. An obvious question ... a) Do the points actually make a polygon? dennis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of JavedPu

Re: [mapguide-users] Issue in Draw Polygon

2008-01-14 Thread JavedPune
Hey I have found the issue following is the solution Dim OLinRin As MgLinearRing = geometryFactory.CreateLinearRing(CoorColl) Dim pPgon As MgPolygon = geometryFactory.CreatePolygon(OLinRin, Nothing) pPgon = CType(pPgon.Transform(GetTransform()), Mg