Changes between Version 1 and Version 2 of CodeSamples/Other/MaestroScripts/FeatureSourceFindAndReplace
- Timestamp:
- 04/04/14 02:29:46 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodeSamples/Other/MaestroScripts/FeatureSourceFindAndReplace
v1 v2 15 15 {{{ 16 16 #!python 17 def UpdateLayersFeatureSchema(conn, folder, oldSchema, newSchema): 18 """ 19 Modifies the featuresource of layerdefinition matching the old featureschema name 20 """ 17 21 def UpdateLayersFeatureSource(conn, folder, oldF, newF): 18 22 """