|
POST
|
Keagan, If you have an advanced license you can use the near table tool to work out the angles between your points that you can then use to rotate your symbol as per option one. Because the tool calculates the distance, angle between every point to every other point, you will need a common field for your two points used to denote the front of one of your footprints to use after the near analysis has run. You can select those points where the common field is the same value. hope that makes sense regards anthony
... View more
10-02-2014
09:22 AM
|
0
|
5
|
1967
|
|
POST
|
William The term you are after is resample have a look at the help here: ArcGIS Help 10.1 regards Anthony
... View more
09-24-2014
11:25 PM
|
0
|
1
|
888
|
|
POST
|
Question answered by an email from Esri today: 'If you do not have access to an ArcGIS Online Organizational subscription, you can access Web AppBuilder for ArcGIS through Portal for ArcGIS 10.3 Prerelease (coming soon). Please note that Web AppBuilder for ArcGIS available via ArcGIS Online or Portal for ArcGIS does not support custom widgets and themes. If you want to create an application by extending or customizing Web AppBuilder for ArcGIS, you should continue to access the Web AppBuilder for ArcGIS (Developer edition) through this Beta.'
... View more
09-24-2014
02:24 PM
|
0
|
1
|
1124
|
|
POST
|
All AGOL enthusiasts Loving the Web App builder that was released with the AGOL update last night. Does any body know if there is / will be the capability to add custom widgets to the online builder Regards Anthony
... View more
09-24-2014
02:18 AM
|
0
|
2
|
3718
|
|
POST
|
Yousof, I not familiar with the silverlight api so all I can do is point you towards some examples, both of these look like they are using dynamic map services: http://resources.arcgis.com/en/help/silverlight-api/concepts/#/Identify_task/01660000001m000000/ https://community.esri.com/thread/4548 Sorry Anthony
... View more
09-24-2014
12:23 AM
|
1
|
0
|
2190
|
|
POST
|
Tim, you can keep everything inside your own organisation private. When you say gallery do you mean the scrolling items on the home page or the content under the gallery tab? both of these can be configured to look at a particular private group within your organization, just take note of the following from the help linked above: 'When members of your organization sign out, they see the home page. They will only see the featured content on the home page if you choose a public group. If you choose a group shared only with your organization, the featured content is not visible when the member signs out.'
... View more
09-23-2014
02:29 PM
|
0
|
0
|
2095
|
|
POST
|
Matthew, Is your value in LF not just LT + 1? open your attribute table, right click your LF header and select calculate field. In the field calculator double click your LT column so it appears in the box then manually add + 1.
... View more
09-23-2014
01:49 PM
|
1
|
0
|
1451
|
|
POST
|
At 10.2 there is a tool under data management that allows you to add geometry fields: ArcGIS Help (10.2, 10.2.1, and 10.2.2) this just allows you to automate the exact same process that you have carried out using the calculate geometry function
... View more
09-23-2014
10:09 AM
|
0
|
0
|
753
|
|
POST
|
Tim, When you say ArcGIS online are you talking about a free account or an organisational account, it is possible with the latter, you need to create a group to hold the items, you then share items with that group, in the settings for the Featured Content change it to the group you have created: Configure home page—Help | ArcGIS
... View more
09-23-2014
09:40 AM
|
0
|
1
|
2095
|
|
POST
|
Jessica, I think this can be done through the pop up configuration: 'You can configure pop-ups in ArcGIS Server service layers, hosted feature layers, hosted tile layers, and layers from files. If you are configuring pop-ups for an ArcGIS Server feature layer, you can also set which fields are editable.' not sure if this will work against a csv or if it's only available for a feature service. Configure pop-ups—Help | ArcGIS regards Anthony
... View more
09-23-2014
04:53 AM
|
0
|
1
|
1157
|
|
POST
|
When you create a cache you are essentially flattening your layers into a single png tile, so there is no way turning on and off individual layers once the cache is created. To maintain the ability to turn layers on and off you will need to create a separate cache for each layer. Overlays with need to be cached as .png to maintain the transparent background.
... View more
09-23-2014
04:39 AM
|
0
|
3
|
2883
|
|
POST
|
Ben, The best way would be to to create a boolean variable that you set to true if the field name exists, something like: for fc in fcs: fieldList = arcpy.ListFields(fc) fieldExists = false for field in fieldList: if field.name == "CAT": fieldExists = true if(fieldExists): print fc + " Yes" else: print fc + " No"
... View more
09-23-2014
01:31 AM
|
1
|
0
|
1888
|
|
POST
|
Ben, You need to iterate through each of your fields checking them individually, not tested but something like: for fc in fcs: fieldList = arcpy.ListFields(fc) for field in fieldList: if field.name == "CAT": Do Something..... else: Do Something....
... View more
09-23-2014
12:51 AM
|
0
|
2
|
1888
|
|
POST
|
Erin, The list of supported HTML Tags can be found here: Supported HTML for configuring the website—Help | ArcGIS It says any HTML tags not listed in the table above are not supported and will be filtered out
... View more
09-23-2014
12:17 AM
|
0
|
1
|
3646
|
|
POST
|
Not sure if this is the reason for your error but I seem to recall when I moved from a 9.3.1 server to a 10.1 server the REST inputs required for a buffer to run slightly changed and the output spatial reference had to be specified where it previously didn't. try making sure your outSR is specified.
... View more
09-22-2014
11:24 PM
|
0
|
1
|
646
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-01-2016 01:57 PM | |
| 1 | 02-04-2013 01:05 AM | |
| 1 | 04-11-2013 09:53 PM | |
| 1 | 04-03-2013 09:42 AM | |
| 1 | 07-25-2014 10:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|