Revision 3118
Added by perry about 18 years ago
data_points_style.sld | ||
---|---|---|
5 | 5 |
xmlns:ogc="http://www.opengis.net/ogc" |
6 | 6 |
xmlns:xlink="http://www.w3.org/1999/xlink" |
7 | 7 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
8 |
<UserLayer> |
|
9 |
<Name>metacat:data_points</Name> |
|
8 | 10 |
<UserStyle> |
9 | 11 |
<Name>Default Styler</Name> |
10 | 12 |
<Title>Default Styler</Title> |
... | ... | |
58 | 60 |
</Rule> |
59 | 61 |
</FeatureTypeStyle> |
60 | 62 |
</UserStyle> |
63 |
</UserLayer> |
|
61 | 64 |
</StyledLayerDescriptor> |
Also available in: Unified diff
Initial architecture for dynamically generating SLD/OGC:Filter documents to control which docids get shown on the map. The sldfactory servlet is in place to handle this but is not fully functional since there is currently no way to quickly and dynamically generate a list of allowable docids with a level of performance acceptable for real-time web mapping.