Esri / mdcs-py

MDCS is an acronym for Mosaic Dataset Configuration Script and is the entry point to a collection of Python classes/libraries that could be consumed by a Python client application to complete a given workflow for creating a mosaic dataset, populating it with data, and setting all required/desired parameters.
Apache License 2.0
64 stars 29 forks source link

Update solutionsLib.py #113

Closed bikesbade closed 2 years ago

bikesbade commented 2 years ago

110

bikesbade commented 2 years ago

@Chamlika made the changes as requested. Thanks

chritomix commented 2 years ago

Hi, @bikesbade. I just have downloaded the latest script and it is not working. With your last update of module solutionsLib.py, you made a mistake with indentation. you must move "def modifyConfProperties(self, properties, maxScale)" function to the left. OTHERWISE THE MDSC is failing. thanks, Tomasz

bikesbade commented 2 years ago

@chritomix Thanks for pointing it out. Made the fixed. you can test it out. Thanks