Skip to content
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

Fixes #146, GetFeatureInfo improvements #148

Merged
merged 1 commit into from
Sep 25, 2015

Conversation

mircobe87
Copy link
Contributor

This fix includes:

  • returnded feature info are grouped by layer in separated tabs
  • mouse pointer has been changed when component become active/deactive
  • react-bootstrap has been updated to v0.25.2 to have and components.

Also:

  • added a webpack proxy configuration to use a local instance of http-proxy

@@ -62,6 +64,7 @@ var LeafletMap = React.createClass({
this.map.remove();
},
render() {
this.setMousePointer(this.props.mousePointer);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be moved to componentWillReceiveProps

- returnded feature info are grouped by layer in separated tabs
- mouse pointer has been changed when component become active/deactive
- react-bootstrap has been updated to v0.25.2 to have <Tabs/> and <Tab/> components.

Also:
 - added a webpack proxy configuration to use a local instance of http-proxy
 - code refactoring
mbarto added a commit that referenced this pull request Sep 25, 2015
@mbarto mbarto merged commit 30e2548 into geosolutions-it:master Sep 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants