|
POST
|
HI Stephanie Kozlowicz It appears that the top image is generalized whereas the bottom image is not generalized. To determine what is causing the issue, we'll need to know more about your workflow. When you are adding a file directly to the web map, you will be asked if you want to generalize the data or not. If you want to keep the data detailed, I suggest not selecting the generalize data option. Feel free to share your data or contact Esri Technical Support if you want to look into this specific issue further. -Kelly
... View more
11-16-2016
03:43 PM
|
1
|
0
|
1313
|
|
POST
|
Hi Pieter, It looks like the issue is with the drop box link. The one you shared has a ?dl=0 appended to the end. This isn't a link directly to the image but is a link to the download page. (See this article for the details). In order to point directly to the image, change the dl=0 to raw=1: https://www.dropbox.com/s/ck3vigzzshlhgv5/bomen_legenda.png?raw=1 If you were to add the image in ArcGIS for Desktop and publish the feature service, the symbology would be copied to ArcGIS Online as part of the feature template. Additionally, check out this idea on the ideas site, it seems to be similar to the workflow you are using https://community.esri.com/ideas/6835 -Kelly
... View more
11-16-2016
01:03 PM
|
2
|
1
|
1886
|
|
POST
|
There aren't any configurable apps that currently have this functionality. Check out the following blog that links to a sample that has this functionality:https://community.esri.com/message/639940-app-that-allows-the-user-to-easily-map-different-variables-from-a-dropdown-list?sr=search&searchId=62335750-3e1c-41e2-b510-c1e00c023337&searchIndex=0 -Kelly
... View more
11-11-2016
12:06 PM
|
2
|
1
|
6932
|
|
POST
|
David Forbuss Try putting the url that you are using in single quotes. This will let the expression builder know that this is a literal string and not a field variable. concat('http://<ipaddress>/BCVSAGIS/RECMAPS',drawing_nu) Cheers, Kelly
... View more
11-11-2016
12:04 PM
|
2
|
1
|
971
|
|
POST
|
As another suggestion to get access to the basemap tiling scheme in ArcGIS Pro, 1. Go to your content and select Add Item from the Web 2. Copy the url for the world topo basemap for the URL, including a title and tags World_Topo_Map (MapServer) 3. In ArcGIS Pro, pick use Existing cached Map/image service and select the new item you created. Make sure that you check out the additional tiles that will be generated when generating tiles down to all scale levels. -Kelly
... View more
11-11-2016
11:18 AM
|
3
|
22
|
7844
|
|
POST
|
Hi Annina, It looks like you have added a Map Service to your ArcGIS Online web map. When you add a map service, it can possible import multiple layers, so has a label for the name of the service, Bird Conservation Regions, and the layer, BCR. To only show the layer in the Table of Contents, add the specific layer to the web map instead of the service. Check out the answer in this post https://community.esri.com/message/591743?sr=search&searchId=25ef8efe-a888-4719-bd31-921b64c9ebe0&searchIndex=0 for an example. -Kelly
... View more
11-11-2016
10:29 AM
|
1
|
2
|
3107
|
|
POST
|
Hi Finnian, When you create a web map that references a service that is hosted on your local ArcGIS Server, the web map makes a request directly to your ArcGIS Server through the rest service, this is why you are prompted for a username and password when the service is secured. The data you will see in the web map will be coming from your database to the server and is then displayed in the web map. Cheers, Kelly
... View more
11-11-2016
10:20 AM
|
1
|
2
|
1397
|
|
POST
|
Hi Brian, Currently, it isn't possible to save customization to the welcome email message. Could you share the sample email that you usually send with me? Private message or [email protected]. Also, please log this idea on ArcGIS Ideas if you have a chance. Thanks, Kelly
... View more
11-11-2016
10:09 AM
|
2
|
0
|
1845
|
|
POST
|
Hi Heather, You can use the nullIf tool for numeric data in using the data calculation tools. If you set the equation correctly, it will result in null values: Work with fields—ArcGIS Online Help | ArcGIS Can you provide some additional information about your workflow? How often do you need to make your fields null? What is the data used for? Thanks, Kelly
... View more
11-11-2016
10:02 AM
|
0
|
0
|
1018
|
|
POST
|
Hi Sergio, It appears that you haven't enabled the show location option on this app: http://www.arcgis.com/sharing/rest/content/items/a8cfc331916641508e4beced9c17ca11/data?f=pjson locationSearchOptions": { "enableMyLocation": false, "enableSearch": true, "enableLatLng": false, "enableUSNG": false, "enableMGRS": false, "enableUTM": false }, Try checking the Select Location by My location button to enable the option. -Kelly
... View more
11-11-2016
09:44 AM
|
0
|
1
|
4322
|
|
POST
|
It looks like your ports layer is a feature collection. In order to add a field to a table, you must use a hosted feature service: Show tables—ArcGIS Online Help | ArcGIS . To publish ports as a hosted feature service, hit save layer in the map viewer, and then navigate to the resulting layer item. A publish window will appear to give you the option to publish as a hosted feature service. (This requires an organization account). -Kelly
... View more
11-08-2016
01:52 PM
|
1
|
1
|
6728
|
|
POST
|
Hi Rob, Have you looked into any of the configurable apps that have twitter functionality built in? Try the Live Map App: Sample or Public Information: Sample -Kelly
... View more
11-08-2016
11:16 AM
|
0
|
0
|
1055
|
|
POST
|
Hi David, Thanks for posting this question. Currently, it isn't possible to set a specific zoom level when using custom url parameters. This is something that is being considered for a future release of the software. Also, consider submitting this idea to https://community.esri.com/community/arcgis-ideas?sr=search&searchId=3661e3cd-062e-4b46-be01-438bf202bad4&searchIndex=0. -Kelly
... View more
11-08-2016
10:13 AM
|
1
|
3
|
2021
|
|
IDEA
|
HI Kristen, Thanks for submitting this idea. What additional functionality are you looking to have with printing? What items need to be printed that currently aren't being printed? Are there updates to the templates that you are looking to try? If you can provide any additional information about where we can improve to meet your printing needs, that would be very helpful. -Kelly
... View more
11-07-2016
03:35 PM
|
0
|
1
|
1255
|
|
POST
|
Hi Edward, The usage functionality isn't currently documented in the REST API. Consider supporting the following idea or creating a new one to have this functionality documented so that you can interact with it using python: https://community.esri.com/ideas/7408 When posting the idea, it's really helpful to include a description of what your desired workflow would be and the desired output. Thanks, Kelly
... View more
11-04-2016
03:14 PM
|
0
|
0
|
2351
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 11-11-2016 10:09 AM | |
| 2 | 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
|