|
POST
|
HI Patrick, The basemap sets the projection and spatial reference for the web map and is required. If you want a blank basemap or a solid colour basemap, you can consider creating your own custom vector tile style to make it appear like there isn't a base map, but all of your data still shows up in the right location. Design custom basemaps with the new ArcGIS Vector Tile Style Editor -Kelly
... View more
03-19-2019
12:48 PM
|
3
|
0
|
688
|
|
POST
|
Hello, ArcGIS Online will be updated tonight. To find out more about the new features, check out this blog: https://community.esri.com/community/gis/web-gis/arcgisonline/blog/2019/03/07/whats-coming-in-arcgis-online-april-2019?sr=search&searchId=de4ee366-ab85-4838-91c4-9b70c24e1e44&searchIndex=0 There should be minimal disruptions while the update is going out and you probably won't notice, but you may want to clear your browser cache when you log in tomorrow morning if you aren't seeing the new features after the update. Thanks, Kelly
... View more
03-19-2019
12:46 PM
|
1
|
0
|
2349
|
|
POST
|
Hi Joe, Thanks for your beautiful poem. It made me chuckle I would still suggest having this looked into as I wouldn't want you to have to wear brown for the rest of your life, just in order to geocode. If you continue to have issues when you are wearing other colours, I'd suggest using fiddler or developer tools to capture the network traffic. That way tech support can help investigate the calls made to the API and discover if the nature of the issue. Here is a link about using fiddler https://community.esri.com/groups/technical-support/blog/2018/06/07/monitoring-web-service-requests-using-fiddler?sr=search&searchId=3f26f704-2845-4d66-b971-bc3663cdb153&searchIndex=0 -Kelly
... View more
03-19-2019
10:23 AM
|
3
|
1
|
2374
|
|
POST
|
Hello, Public accounts cannot publish hosted feature services. Layers can only be added as feature collections or stored in the web map with public accounts. Feature layers—ArcGIS Online Help | ArcGIS Edmond Griffin, I'd suggest contacting support to look into the account, or verify the data source. If you are an administrator, you should have publishing privileges which would point to a potential data issue. -Kelly
... View more
03-18-2019
09:32 AM
|
1
|
0
|
1380
|
|
POST
|
What is the error message that you are receiving? What version of Python are you running his in? Be aware that this is written in an older version (2X) -Kelly
... View more
03-18-2019
09:21 AM
|
0
|
1
|
5525
|
|
POST
|
Hi Joe, I'm not sure on this one, can you get in touch with tech support to dig into this further? Shana Britt Robert Jensen -Kelly
... View more
03-18-2019
09:19 AM
|
0
|
7
|
2374
|
|
BLOG
|
In order to access the history log, an administrator token must be appended to your request. You can obtain a token in a few ways. The following log includes two quick ways to grab this token. Note. As these are administrative tokens, please don't share your token in the forums. These can potentially be used in malicious ways if the wrong person obtains your token. Option 1: Generate a token using postman 1. Download or open postman (It's free) 2. Click the +New button to create a new request 3. In the new tab, set the following: Change the HTTP method from GET to POST . Set the URL to https://www.arcgis.com/sharing/generateToken 4. Click on Body and add the following parameters as Key/Value pairs: username : Your administrator username (case sensitive) password : Your password referer : https://www.arcgis.com f : json 5. Click Send and copy the token in the response below for use in requests Option 2: Use Developer tools 1. Open developer tools in your browser ( In chrome, Menu>more tools> Developer tools) 2. Sign into arcgis.com with your administrator credentials 3. In the developer tools click on network and type 'self' into the filter box 4. Click on the first url, click header tab and scroll to Query String Parameters(the very last section). 5. Copy the token value to use in requests
... View more
03-16-2019
09:31 AM
|
2
|
2
|
13553
|
|
BLOG
|
Hi Greg, My bad, there was a typo in the sample url. I have fixed it up now (no 31&) needed, but be warned the token isn't valid so you won't be able to successfully load the sample url. For your url try, https://uwt-gis-geotech.maps.arcgis.com/sharing/rest/portals/self/history?all=true&start=0&actors=<enterusername>&sortOrder=asc&fromDate=2018-01-01&num=10000&f=csv&token=<add your admin token> Using the URL should result in a csv being downloaded automatically. Let me know if that gets you up and running or if you have more questions. I'll post another blog about how to get the token, just in case it comes up. Thanks, Kelly
... View more
03-16-2019
09:28 AM
|
0
|
0
|
3919
|
|
POST
|
Hi Alex, When using ArcGIS Server services, you will need to use ArcGIS Server security in order to determine who has access to your editable service or not. As mentioned, views are only supported with hosted layers, so you will need to publish an editable feature layer and a non editable layer (feature or map service) if you want some users to have editing capabilities and other not. If you want to control security through ArcGIS Online, you can register an ArcGIS Server service and store the server credentials (token security only) in ArcGIS Online. This way you can control which ArcGIS Online users can access your ArcGIS Server Service. Here is some information about how to register secured layers with ArcGIS Online. ArcGIS Server web services—ArcGIS Online Help | ArcGIS -Kelly
... View more
03-15-2019
04:50 PM
|
2
|
2
|
1966
|
|
POST
|
This is the error message that i received in developer tools when trying to load the pop up: Refused to display 'http://soggy.zoology.ubc.ca:8080/geoserver/wms?SERVICE=WMS&REQUEST=GetFeatureInfo&FORMAT=image/png&TRANSPARENT=TRUE&STYLES=&VERSION=1.1.1&LAYERS=Haulouts_nopoint,psf:ShoreZone_ZOS&WIDTH=1477&HEIGHT=827&SRS=EPSG:3857&BBOX=-15006117.392941903,5652703.619858384,-11393397.688072294,7675533.136396751&INFO_FORMAT=text/html&QUERY_LAYERS=psf:ShoreZone_ZOS&FEATURE_COUNT=25&X=337&Y=542' in a frame because it set 'X-Frame-Options' to 'sameorigin'. This is something that will need to be modified on the web server that hosts Geoserver. Here is a quick article on where to start looking: javascript - How to set 'X-Frame-Options' on iframe? - Stack Overflow -Kelly
... View more
03-15-2019
04:45 PM
|
2
|
0
|
1532
|
|
POST
|
Hi Jonathan, Are you using Chrome when publishing? It sounds like you may be running into the issue described by Alan in this blog. https://community.esri.com/people/ARex-esristaff/blog/2019/03/12/why-cant-i-use-the-add-item-dialog-in-arcgis-online?sr=search&searchId=ae8d1e4e-66a4-4d71-980c-a23b53944fc1&searchIndex=1 Try running the process in another browser or re-run the process in incognito mode. Let us know if that fixes things or try getting in touch with support. -Kelly
... View more
03-15-2019
04:39 PM
|
1
|
1
|
1217
|
|
POST
|
This isn't possible currently but has been logged on the ideas site. Here is a link to the idea: https://community.esri.com/ideas/11724
... View more
03-15-2019
04:35 PM
|
2
|
1
|
2689
|
|
POST
|
Hi Joe, Is editing enabled on your non-hosted service? You can still edit with non-hosted services, but editing capability needs to be enabled on the server in ArcGIS Server or ArcGIS Enterprise. -Kelly
... View more
03-15-2019
04:33 PM
|
0
|
1
|
943
|
|
BLOG
|
The History endpoint of the REST API is a great tool to dig into information about events occurring in your organization. Although you easily download a comprehensive CSV of events as an administrator in ArcGIS Online, the REST API, provides the option to customize the data returned and to ask more specific questions. For an example of how to use the history CSV, check out this blog: https://www.esri.com/arcgis-blog/products/arcgis-/administration/exploring-the-organization-activity-log-csv For this blog I am going to outline the query and results about a specific member of my ArcGIS Online organization. Scenario: It’s time for Karate_Kelly’s year end review. She wants to prove to her boss that she has been busy creating and managing content in the organization. Using the History API, She’ll query all of the events that she has initiated in 2018. Detective Steps: Formulate the Query Url: https:/webapps.maps.arcgis.com/sharing/rest/portals/self/history? Parameters: all=true – returns events for all members in the organization start=0 – Starts at the first record num=10000 – largest amount of events returned (requires csv format) f=csv – Returns result in a csv sortOrder=asc – information output in ascending order token = “6hVsODGfBpk5X_hGc0MOrnxmddIk4bL4hP8FyOAxM0QxL3VEw86iTdB” – admin token required fromDate =2018-01-01 – start of date range actors= Karate_KElly – events to be returned (Note, usernames are case sensitive, so if you hit a key by accident while creating your username, check the casing just to be sure... #Karate_KEllyIsNotAMistake) Sample Url constructed: https://webapps.maps.arcgis.com/sharing/rest/portals/self/history?all=true&start=0&actors=Karate_KElly&sortOrder=asc&fromDate=2018-01-01&num=10000&f=csv&token=Qian2inO2Cqf0tsljaLVJC5YbmjpQvg-CQ565QE75vesENzX5Yorf40K4ai_7fHn8 Submit the request and view the resulting CSV Perform analysis or use pivot tables to provide insight into actions Action Count of Actions Add 412 Add Users 7 Create 12 Delete 104 Failed Login 15 Login 192 Remove Users 1 Share 252 Update 1448 Tracking my events by Month: Jan Feb March April May June July Aug Sept Oct Nov Dec # of Actions 10 18 57 274 276 148 291 49 129 101 261 445 Test: When did I go on Summer vacation last year? This is a neat way to look at your actions and your organizations members actions over time. *Note. Only available in ArcGIS Online https://community.esri.com/community/gis/web-gis/arcgisonline/blog/2019/03/16/generate-a-token?sr=search&searchId=b4979b78-550b-4ff4-9e9d-74b43930f361&searchIndex=1
... View more
03-15-2019
04:06 PM
|
3
|
8
|
7081
|
|
BLOG
|
Thanks for the question, I wrote a new workflow about querying specifically login information: https://community.esri.com/community/gis/web-gis/arcgisonline/blog/2019/03/15/find-user-login-events-for-an-organization?sr=search&searchId=36792b46-8e32-4e69-89b1-ecbe35029ade&searchIndex=2 A login action is recorded everytime a successful call is made to the oath2 or generate token login. If you click “Keep me signed in” on the ArcGIS login form then the token will be valid for 2 weeks; the /signin endpoint will not be called and no record will be added to the history log.
... View more
03-15-2019
03:23 PM
|
1
|
0
|
2717
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 11-11-2016 10:09 AM | |
| 1 | 02-20-2018 04:07 PM | |
| 1 | 02-22-2018 03:18 PM | |
| 1 | 07-19-2017 09:39 AM | |
| 1 | 03-18-2019 09:32 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-14-2023
06:56 PM
|