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

Fix #1776. Move measure into burger menu #1790

Merged
merged 3 commits into from
May 8, 2017

Conversation

offtherailz
Copy link
Member

The dialog for measure is now in the burger menu. This fixes #1776.

The old plugin will be kept in MeasurePanel + MeasureResult plugin and deprecated.
All the duplicated functionalities are now merged in a unique component.

The dialog for measure is now in the burger menu. This fixes geosolutions-it#1776.

The old plugin will be kept in MeasurePanel + MeasureResult plugin and deprecated.
All the duplicated functionalities are now merged in a unique component.
const lineRuleIcon = require('./img/line-ruler.png');
const areaRuleIcon = require('./img/area-ruler.png');
const bearingRuleIcon = require('./img/bearing-ruler.png');
var Message = require('../../I18N/Message');
Copy link
Contributor

Choose a reason for hiding this comment

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

const

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 78.967% when pulling 0a1f536 on offtherailz:measure_tool into c78a596 on geosolutions-it:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 78.967% when pulling 0a1f536 on offtherailz:measure_tool into c78a596 on geosolutions-it:master.

@offtherailz offtherailz merged commit 1cdb8f0 into geosolutions-it:master May 8, 2017
@offtherailz offtherailz deleted the measure_tool branch June 21, 2018 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move Measure Tools to the burger menu
4 participants