[mapguide-users] RE: Need an FDO connection...

Jackie Ng jackie.ng at aecsystems.com.au
Thu Apr 26 19:33:54 EDT 2007


Hi Milan,

Try this:

Go to the mapagent page http://<your mapguide site>/mapagent/index.html

Click "Feature" under Services API

Click "GetFeatureProviders" underneath.

You will get an xml description of all available providers. Find the provide
you're after and take note of what connection parameters are available under
the <ConnectionProperties> section

Create an xml file that looks like the following:

<FeatureSource xsi:noNamespaceSchemaLocation="FeatureSource-1.0.0.xsd">
        <Provider>%provider name%</Provider>
	<Parameter>
               <Name>%parameter name%</Name>
               <Value>%parameter value%</Value>
        </Parameter>
        ...
        ...
</FeatureSource>

Fill in the blanks, and upload it to your target feature source using
"SetResource"

Hope that helps.

- Jackie


Milan Lazecky wrote:
> 
> Thank you Simon,
> it seems I can do it this way, I will try.
> But anyway - can somebody tell me how to establish the provider connection
> WITHOUT using the Autodesk MapGuide Studio? I  have used up the 60 days
> trial ;-)
> Thanks...
> Milan
> 
> 
>> ------------ Původní zpráva ------------
>> Od: Simon Pelicon <simon at sl-king.com>
>> Předmět: RE: [mapguide-users] Need an FDO connection...
>> Datum: 25.4.2007 14:26:24
>> ----------------------------------------
>> Hi!
>>
>> You can visit our web site and take a look at
>> http://www.sl-king.com/fdooracle/KingOracleXE/KingOracleXE.html flash
>> movie (Use Oracle XE with MapGuide).
>>
>> There is an example with King Oracle provider, but the procedure is
>> simmilar  for King.MsSqlSpatial provider.
>>
>> Simon Pelicon
>>
>> -----Original Message-----
>> From: mapguide-users-bounces at lists.osgeo.org
>> [mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Milan
>> Lazecky
>> Sent: Wednesday, April 25, 2007 1:25 PM
>> To: mapguide-users at lists.osgeo.org
>> Subject: [mapguide-users] Need an FDO connection...
>>
>> Hi.
>> I am sorry for this beginner question, but I can't find out anything on
>> my own...
>> I want to add a new layer to my MGOS project - but not SDF nor SHP. I
>> know about FDO connection but I don't know how to use it in MGOS :-(   I
>> need to add raster files, connect a geodatabase (I will try MS SQL
>> Server via sl-king connector) etc.
>> Please, I need a short step-by-step tutorial on how to add a layer via
>> FDO in WebStudio (or MapAgent?).
>> Thank you very much...
>> Milan
>>
>> PS: Well, I think there is a lot of people waiting for some tutorials...
>> Don't you think about one?
>> _______________________________________________
>> mapguide-users mailing list
>> mapguide-users at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>> _______________________________________________
>> mapguide-users mailing list
>> mapguide-users at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>
>>
>>
> _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
> 
> 

-- 
View this message in context: http://www.nabble.com/Need-an-FDO-connection...-tf3644777s16610.html#a10210995
Sent from the MapGuide Users mailing list archive at Nabble.com.



More information about the mapguide-users mailing list