-
Notifications
You must be signed in to change notification settings - Fork 32
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
Support for esri Mobile devices android/iOS #155
Comments
Koop JSON Request from browser { f: 'json', Koop JSON Request from mobile { returnZ: 'false', My provider is getting the proper data from the datastore and data is being sent back to the device, it isn't just rendering for some reason, the legend is drawing however... |
Hey @keithfraley - 3857 and 102100 are the same spatial reference. See https://community.esri.com/thread/211091-wkid-102100-wkid-3857. I think you are probably right in that the mobile devices are looking for something in the returned json that isn't there and thus can't draw. In my experience, ArcGIS clients fire off a whole series of requests (e.g., layer info request, feature count request, query, etc). So it could something different in any one of those requests. Debugging this kind of issue is tricky, because we don't have dev tools on the mobile apps. My approach would be to use Fiddler to watch and examine the set of requests targeting the mobile app from (1) AGOL and (2) Koop. There will likely be a difference. See https://www.telerik.com/blogs/how-to-capture-android-traffic-with-fiddler for using Fiddler on mobile. |
I cant seem to figure this one out, my services work fine in AGOL but will not display on the mobile apps. I notice that the request from the mobile app has an inSR and outSR as 3857 and that the browser is 102100. Above and beyond that there is no geometry.spatialReference set with mobile requests.
The only thing I can think is that the mobile devices are looking for something in the returned json that isnt there and thus can't draw.
The text was updated successfully, but these errors were encountered: