-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change rule dialog to be conform new wireframes #137
base: master
Are you sure you want to change the base?
Conversation
…ng changes so feature swatch in rule tab panel can get updated
…at the full symbolizer level that are not already shown in the sub symbolizer forms
…es panel for TextSymbolizer
Hey @bartvde, thanks for your work on this. I didn't get to looking into it until today, and now the pull request does not merge correctly any more. Would you mind taking a look at it - maybe you can update the pull request with less effort than me trying to resolve the conflicts. Let me know if you don't get to it. Thanks! |
As discussed with @bartvde, this should not be merged before http://product.opengeo.org/browse/SUITE-380 is addressed. |
…ow is that the empty symbolizers are actually being used but they should only be used when their children are checked
…though their children are unchecked
…zer, needs more work
…e, things are broken currently though
This is great work @bartvde, but as with all big changes, there are still some issues. To make it easier to reproduce the issues, I added the styler plugin to the viewer.html and viewer-layermanager.html (the LayerProperties dialog does not provide styling any more). I also removed the Ext.ux code from the repository, so we can have it added by build tools or on the application level. To make the pull request show my branch, I did the following:
You should be able to use this to switch it back to your branch when you make changes. Now for the issues - there may be more, but these are the ones I found from quickly playing with the new rule dialog, invoked from either viewer.html or viewer-layermanager.html when editing the styles of the usa:states layer:
|
hey @ahocevar thanks for your review. I've created a rule branch in the opengeo gxp, which should avoid us having to switch all the time in this pull request. I'll have a look at the issues you found now. |
wrt 2, somehow the colGroup's col elements are not getting a width, will investigate a bit more. |
okay the reason for #2 is apparently that the grid is not getting a fixed width in Rule.js |
hey @ahocevar the four issues you raised have been addressed |
… so that it also works for catalog based sources where the store has a proxy
Thanks @bartvde for addressing these issues so quickly. I'll do more testing as soon as I get to it. |
…more than 1 catalogue source configured (closes #151)
See 3.1 in https://img.skitch.com/20111207-emxhsty7ai4uxqrqrjqst42619.png