Closed dwins closed 12 years ago
Pull requests are usually fine. I just made a bunch of changes before seeing this so it'll take me a little bit to work thru the merge. But please continue!
_n
On Wed, May 30, 2012 at 3:32 PM, David Winslow < reply@reply.github.com
wrote:
If pull requests aren't a convenient way to provide this feedback let me know
You can merge this Pull Request by running:
git pull https://github.com/dwins/carto-css-map-styling master
Or you can view, comment on it, or merge it online at:
https://github.com/nvkelso/carto-css-map-styling/pull/11
-- Commit Summary --
- Filled in some notes on GeoServer capabilities
- Merge branch 'master' of git://github.com/nvkelso/carto-css-map-styling
-- File Changes --
M README.md (39)
-- Patch Links --
https://github.com/nvkelso/carto-css-map-styling/pull/11.patch https://github.com/nvkelso/carto-css-map-styling/pull/11.diff
Reply to this email directly or view it on GitHub: https://github.com/nvkelso/carto-css-map-styling/pull/11
Can you elaborate on GeoServer's "shield" support? I think we might be meaning two different things:
In Carto and Cascadenik, they're using Mapnik's built in support to have an arbitrary text field inside of an otherwise static marker.
I don't see a similar feature in GeoServer. Can you point me towards the documentations, please?
In GeoServer SLD we support Graphic elements as a child of TextSymbolizer elements. If present, such a graphic will be positioned behind the label regardless of where the label is actually rendered (due to conflict resolution, etc.) and hidden if the label is hidden. Optionally, the graphic is also stretched to ensure that the label fits within it. I think this is similar to how shield graphics behave in Mapnik, right?
There are some screenshots and SLD examples in Andrea Aime's talk from FOSS4G 2010: http://2010.foss4g.org/presentations_show.php?id=3588 . I don't think the GeoServer user manual has caught up yet.
Cool, added to the latest commit.
On Wed, May 30, 2012 at 6:42 PM, David Winslow < reply@reply.github.com
wrote:
In GeoServer SLD we support Graphic elements as a child of TextSymbolizer elements. If present, such a graphic will be positioned behind the label regardless of where the label is actually rendered (due to conflict resolution, etc.) and hidden if the label is hidden. Optionally, the graphic is also stretched to ensure that the label fits within it. I think this is similar to how shield graphics behave in Mapnik, right?
There are some screenshots and SLD examples in Andrea Aime's talk from FOSS4G 2010: http://2010.foss4g.org/presentations_show.php?id=3588 . I don't think the GeoServer user manual has caught up yet.
Reply to this email directly or view it on GitHub:
https://github.com/nvkelso/carto-css-map-styling/pull/11#issuecomment-6025981
If pull requests aren't a convenient way to provide this feedback let me know