|
POST
|
I am running ArcGIS Pro 2.4.1 and have the Data Interoperability extension installed. However, when I try to add a GeoJSON file, it simply is not reading it (doesn't show in the add data dialog box). I also have the Data Interoperability extension for ArcGIS Desktop and I am having no problem reading the same file (I can also read it with QGIS). I have uninstalled and re-installed the extension several times, still no avail. I would really like to resolve this issue.
... View more
08-09-2019
11:54 AM
|
0
|
14
|
10537
|
|
POST
|
Perfect. It took a minute for me to figure it out, but once I did, it worked as intended. Thank you.
... View more
06-25-2019
01:41 PM
|
0
|
2
|
5532
|
|
POST
|
I am trying to update the maximum record count for a feature service in Portal. I have gone to the following page: How To: Update the maximum record count for feature services in ArcGIS Online However, this is (obviously) for ArcGIS Online. When I go to Update Definition in our Portal, I only get an input box rather than the full layer definition. So, using the examples here: Update Definition (Feature Layer)—ArcGIS REST API: Services Directory | ArcGIS for Developers, I tried the following: { "MaxRecordCount" : 5000 } I receive the following error message: { "error": { "code": 500, "message": "Field 'MaxRecordCount' cannot be updated.", "details": [] } } Any suggestions would be greatly appreciated. Thank you, Todd
... View more
06-25-2019
07:20 AM
|
0
|
4
|
5931
|
|
POST
|
Thanks again for your reply. I have gone to the following page: How To: Update the maximum record count for feature services in ArcGIS Online However, this is for ArcGIS Online and we are using our own Portal. When I go to Update Definition, I only get an input box rather than the full layer definition. So, using the examples here: Update Definition (Feature Layer)—ArcGIS REST API: Services Directory | ArcGIS for Developers, I tried the following: { "MaxRecordCount" : 5000 } I receive the following error message: { "error": { "code": 500, "message": "Field 'MaxRecordCount' cannot be updated.", "details": [] } } Any suggestions?
... View more
06-23-2019
08:26 AM
|
0
|
4
|
6084
|
|
POST
|
I typically like to include a bit of self-deprecation in my varied GeoNet posts and this will be no different. I have no idea what I am doing. Short version: I have several services published to ArcGIS Server. Because these are potentially publicly available to anyone with knowledge of the service URL, I decided to secure certain services. Nonetheless, I want to be able to use these in web maps I am developing with the JS API and do so in a manner in which a user doesn't need to login to view the map. After doing some reading, I have concluded (perhaps erroneously), that using tokens is the way to go. In order to do so, I followed the steps at this useful site. I went to http://gisserver.domain.com:6080/arcgis/tokens (obviously, to my server...) I entered a user name, password, and selected HTTP Referer For the HTTP Referer, I entered the URL of the page from which the request is being made (the html page with the web map) I set expiration and format I generated the token Once generated, I appended the generated token to the URL of the requested service (for example): var heritage = new FeatureLayer({ url: "https://gisserver.domain.com:6443/arcgis/rest/services/ONHI/Heritage_EOs/MapServer/1?mnGTVoAhrbV0nEJOuR8G9Ps2noCClcwazQPsJ8spdOIBXpZnSCo_XW7kclwiM47MGfuOj4jvqdv9mGWgmj3snftaQ4sBehRiC2W9AqxrGvyaKECttAbp694lfOtXhi3nshOnoAQpeJCx2LWyJK2g6CfbxHwbZnw6sR3TmR7f0c-C0Ngv9Q0POHrM8ReqyCgb" }); However, when I launch the page, I am still being prompted to enter the user name and password to access the service. Again, allow me to repeat, I have no idea what I am doing. In all likelihood, I have gone about this completely wrong. Maybe there is a better way to do this; maybe I am making a really basic beginners error; maybe both of those are correct. Regardless, I would like to solve this issue and your help is greatly appreciated.
... View more
06-20-2019
12:46 PM
|
0
|
2
|
1219
|
|
POST
|
Well, that was ridiculously easy and resulted from the really boned-headed mistake of confusing folder/service security and sharing properties (with the icons right next to one another). Good news is I now have figured this out. The "bad" news is I know have to figure out a way if I have something locked down via folder/service security if I can still use the REST URL in a webapp without the necessity of a a random user accessing the site needing to login. I will explore this and, if I cannot find the answer, post a new question. Thanks for your help.
... View more
06-20-2019
08:23 AM
|
0
|
1
|
1999
|
|
POST
|
I apologize if my verbiage was confusing. This is what I meant by "linked." A very brief look at the links you provided seem to be precisely what I wanted. I will explore these in more depth today. Thank you, Todd
... View more
06-20-2019
06:31 AM
|
0
|
0
|
1999
|
|
POST
|
I am fairly new to ArcGIS Server and am a bit confused about sharing settings. I have my server linked to my organizations ArcGIS Online portal (we are currently not using a federated server with our own portal). After doing so, I set the sharing on a particular service to a specific group I had previously created. However, after doing so, I was still able to access the service URL without being logged in. I wish to be able to restrict this type of access because we will have some services were share widely, others we won't. And once a user has one service URL, they can easily access other services. I am rather certain I did something wrong, so any pointers in the correct direction would be greatly appreciated.
... View more
06-19-2019
02:50 PM
|
0
|
4
|
2087
|
|
POST
|
I designed a survey for individuals to inspect insect traps. Each trap will be reinspected on a 21-day cycle. Currently, there are over 1,200 such traps and will likely be more as the season progresses. However, when they go to the inbox on the survey and refresh, only 1,000 records are populated. I know there is a way to filter the list to limit the number of records, but is there a way to increase the apparent limit from 1,000? (Ultimately, they use the map filter when in the field, but need all of the trap locations to refresh.) Thanks.
... View more
06-19-2019
10:25 AM
|
0
|
8
|
6982
|
|
POST
|
Done. And I will look into the Living Atlas of the World.
... View more
06-18-2019
07:10 AM
|
1
|
0
|
3217
|
|
POST
|
That makes sense. I was under the (false) impression that I would be able to completely override the min and max scales. For my purposes, though, the tile layers won't work. I need the local roads to turn on sooner than they currently do. This means I am either going to have to try to find another source or create my own service (which I was absolutely trying to avoid). Thanks for your reply.
... View more
06-18-2019
05:26 AM
|
0
|
2
|
3217
|
|
POST
|
I wish to have certain sublayers of a dynamic layer render at scales different from those in the layer properties. I can get the minScale and maxScale to work with one layer, but (for some reason), not another. The one on which it isn't working has cached tiles and I speculate that is the issue, but I honestly have no idea. Here's the example that works: var cities = new MapImageLayer({ url: "https://sampleserver6.arcgisonline.com/arcgis/rest/services/USA/MapServer", sublayers: [ { id: 0, minScale: 5000000, maxScale: 24000 } ] }); Here's the one that isn't working (truncated for ease). The minscale is set at a ridiculous number at the moment because I was trying to get it to render no matter how far zoomed out: var transportation = new MapImageLayer({ url: "https://tigerweb.geo.census.gov/arcgis/rest/services/TIGERweb/Transportation/MapServer", sublayers: [{ id: 8, minScale: 10000000, maxScale: 1001 },{ id: 9, minScale: 10000000, maxScale: 1001 }] }); Any insight would be greatly appreciated. Thank you.
... View more
06-17-2019
07:48 PM
|
0
|
4
|
3513
|
|
POST
|
ArcGIS Enterprise. I have tried Firefox, Chrome, and Edge.
... View more
06-04-2019
01:24 PM
|
0
|
1
|
951
|
|
POST
|
I am trying to login to our Survey123 portal and am having the following problem. Any idea what the problem is (I am not trying to access any particular survey, rather the dashboard):
... View more
05-31-2019
12:47 PM
|
0
|
3
|
1018
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-12-2025 12:15 PM | |
| 1 | 11-14-2024 12:18 PM | |
| 1 | 11-13-2024 01:18 PM | |
| 1 | 06-13-2024 03:06 PM | |
| 1 | 05-12-2022 06:53 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-13-2025
12:44 PM
|