Skip to content

Commit

Permalink
Remove Intersects filters from SLD_BODYs.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwoodman committed Aug 7, 2023
1 parent c7d7602 commit b35a628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/cesium-map/csmap.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ export class CsMapComponent implements AfterViewInit {
let postMethod = false;
let infoFormat: string;
if (sldBody) {
sldBody = SimpleXMLService.extractIntersectsFiltersFromSld(sldBody);
postMethod = true;
} else {
sldBody = '';
Expand Down Expand Up @@ -445,7 +446,6 @@ export class CsMapComponent implements AfterViewInit {
}
}


/**
* Convert CSW record to HTML for display
* @param cswRecord CSW record to be converted
Expand Down

0 comments on commit b35a628

Please sign in to comment.