Gavin Rehkemper

Results 114 comments of Gavin Rehkemper

Hi, thanks for the question. Are you using [suggest](https://esri.github.io/arcgis-rest-js/api/geocoding/suggest/) or [geocode](https://esri.github.io/arcgis-rest-js/api/geocoding/geocode/)? I think based on your question you are probably working with `suggest` -- in this example I see 10...

API Key help is here: https://developers.arcgis.com/arcgis-rest-js/authentication/tutorials/authenticate-with-an-api-key/

@tomwayson @mjuniper It looks like the current behavior was introduced in #631 where we used (a) `/portals/self/users/search` instead of (b) `/sharing/rest/community/users` - do you know why (a) was used instead...

Thank you for this report. We are working on getting the new social IDPs in the [REST API documentation](https://developers.arcgis.com/rest/), then when that is done will get it into ArcGIS REST...

I'm not quite sure yet what's going on here, but would using [esri-leaflet-vector](https://github.com/Esri/esri-leaflet-vector) be a workaround? ```js L.esri.Vector.vectorBasemapLayer("ArcGIS:Imagery", { apiKey: "< YOUR API KEY HERE >" }).addTo(map); ``` https://jsbin.com/tuqutud/2/edit?html,output

esri-leaflet does call `encodeURIComponent` [here](https://github.com/Esri/esri-leaflet/blob/f572dbad34d6aef5b94eface5c0b73da5bbd9caa/src/Request.js#L31), but it seems like it does not encode `'` as well as some other characters: ![image](https://user-images.githubusercontent.com/209355/102276044-2f4bd600-3f1e-11eb-9ef1-ed86e318ce49.png) https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent#Description Which in your case if the browser _does_...

> I'd prefer making a bit more POST requests than to have no features rendered on the map because the request failed for dumb reasons. That seems reasonable to me...

@MikeTschudi yes!! Thanks! Looking forward to testing it out once it gets pushed to a release. 🎉 🎉

This **is** now in the documentation: https://developers.arcgis.com/arcgis-rest-js/api-reference/arcgis-rest-portal/isOrgAdmin

Hi, thank you for the report. Does this happen on all environments (desktop browser, iOS, and Android) or just Android? Can you please post an example showing the issue (see...