Skip to content

Commit

Permalink
Merge branch 'IM-457-Merge-develop-in-IM-384' of github.com:integrate…
Browse files Browse the repository at this point in the history
…dmodelling/klab into IM-457-Merge-develop-in-IM-384
  • Loading branch information
kristinaBc3 committed Nov 20, 2024
2 parents 1c64fea + f576510 commit e0dcde1
Show file tree
Hide file tree
Showing 232 changed files with 964 additions and 883,059 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 e0dcde1

Please sign in to comment.