David Winslow
David Winslow
Yes, this is probably the biggest single issue with the gui right now. Hopefully I will be able to address it sometime this week. In the meantime, a workaround is...
cb96e11302fea3c0881d66084c5d766717799544 should take care of this, I haven't posted a build with this fix to the downloads section yet though.
Right now the idea of a 'key' property is baked into the CSS compiler - every type of symbolizer has a single property that triggers it - if there's no...
Yes, just like that. In docs we would probably want to try and consistently use quotes as bare words have somewhat surprising behavior (apostrophes introduce parsing errors, whitespaces are collapsed.)
There is an implementation of what you're talking about in https://github.com/dwins/sld2css . It's ok for simple styles, but gets more wrong the bigger your style is. I haven't used it...
Well, I guess it is possible this has been fixed already in GeoTools; I haven't looked at it in a while. If not I think it would be a purely...