Skip to content

Commit

Permalink
Merge branch 'develop' into IM-457-Merge-develop-in-IM-384
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinaBc3 committed Nov 14, 2024
2 parents 6016ad9 + 2b98d94 commit f576510
Show file tree
Hide file tree
Showing 223 changed files with 775 additions and 882,949 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
import org.integratedmodelling.klab.utils.Utils;
import org.locationtech.jts.geom.Geometry;
import org.locationtech.jts.geom.Polygon;
import org.locationtech.jts.geom.prep.PreparedGeometryFactory;
import org.opengis.feature.simple.SimpleFeature;
import org.opengis.feature.simple.SimpleFeatureType;
import org.opengis.feature.type.AttributeDescriptor;
Expand Down Expand Up @@ -134,7 +133,7 @@ protected FeatureSource<SimpleFeatureType, SimpleFeature> getFeatureSource(IReso
* @param builder
* @param scope
*/
private void encodeFromFeatures(FeatureSource<SimpleFeatureType, SimpleFeature> source, IResource resource,
public void encodeFromFeatures(FeatureSource<SimpleFeatureType, SimpleFeature> source, IResource resource,
Map<String, String> urnParameters, IGeometry geometry, Builder builder, IContextualizationScope scope) {

Filter filter = null;
Expand Down
Loading

0 comments on commit f576510

Please sign in to comment.