PSP-11133 Add layer for Completed Disposition files#5171
PSP-11133 Add layer for Completed Disposition files#5171
Conversation
|
|
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/5171 |
| <?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns:sld="http://www.opengis.net/sld" xmlns="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0"> | ||
| <sld:NamedLayer> | ||
| <sld:Name>land_act_take_style</sld:Name> | ||
| <sld:Name>Default Styler</sld:Name> |
There was a problem hiding this comment.
I'd prefer to add a descriptive name instead of using the default provided by GeoServer's web UI.
There was a problem hiding this comment.
The styles (*.SLD) were copied from the deployed styles in MOTT geoserver. I think we would benefit from mirroring their configuration so that we can troubleshoot issues better on our local environment,
| <sld:Title>acquisition</sld:Title> | ||
| <sld:PolygonSymbolizer> | ||
| <sld:Fill> | ||
| <sld:GraphicFill> |
There was a problem hiding this comment.
With this we are removing the pattern fill from polygon. In PIMS we use only solid colors.
|
|
||
| <NamedLayer> | ||
| <Name>pims_property</Name> | ||
| <Name>bctfa_property</Name> |
There was a problem hiding this comment.
with this change we are matching layerIdentifier in LayerDefinition.ts and LayersMenuLayout.tsx


NOTE: This PR also includes updated layer styles for local geoserver to match the deployed layer styles