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

Merged fixes / improvements from qwc2 (#1622) #1813

Merged
merged 1 commit into from
May 16, 2017

Conversation

mbarto
Copy link
Contributor

@mbarto mbarto commented May 11, 2017

Fix #1622.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 79.193% when pulling 4d064ca on mbarto:fixes_from_downstream into a99bac6 on geosolutions-it:master.

@@ -13,20 +13,20 @@ const LayersUtils = require('../utils/LayersUtils');

const layersSelector = state => (state.layers && state.layers.flat) || (state.layers) || (state.config && state.config.layers);
const markerSelector = state => (state.mapInfo && state.mapInfo.showMarker && state.mapInfo.clickPoint);
const geoColderSelector = state => (state.search && state.search.markerPosition);
const geoColderSelector = state => (state.search && state.search);
Copy link
Member

Choose a reason for hiding this comment

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

geoCoderSelector, or did you put the earth into a freezer

@mbarto mbarto merged commit 2a9f77a into geosolutions-it:master May 16, 2017
@mbarto mbarto deleted the fixes_from_downstream branch May 16, 2017 15:46
@allyoucanmap allyoucanmap mentioned this pull request Aug 9, 2024
5 tasks
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.

3 participants