Changes between Version 1 and Version 2 of CodeSamples/Other/MaestroScripts/FeatureSourceFindAndReplace


Ignore:
Timestamp:
Apr 4, 2014, 2:29:46 AM (10 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeSamples/Other/MaestroScripts/FeatureSourceFindAndReplace

    v1 v2  
    1515{{{
    1616#!python
     17def UpdateLayersFeatureSchema(conn, folder, oldSchema, newSchema):
     18    """
     19    Modifies the featuresource of layerdefinition matching the old featureschema name
     20    """
    1721def UpdateLayersFeatureSource(conn, folder, oldF, newF):
    1822    """