Changes between Version 2 and Version 3 of maestro/UserGuides/FileFeatureSource
- Timestamp:
- 10/01/08 10:49:48 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
maestro/UserGuides/FileFeatureSource
v2 v3 8 8 9 9 == Updating FDO providers == 10 When you install !Mapguide, it only has a subset of the avalible FDO providers. This will hopefully be fixed in the future, but for now you can manually upgrade you FDO provider collection. These are the steps required to update your FDO providers: 11 1. Stop the !MapGuide service 12 1. Remove the FDO folder (found in C:\Program Files\!MapGuideOpenSource2.0\Server\Bin on Windows) 13 1. Download the latest FDO package for [http://download.osgeo.org/fdo/3.3.1/fdosdk-win32-3.3.1.tar.gz Windows] or [http://download.osgeo.org/fdo/3.3.1/fdosdk-rhel4-3.3.1.tar.gz Linux] 14 1. Extract the archive, and rename "Bin" to "FDO" 15 1. Place the "FDO" folder where you erased the other in step 2. 16 1. Start the !MapGuide service 10 When you install !MapGuide, it only has a subset of the avalible FDO providers. This will hopefully be fixed in the future, but for now you can [wiki:maestro/UserGuides/UpdatingFDOInstallation manually upgrade you FDO provider collection]. 17 11 18 12 == Creating a feature source == … … 66 60 67 61 === The generic editor === 68 If OGR is updated, or the editor show by !MapGuide Maestro does not do what you want, you can use the "Generic" editor. Simply click on the "Generic Editor" tab. The generic editor shows you the raw data that is being passed to the provider. In the generic editor, you can both view and modify the values as you please. For OGR the field "!DataSource" is actually an OGR connection string:[[BR]]62 If OGR is updated, or the editor shown by !MapGuide Maestro does not do what you want, you can use the "Generic" editor. Simply click on the "Generic Editor" tab. The generic editor shows you the raw data that is being passed to the provider. In the generic editor, you can both view and modify the values as you please. For OGR the field "!DataSource" is actually an OGR connection string:[[BR]] 69 63 [[Image(http://trac.osgeo.org/mapguide/browser/trunk/Tools/Maestro/Screenshots/Userguide/GenericFeatureEditor.png?format=raw)]] 70 64