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

set returnUnformattedValues: true in IdentifyFeatures and Find requests #961

Closed
jgravois opened this issue Jun 2, 2017 · 2 comments · Fixed by #977
Closed

set returnUnformattedValues: true in IdentifyFeatures and Find requests #961

jgravois opened this issue Jun 2, 2017 · 2 comments · Fixed by #977

Comments

@jgravois
Copy link
Contributor

jgravois commented Jun 2, 2017

this will help us ensure that 10.5+ responses won't inappropriately cast GeoJSON IDs (and other attributes) as strings and won't have any effect on versions of ArcGIS Server prior.

ref: #686 (comment)

@jgravois
Copy link
Contributor Author

i've changed my mind about this slightly. lets make it a new constructor option to avoid introducing a breaking change.

@jgravois
Copy link
Contributor Author

this is now possible via a new format() parameter exposed to both Find and IdentifyFeatures

find.format(false)

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 a pull request may close this issue.

1 participant