Andrea Aime

Results 257 comments of Andrea Aime

So, how would it look like? Something like: ``` @name Polygon fill; @title A simple gray polygon fill; ``` placed at the top of the css file?

That would be nice. The conversion might be "stupid" for starters, and just do a plain translation from sld to css, without any attempt at compacting the result leveraging cascading...

I can't close this one, but it's solved

Mumble... anything I can help with?

As far as I can see SLDTransformerTest has a test to round trip a rendering transformation, so it should be good gt wise. I agree the second syntax looks nicer....

I see there has been a recent push, and some test failures: ``` Error: 8,790 [ERROR] Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.563 s

Tested again, it survived the dirty data directory I have, but then locked up on a "many shapefile stores" one I use for tests... apparently loading services? I see this...

@jodygarnett we recently merged a couple of test fixes from @groldan, exactly in app-schema... is this branch up to date? Maybe you just need to rebase.

@jodygarnett that is a sensible plan, you'll have to face the EMF-generated code in [FeatureCollectionType](https://github.com/geotools/geotools/blob/main/modules/ogc/net.opengis.wfs/src/net/opengis/wfs/FeatureCollectionType.java#L140) and its implementation.

Random ideas here... the reason to have the proxy is that the number is not used in some output formats, so it's computed lazily. If you go for an API...