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 Set GetFeatureInfo default format #1636

Merged
merged 3 commits into from
Mar 27, 2017

Conversation

allyoucanmap
Copy link
Contributor

Added infoFormat configuration to Identify plugin

{
  "name": "Identify",
  "cfg": {
    "infoFormat": "TEXT", // "JSON" or "HTML"
    ...
  }
  ...
}

@@ -23,6 +23,7 @@ const HIDE_MAPINFO_MARKER = 'HIDE_MAPINFO_MARKER';
const SHOW_REVERSE_GEOCODE = 'SHOW_REVERSE_GEOCODE';
const HIDE_REVERSE_GEOCODE = 'HIDE_REVERSE_GEOCODE';
const GET_VECTOR_INFO = 'GET_VECTOR_INFO';
const SET_FEATURE_INFO_FORMAT = 'SET_FEATURE_INFO_FORMAT';
Copy link
Contributor

Choose a reason for hiding this comment

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

Didn't you like CHANGE_MAP_INFO_FORMAT that should do the same thing?

@offtherailz offtherailz merged commit 056eaac into geosolutions-it:terrainExplorer Mar 27, 2017
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.

4 participants