|
POST
|
When a hosted feature layer is created, its extent is set to the global extent ((-180, -90) to (180, 90)). This can be changed by changing the hosted feature layer's settings in ArcGIS Online. Obviously, , however, there are many hosted feature layers that aren't global in their scope. Is there a way to automatically set the extent of the hosted feature layer when it's created, such as to the extent of the features in the layer?
... View more
01-17-2017
09:02 AM
|
3
|
6
|
4346
|
|
POST
|
Thank you, Katie. A couple of notes on this: You need to ensure that the group is shared with the organization. I had to repeat steps 4 and 5 a couple of times, but eventually the default Esri basemaps showed up in the Default Basemap dropdown list. Thanks, Jon.
... View more
01-13-2017
04:53 AM
|
0
|
0
|
3279
|
|
POST
|
I am an administrator of an ArcGIS Online organization. I'm attempting to configure the Map for the organization. On the Map tab in the Organization settings, the Basemap Gallery dropdown list contains only "Esri Default", and the Default Basemap dropdown list also contains only "Esri Default". Am I missing something in order to be able to set the Default Basemap for the organization?
... View more
01-10-2017
10:54 AM
|
0
|
5
|
4528
|
|
POST
|
I've created a model that iterates through a folder to find file geodatabases, then exports data changes messages from each file geodatabase using the Export Data Change Message tool. For simplicity, the name each checkout is the same as the name of the geodatabase. I've used an iterator to iterate through each of the file geodatabases in the folder, to get a Workspace variable representing the file geodatabase, and a string variable representing the name of the geodatabase. If I use the string variable representing the name of the geodatabase as the input to the Replica parameter in the Export Data Change Message tool, the tool will not validate and the model will fail. If I manually enter the name of the replica, then the model executes without error.
... View more
11-04-2016
07:43 AM
|
0
|
1
|
1070
|
|
POST
|
I've created a geoprocessing model that uses the Import Message tool in the Distributed Geodatabase toolset. Once the model is complete, I'd like to delete the data changes message XML file used by the tool. However, I get a file lock error when trying to delete the XML file. I've tried adding the Clear Workspace Cache tool to the model before deleting the XML file, but without success.
... View more
11-04-2016
06:58 AM
|
0
|
1
|
904
|
|
POST
|
I've created a model tool that creates an SDE connection file in %scratchFolder%. Once The model is complete, I'd like to delete this connection file to avoid warnings the next time the model tool is run. In ModelBuilder, I don't have the ability to mark the SDE connection file as Intermediate (the item in the context menu is grayed out). I've also tried adding the Clear Workspace Cache tool to the model, without success.
... View more
11-04-2016
06:50 AM
|
0
|
1
|
1205
|
|
POST
|
Hi Jon, Sorry to necro this thread, but I have a question that's closely related: I have a database in SQL Server using the dbo schema. I have a number of users whom I want to allow to edit existing datasets, but not to create new datasets. Let's call these users "editors". When I assign the editor users to the db_datawriter role, they can still create datasets in their own schema. This isn't what I want (in fact, I'd rather these users not have their own schema at all, because all of these schema are displayed in another software tool that we're using, which confuses the user). To remedy this, I changed the default schema for each editor user dbo. This is fine, because it cuts down on the individual user schema in the database. However, when an editor tries to create a new table in ArcCatalog, they get the error message about the user name not matching the schema name. Again, this will confuse users, and what I'd rather have is an error telling the user that they don't have permissions to create tables. Is there a recommended way to set this up (i.e., everything in the dbo schema, editors not allowed to create tables)? Thanks, Jon.
... View more
10-20-2016
06:37 AM
|
0
|
0
|
750
|
|
POST
|
I'm trying to set up a desktop machine with the Database Server for Desktop. After installing SQL Server express, I get to the wizard screen that prompts the user to choose the SQL Server instance name to enable geodatabase storage. The dropdown list of SQL Server instances doesn't show the SQL Server instance that I just created. It only shows another instance on another machine that another user on the machine had previously created / connected to. I can verify that the new service that I created exists and is running, by looking at the Services dialog, and in the SQL Server Configuration Manager. Caveat: The previous user had also previously installed SQL Server Express 2014 and created an instance named SQLEXPRESS, that I removed. Any ideas as to why I can't see the local SQL Server instance? Thanks, Jon.
... View more
09-05-2016
02:06 PM
|
0
|
3
|
2433
|
|
POST
|
Is there a need or interest in the developer community for geodatabase support for common ORM frameworks? Which ORM frameworks do you commonly use? Microsoft Entity Framework? NHibernate? Others? What geodatabase API do you most commonly use? ArcObjects? ArcGIS Runtime SDK? ArcGIS Pro SDK?
... View more
03-11-2016
06:34 AM
|
0
|
1
|
2912
|
|
POST
|
Hi Brian, It turns out that the proxy isn't the whole story ... there are other moving parts as well. I currently have a support incident opened with Esri in order to resolve this. I'll post the results when completed.
... View more
10-05-2015
09:19 AM
|
0
|
1
|
1046
|
|
POST
|
Hi Joe, That's probably true; it may have an impact on the overall market for GIS expertise. However, I don't begrudge anyone who would willingly offer their services for free; it's their choice, after all. I just don't advise it, for the reasons that I mentioned. Jon.
... View more
09-14-2015
12:37 PM
|
0
|
0
|
2497
|
|
POST
|
Hi Mohamed, In my opinion, you shouldn't work for free. Ever. Unless it's for your Mom. Why not? If you work for free, your work won't be valued. If you work for free, people will continue to expect you to work for free. If you're providing something of value to a business, you should be paid for it. If you're looking for experience, you could do some work on your own time on a project that interests you, and make the work available as a portfolio that you can share with others. If your goal is to eventually get paid work in this field, then being able to demonstrate that you have skills that an employer values will get you there -- not unpaid work. Jon.
... View more
09-14-2015
07:57 AM
|
3
|
3
|
2497
|
|
POST
|
Are there any good examples available of using the AttributeInspector widget inside of a custom Operations Dashboard widget? Currently, I've got the AttributeInspector widget inside of the custom widget, but I can't figure out how to get a reference to the feature layer to set it on the LayerInfos property for the AttributeInspector. Here's a snippet of the code that I have so far in my custom widget's JavaScript file: return declare("CustomWidget", [_WidgetBase, _TemplatedMixin, _WidgetsInTemplateMixin, WidgetProxy], {
templateString: templateString,
debugName: "CustomWidget",
hostReady: function () {
// get a reference to the data source configuration
var dataSource = this.dataSourceProxies[0];
var dataSourceConfig = this.getDataSourceConfig(dataSource);
// create the layerInfos
var layerInfos = [
{
'featureLayer': ???,
'showAttachments': true,
'isEditable': true,
'fieldInfos': [
{
'fieldName': 'OBJECTID',
'isEditable': false,
'label': 'OBJECTID'
}
]
}
];
var attributeInspector = new AttributeInspector({
layerInfos: layerInfos
}, document.getElementById("attributeInspector"));
... View more
09-12-2015
09:39 AM
|
0
|
0
|
3066
|
|
POST
|
I'm building a custom web mapping application for a client. The application will be hosted externally to ArcGIS Online, but the application is registered with AGOL. The application will access the client's secured AGOL web map services. I'd like for the user to be able to log in to AGOL, open the application, and not have to log in again. However, each request for a secured resource from AGOL results in a login challenge. I've set up the web proxy to avoid this problem, but it seems that the web proxy allows anyone access to the secured AGOL web map services. So, it seems that my options are: Allow all users access to the client's secured AGOL web map services (hint: not an option). Require users to provide their login information each time a request is made to a secured AGOL service (hint: again, not an option). Am I missing something? Is it not possible to do this?
... View more
09-11-2015
04:04 PM
|
0
|
4
|
4130
|
|
POST
|
Some of the out-of-the-box widgets for Operations Dashboard allow them to be popped out from the side and viewed in an "enlarged view". How can this be accomplished in a custom widget? Is is a property that needs to be set in the manifest?
... View more
09-10-2015
10:10 AM
|
0
|
1
|
2676
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-19-2013 08:18 AM | |
| 1 | 08-13-2015 06:54 AM | |
| 3 | 01-17-2017 09:02 AM | |
| 1 | 03-26-2019 04:52 AM | |
| 1 | 04-08-2015 12:48 PM |
| Online Status |
Offline
|
| Date Last Visited |
12-10-2020
03:10 PM
|