|
POST
|
I just checked with the team responsible for the widget. It is on their list of things to address, however, no time frame has been applied to it. If you're working with hosted feature layers, consider creating a view layer to filter out features from the layer. thanks, Mike
... View more
04-17-2019
09:39 AM
|
1
|
3
|
3747
|
|
POST
|
Eric Schmidt, I've been told by my WAB colleagues that the District Lookup widget no longer uses the web map configuration option and is configured directly from the widget itself. Also, just to be clear, the options are still available and can be set in the UX, even though they have the "retired" banner. Perhaps it would have been better to have banners that said "will be retired" at the next release.I beleve that Esri's apps have accounted for this retirement and made adjustments already, except for released apps that are no longer being updated, like the original Collector, which I suppose people could still be using. Mike
... View more
03-26-2019
09:53 AM
|
2
|
1
|
2817
|
|
POST
|
Greta Robison No, this retirement shouldn't impact you. These settings were initially used by the original Collector because the app itself didn't allow configuration (I believe). It was a way to expose application level settings from within the map. Any ESRI app that utilized them, will ignore these settings moving forward and do any configuration within the app itself. Mike
... View more
03-25-2019
02:02 PM
|
1
|
3
|
2817
|
|
POST
|
Yes, the update to AGOL is the reason you see these retired badges. These setting don't impact the validity of the web map. There is nothing to fix. It's simply a notice to indicate that at the next release, you will no longer be able to configure these app settings. They will be removed from the user interface. These settings originally provided you some level of control over whether these tools would be available in applications like the original Collector app. If you turned it off, it wouldn't appear in the app. However, I don't believe any current application uses these settings, so they're kind of obsolete now. However, instead of just removing them, we're providing a warning that they will be removed. Here's a reference in the documentation regarding this https://doc.arcgis.com/en/arcgis-online/create-maps/set-options-for-apps.htm Hope this helps, Mike
... View more
03-20-2019
03:45 PM
|
2
|
5
|
2817
|
|
POST
|
There is an issue displaying the default value on the Field Details page. It always shows none currently. This will be addressed in our next update, later this month. Adding a new field and configuring a default value will not set that default to all existing rows in the layer. You can calculate the field if you want to set a value. The default value will appear in the popup when adding a new record. Note, however, that you can override the field's default value by defining a different one when defining a feature template for editing. Mike
... View more
03-12-2019
10:42 AM
|
2
|
5
|
5869
|
|
POST
|
Kevin MacLeod - Regarding trying out the ArcGIS Platform, there are different ways to do this: Create a public account. You get a certain amount of capability for free. If you decide you like the platform, you can purchase a subscription. At that time, it is possible to use your public account to sign in to your new organization and bring your stuff with you. Sign up for a free trial. You have to navigate our marketing pages for ArcGIS Online, but you can eventually get to this page: ArcGIS Trial | Free 21-Day Trial . After the trial period ends, you can purchase a full subscription. For this option, you can't sign in with an existing public account. Sign up for a free developer account. ArcGIS for Developers . This gets you some capability for free and allows you to experiment and build apps.Pricing | ArcGIS for Developers If you're working with a school, the school can get a free organizational subscription through the Schools Mapping Software Bundle for Grades K-12 | ArcGIS for Schools . Unfortunately, there isn't a way for students who have graduated to take their stuff with them out of the organization other than the save as method mentioned above, which only works for web maps. Related to wanting multiple people to have control over items, you can create a shared access and update group for members within your organization. This allows anyone in the group to edit the content of the group as if it was theirs. This only works within a single organization, not across organizations. Also, you need to have administrative privileges to create such a group. Members in the group don't need to be administrators. Hope this helps. Mike
... View more
02-22-2019
04:55 PM
|
2
|
1
|
6638
|
|
POST
|
Zorba Conlen At the next update of AGOL, you will see a new option that allows you to use the default style set on the layer. Your feedback helps make AGOL better! Mike
... View more
01-31-2019
02:03 PM
|
5
|
2
|
7584
|
|
POST
|
WebGL (Web Graphics Library) is a JavaScript API used to draw 2D and 3D graphics in a web browser. The ArcGIS JavaScript API 3.x and 4.x use WebGL to draw some layers. The short answer You've reached the limit of the number of layers you can add to your map for layers that utilize WebGL. The longer answer The web browser has a limit of about 16 WebGL Contexts and the ArcGIS JavaScript API 3.x, upon which the map viewer is currently built, utilizes one context per layer. A vector tile layer will always utilize a WebGL context and a feature layer may utilize a WebGL context (if editing is disabled, there are no labels and a few other things AND a context is available). To maximize the use of WebGL contexts, I think you can add the vector tile layers first. So, the limit will be 16 vector tile layers. The long term solution When the map viewer is redesigned using the JavaScript 4.x API--which utilizes WebGL contexts differently--you won't encounter this limit. Mike
... View more
12-18-2018
03:43 PM
|
6
|
5
|
11266
|
|
POST
|
Would creating a view layer with alternate editing privileges work? For example, if contractors are not allowed to delete features, then you create a view layer that points to the original layer's data source that removes that privilege. For others who are allowed to delete features, they would continue to access the existing layer. Here's the granularity of editing privileges you can set. Create hosted feature layer views—ArcGIS Online Help | ArcGIS This approach may be better than a notification because it would prevent deletion in the first place. Hope this helps, Mike
... View more
12-12-2018
09:54 AM
|
2
|
1
|
1735
|
|
POST
|
We can add a new option to revert layer drawing back to the layer's default style when the styling has been overridden in the map. I've written this up and we'll see if we can get it into the next release. Thanks, Mike
... View more
12-12-2018
09:46 AM
|
5
|
1
|
5061
|
|
POST
|
When you add a map service to a web map, the server that hosts that map service draws an image of the service and returns that image to the client to draw as part of the web map. The labels are part of the image, thus you see them in the web map. When you single out a particular sublayer in your map service, the server no longer draws an image to return to the client. Instead, the server just returns the geometric coordinates of the features in the sublayer. It's now up to the client to draw the geometries based on the returned coordinates. In this scenario, there are no labels. AGOL does have an ability to draw labels on features, but doesn't have the sophistication of what Desktop can do. Thus, if you need advanced labeling, you'll need to stick with your map service. Mike
... View more
12-11-2018
09:13 AM
|
0
|
0
|
1986
|
|
POST
|
Field visibility in the table is controlled by the pop-up configuration. By making a field visible in the popup, it will appear in in the table. See if this helps. Step 5a Configure pop-ups—ArcGIS Online Help | ArcGIS Mike
... View more
12-06-2018
02:05 PM
|
1
|
0
|
6687
|
|
POST
|
Chuck, I'll pass along your comments. About a year ago, we did increase the limits for uploading shapefiles. This is from the documentation. Shapefiles—ArcGIS Online Help | ArcGIS The shapefile must be less than 10 MB in size and have less than 4,000 point features or 2,000 line or polygon features. If the file is too large, generalizing the features will often reduce the overall size and allow the shapefile to be added to the map. If that doesn't work and you have publishing privileges in your organization, it is recommended that you publish shapefiles that exceed these limits as a hosted feature layer. My understanding is that we've kind of reached the limit on the amount of data we can store inside a web map. Storing all of that data inside the map makes the map quite large. That 10 MB shapefile is stored as plain text (JSON) inside the web map and probably yields an even larger map than the original shapefile. That map has to be downloaded to run on the device. Maybe it could perform OK on a PC on a fast internal network, but, for example, downloading that to a mobile device would likely be slow. You say that people download parts of your data. Is your data hosted in AGOL? Are there some common areas or parts of your data that many clients might be interested in using? One idea is to create view layers from a hosted feature layer. View layers can define a subset of features and attributes from the original layer. So, given your source data, you might make several view layers that are subsets that people frequently use. Create hosted feature layer views—ArcGIS Online Help | ArcGIS Set hosted feature layer view definition—ArcGIS Online Help | ArcGIS Hope this helps, Mike
... View more
11-30-2018
01:29 PM
|
0
|
1
|
746
|
|
POST
|
Hi Chuck, Esri has continually advanced our performance and drawing of hosted layers since the original post in 2012. For example, we've continually evolved how we request large amounts of features from large hosted feature layers, we leverage client side, server side and CDN (Content Delivery Network) caching, and can use WebGL (Web Graphics LIbrary) when drawing layers. Here are a few blog posts I found that describe these enhancements. https://community.esri.com/community/gis/web-gis/arcgisonline/blog/2017/10/17/so-you-want-to-display-a-bazillion-features-on-the-web-a-technical-approach-to-large-feature-datasets Scalable hosted feature layers in ArcGIS Online: Tile queries and response caching FeatureLayer rendering: taking advantage of WebGL in 2D From your post, it seems like you may be loading shapefiles and CSV files directly into web maps. While we have made some performance improvements over the years to increasing the size of shapefiles stored in web maps, we will never be able to get the same level of performance as we do with hosted feature layers. It's just not technically possible. Is there something preventing you from publishing your data as hosted layers? This is really the recommended way to go. Mike
... View more
11-29-2018
10:15 AM
|
0
|
1
|
4523
|
|
POST
|
Sorry, I misunderstood your post. The arcade expression I suggested will not work in HTML. Mike
... View more
11-16-2018
09:20 AM
|
0
|
0
|
3076
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-16-2011 09:47 AM | |
| 1 | 03-22-2024 09:18 AM | |
| 1 | 03-20-2024 05:07 PM | |
| 1 | 03-20-2024 01:52 PM | |
| 2 | 03-20-2024 03:51 PM |
| Online Status |
Offline
|
| Date Last Visited |
4 weeks ago
|