RE: [mapguide-users] Create new column in data source

2007-09-18 Thread Traian Stanev
] Create new column in data source I am able to add the new property to the class definition like this: $propertyCollection = new MgPropertyCollection(); $textProperty = new MgDataPropertyDefinition('AText'); $textProperty-SetDataType(MgPropertyType::String); $textProperty-SetReadOnly(false

RE: [mapguide-users] Create new column in data source

2007-09-18 Thread Brent Robinson
Of Traian Stanev Sent: Tuesday, September 18, 2007 4:02 PM To: mapguide-users@lists.osgeo.org Subject: RE: [mapguide-users] Create new column in data source Hello, In general, changing the definition of feature classes is done using an ApplySchema command. However, I don't think the SHP and SDF