| Trying create a Coverage from XML with settings: <coverage> <name>Img_Sample</name> <nativeName>Img_Sample</nativeName> <parameters> <entry> <string>InputTransparentColor</string> <string>#FF0000</string> </entry> <entry> <string>AllowMultithreading</string> <string>true</string> </entry> </parameters> </coverage> The parameters are ignored. This method could manage them to send them to here, and then send them https://github.com/geoserver/geoserver/blob/master/src/main/src/main/java/org/geoserver/catalog/CatalogBuilder.java#L972 to finally pass to here |