Skip to content

Commit

Permalink
Harvesting / WFS / Cleaning comment (#7504)
Browse files Browse the repository at this point in the history
Was related to an issue on QGIS server side.
  • Loading branch information
fxprunayre committed Nov 23, 2023
1 parent 1825b2e commit 49ca737
Showing 1 changed file with 0 additions and 7 deletions.
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

0 comments on commit 49ca737

Please sign in to comment.