Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harvesting / WFS / Cleaning comment #7504

Merged
merged 1 commit into from
Nov 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -288,13 +288,6 @@ public CompletableFuture<Void> indexFeatures(Exchange exchange) throws Exception
long begin = System.currentTimeMillis();

String epsg = "urn:ogc:def:crs:OGC:1.3:CRS84";
// TODO: With QGIS server, this can be required
// for proper coordinate ordering.
// Not 100% sure if it always apply or related only
// to Ifremer setup
// if (strategyId.contains("qgis")) {
// epsg = "EPSG:4326";
// }

for (String featureType : resolvedTypeNames) {
SimpleFeatureCollection fc = wfs.getFeatureSource(featureType).getFeatures();
Expand Down
Loading