Skip to content

Commit

Permalink
Added new class to Identify GeocodeViewer (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap authored and offtherailz committed Feb 14, 2017
1 parent 74456ea commit 1e98b6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/client/components/data/identify/Identify.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ const Identify = React.createClass({
revGeocodeDisplayName={reverseGeocodeData.error ? <Message msgId="identifyRevGeocodeError" /> : this.props.reverseGeocodeData.display_name}
hideRevGeocode={this.props.hideRevGeocode}
identifyRevGeocodeSubmitText={<Message msgId="identifyRevGeocodeSubmitText" />}
identifyRevGeocodeCloseText={<Message msgId="identifyRevGeocodeCloseText" />} />);
identifyRevGeocodeCloseText={<Message msgId="identifyRevGeocodeCloseText" />}
modalOptions={{bsClass: 'mapstore-identify-modal modal'}} />);
return this.props.wrapRevGeocode ? (
<Panel
header={<span><Glyphicon glyph="globe" />&nbsp;<Message msgId="identifyRevGeocodeHeader" /></span>}>
Expand Down
4 changes: 4 additions & 0 deletions web/client/components/data/identify/css/identify.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@
#mapstore-getfeatureinfo .swipeable-view .panel-title {
font-weight: bold;
}

.mapstore-identify-modal {
z-index: 2001;
}

0 comments on commit 1e98b6d

Please sign in to comment.