error providers thks andy

carpetascatastro at laplata.gov.ar carpetascatastro at laplata.gov.ar
Mon May 8 19:28:21 EDT 2006


Thanks Andy, the code is working . I appreciate your help.

hughs from argentina

oscar



Mensaje citado por Andy Morsell <amorsell at spatialgis.com>:

> Your XML is not formed correctly.  Try this:
> 
> <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
> <FeatureProviderRegistry>
> 
>   <FeatureProvider>
>     <Name>OSGeo.SHP.3.0</Name>
>     <DisplayName>OSGeo FDO Provider for SHP </DisplayName>
>     <Description>Read/write access to spatial and attribute data in an ESRI
> SHP file. </Description>
>     <IsManaged>False</IsManaged>
>     <Version>3.0.0.0</Version>
>     <FeatureDataObjectsVersion>3.0.0.0</FeatureDataObjectsVersion>
>     <LibraryPath>c:\Program
> Files\MapGuideOpenSource\Server\Bin\FDO\ShpProvider.dll</LibraryPath>
>   </FeatureProvider>
> 
>   <FeatureProvider>
>     <Name>OSGeo.SDF.3.0</Name>
>     <DisplayName>OSGeo FDO Provider for SDF </DisplayName>
>     <Description>Read/write access to Autodesk's spatial database format, a
> file-based personal geodatabase that supports multiple features/attributes,
> spatial indexing, and file-locking. </Description>
>     <IsManaged>False</IsManaged>
>     <Version>3.0.0.0</Version>
>     <FeatureDataObjectsVersion>3.0.0.0</FeatureDataObjectsVersion>
>     <LibraryPath>c:\Program
> Files\MapGuideOpenSource\Server\Bin\FDO\SDFProvider.dll</LibraryPath>
>   </FeatureProvider>
>   
>    <FeatureProvider>
>     <Name>OSGeo.ODBC.3.0</Name>
>     <DisplayName>OSGeo FDO Provider for ODBC</DisplayName>
>     <Description>Read/write access to ODBC-based data store. Supports XYZ
> point features.</Description>
>     <IsManaged>False</IsManaged>
>     <Version>3.0.0.0</Version>
>     <FeatureDataObjectsVersion>3.0.0.0</FeatureDataObjectsVersion>
>     <LibraryPath>FdoOdbc.dll</LibraryPath>
>   </FeatureProvider>
> 
> </FeatureProviderRegistry>  
> 
> 
> Andy Morsell, P.E.
> Spatial Integrators, Inc.
> http://www.SpatialGIS.com
> 
> -----Original Message-----
> From: carpetascatastro at laplata.gov.ar
> [mailto:carpetascatastro at laplata.gov.ar] 
> Sent: Monday, May 08, 2006 4:02 PM
> To: users at mapguide.osgeo.org
> Subject: SPAM-LOW: RE: [mapguide-users] error providers
> 
> hi Jason
> 
> i downloaded and installed the files following the txt, but it doesn't work.
> I don't understand why. The conection data window remaind empty in MapGuide
> Studio.
> What could it be.
> 
> 
> 
> providers.xml
> <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
> <FeatureProviderRegistry>
> 
>   <FeatureProvider>
>     <Name>OSGeo.SHP.3.0</Name>
>     <DisplayName>OSGeo FDO Provider for SHP </DisplayName>
>     <Description>Read/write access to spatial and attribute data in an ESRI
> SHP file. </Description>
>     <IsManaged>False</IsManaged>
>     <Version>3.0.0.0</Version>
>     <FeatureDataObjectsVersion>3.0.0.0</FeatureDataObjectsVersion>
>     <LibraryPath>C:\Archivos de
> programa\MapGuideOpenSource\Server\Bin\FDO\ShpProvider.dll</LibraryPath>
>   </FeatureProvider>
> 
>   <FeatureProvider>
>     <Name>OSGeo.SDF.3.0</Name>
>     <DisplayName>OSGeo FDO Provider for SDF </DisplayName>
>     <Description>Read/write access to Autodesk's spatial database format, a
> file-based personal geodatabase that supports multiple features/attributes,
> spatial indexing, and file-locking. </Description>
>     <IsManaged>False</IsManaged>
>     <Version>3.0.0.0</Version>
>     <FeatureDataObjectsVersion>3.0.0.0</FeatureDataObjectsVersion>
>     <LibraryPath>C:\Archivos de
> programa\MapGuideOpenSource\Server\Bin\FDO\SDFProvider.dll</LibraryPath>
>   </FeatureProvider>
> 
> </FeatureProviderRegistry>
> <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
> <FeatureProviderRegistry>
> 
>   <FeatureProvider>
>     <Name>OSGeo.ODBC.3.0</Name>
>     <DisplayName>OSGeo FDO Provider for ODBC</DisplayName>
>     <Description>Read/write access to ODBC-based data store. Supports XYZ
> point features.</Description>
>     <IsManaged>False</IsManaged>
>     <Version>3.0.0.0</Version>
>     <FeatureDataObjectsVersion>3.0.0.0</FeatureDataObjectsVersion>
>     <LibraryPath>C:\Archivos de
> programa\MapGuideOpenSource\Server\Bin\FDO\FdoOdbc.dll</LibraryPath>
>   </FeatureProvider>
> 
> 
> 
> thks.
> 
> 
> 
> Mensaje citado por Jason Birch <Jason.Birch at nanaimo.ca>:
> 
> > Hi Oscar,
> >  
> > So, you can add an SHP or SDF data source, but not establish a data 
> > connection?  This is probably because out of the box there are no 
> > providers for basic data connections.
> >  
> > Because you're on Windows, you can download previews of some (mix of 
> > proprietary and OS) here:
> >  
> > https://mapguide.osgeo.org/servlets/ProjectDocumentList?folderID=35
> > <https://mapguide.osgeo.org/servlets/ProjectDocumentList?folderID=35&e
> > xp andFolder=35&folderID=4> &expandFolder=35&folderID=4
> >  
> > There are instructions for integrating these providers into server in 
> > each zipfile.  Careful, because only the OSGeo providers will be 
> > distributed in source form, the rest will be part of Autodesk MapGuide 
> > Enterprise.
> >  
> > Jason
> >  
> >   _____
> > 
> > From: carpetascatastro at laplata.gov.ar
> > [mailto:carpetascatastro at laplata.gov.ar]
> > Sent: Mon 2006-05-08 1:38 PM
> > To: users at mapguide.osgeo.org
> > Subject: [mapguide-users] error providers
> > 
> > 
> > 
> > 
> > 
> > My name is oscar im fron to argentina, im work whith gis system.
> > Sorry for my english, i have problems install mapgide open source in 
> > windows system + apache, my problem is the conection providers the 
> > list is empty.
> > im check the paths in the .ini but not work my S.O. is in spanish is 
> > it afect??
> > 
> > Si alguien habla español podemos armar un foro en español??
> > 
> > very thanks
> > 
> > oscar
> > 
> > ----------------------------------------------------------------
> > This message was sent using IMP, the Internet Messaging Program.
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe at mapguide.osgeo.org
> > For additional commands, e-mail: users-help at mapguide.osgeo.org
> > 
> > 
> > 
> > 
> 
> 
> 
> 
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe at mapguide.osgeo.org
> For additional commands, e-mail: users-help at mapguide.osgeo.org
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe at mapguide.osgeo.org
> For additional commands, e-mail: users-help at mapguide.osgeo.org
> 




----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.




More information about the Mapguide-users mailing list