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

Another mixing of enum types #384

Open
pascalhorton opened this issue Jul 20, 2017 · 0 comments
Open

Another mixing of enum types #384

pascalhorton opened this issue Jul 20, 2017 · 0 comments
Labels

Comments

@pascalhorton
Copy link
Member

Similar to issue #383, there is a mixing of enum types in queriespages.cpp near line 355:

m_Parent->GetData()->m_QueryLayerType = (TOC_GENERIC_NAME) m_Layers.Item(iNum)->m_LayerType;

Here the issue is that when the value is 2, it corresponds to different types:
PRJDEF_LAYERS_TYPE::LAYER_POLYGON
TOC_GENERIC_NAME::TOC_NAME_LABELS

@pascalhorton pascalhorton added this to the 2.7 Codename 'Torre' milestone Jul 20, 2017
@pascalhorton pascalhorton removed this from the 3.0 Codename 'Torre' milestone Jun 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant