If you can't change/convert the SHP file (200+ fields? Really?) and the file is read-only, perhaps you could try using an OGR provider connection to a VRT file (http://www.gdal.org/drv_vrt.html) pointing to the SHP file and in the VRT file, only select out the columns/properties of interest. That property list should then reflect in any class definition we get from the OGR feature source.
- Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Shapefile-with-200-fields-tp5282394p5282400.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
