|
POST
|
...there are two layers whose pop-ups do work. They are the two layers that are turned on in the table of contents in the original web map. All other layers are turned off by default. Is it possible this has something to do with what pop-ups work and those that do not?
... View more
02-25-2015
10:05 AM
|
0
|
1
|
976
|
|
POST
|
I have a web map that has pop-ups configured for every layer. However, there is a significant number of layers that do not show the pop-up when the web map is brought into Web AppBuilder (developer edition). The pop-ups display when within the web map. Wondering if anyone has any ideas as to why the layers do not show the pop-up once in Web App Builder. I am using ArcGIS Server 10.1 sp1. The map service containing the layers has all operations allowed (map, query, and data). Thanks in advance!
... View more
02-25-2015
09:22 AM
|
0
|
2
|
4835
|
|
POST
|
I'm looking for a way to generate one complete list of all feature classes within all feature datasets inside a gdb. If I execute the script below, it generates multiple lists of feature classes for each dataset within the gdb. Is there a way to combine each of these separate lists of feature classes into one complete list? import arcpy
gdb = r"...path to some gdb"
arcpy.env.workspace = gdb
dsList = arcpy.ListDatasets("*", feature_type="Feature")
dsList.sort()
for ds in dsList:
print ds
...list of datasets...
for ds in dsList:
fcList = arcpy.ListFeatureClasses("*", feature_type="ALL", feature_dataset=ds)
fcList.sort()
print fcList
...separate lists of feature classes per feature dataset... Thanks in advance!
... View more
02-23-2015
06:51 AM
|
0
|
5
|
17571
|
|
POST
|
Got it...you can use the Synchronize Changes tool to sync in both directions. I'm assuming this would be useful if trying to schedule syncing on a regular basis through a model or script. I really appreciate your help with this Jake Skinner !
... View more
02-19-2015
08:08 AM
|
0
|
15
|
3584
|
|
POST
|
Thank Jake...this makes sense and I've been able to successfully set up a replica using the geodata service pointed at the 'child' gdb (B). Would I need a second geodata service for the 'child' (B) to push edits / sync back to the 'parent' (A)?
... View more
02-19-2015
07:43 AM
|
1
|
17
|
3584
|
|
POST
|
In this scenario you're replicating from sde.DEFAULT...I assume this is the 'parent'? When you specify the geodata service as the gdb to replicate to, does the geodata service connect to the child gdb? Can you tell this is something I'm not familiar with?
... View more
02-18-2015
12:32 PM
|
0
|
20
|
3584
|
|
POST
|
Jake Skinner 1) Creating the geodata service is pretty straight forward. 2) This is the step I'm a little confused about. When you say you usually publish the geodata service and then create the replica using the Distributed Geodatabase toolbar, I assume this means you are in ArcMap? How can you access the geodata service in ArcMap?...it's not an object that can be added to ArcMap.
... View more
02-18-2015
11:56 AM
|
0
|
0
|
3584
|
|
POST
|
I'm trying to setup a geodata service and use it as a means for 2-way geodatabase replication. I don't have any problem creating the geodata service from a versioned SDE geodatabase. However, I haven't been able to create a replica geodatabase and I'm not entirely sure why. My goal is to publish a geodata service from a SDE gdb which other entities can use to create a 2-way replica and we can sync our edits back and forth...so as to have a common dataset for editing. Unless I'm mistaken, this should be doable...? I have the following questions about the workflow and was wondering if anyone has experience using a similar approach and could explain their methods? 1) When publishing the geodata service, do you use a versioned connection or a connection to the DEFAULT version? Are there any permissions needed by the user the service is published from other than being able to edit the dataset? 2) What tool in ArcToolbox do you use to create the replica (Create Replica or Create Replica From Server)? Or is there an alternate workflow for creating the replica through ArcMap? 3) Are there any necessary permissions within SDE that I'm overlooking? Environment: 1) SDE = 10.1 2) ArcGIS Server = 10.3 3) RDBMS = SQL Server 2008 R2 Thanks in advance!
... View more
02-18-2015
06:35 AM
|
1
|
25
|
18439
|
|
POST
|
Melita Kennedy - how would I handle feature classes that use attachments then...?
... View more
01-29-2015
01:42 PM
|
0
|
0
|
1137
|
|
POST
|
We have certain datasets that have a XY resolution that makes no sense: 0.000053551048115 ft. We are trying to migrate our data to a new database which has default settings for the XY resolution and tolerance, which is: 0.000328083333333 ft. Using the Upgrade Spatial Reference tool doesn't work because our existing XY resolution is more precise than the default. Is there a way to change/alter an existing spatial reference to a lower precision? Thanks in advance!
... View more
01-29-2015
01:21 PM
|
0
|
2
|
3806
|
|
POST
|
Paul Crickard -- this is helpful. Not the way I was hoping to do it, but it does work as a way of retrieving thousands of records. Thanks for the tip.
... View more
01-14-2015
09:00 AM
|
0
|
0
|
7692
|
|
POST
|
I'm wondering if it's possible to create a script that loops through an ArcGIS Server REST API query in order to retrieve all features contained within the layer? For example, I have a query created that returns the expected results, but it only returns 1000 records...the default value set when publishing the service. Is it possible to loop through the next 1000 records, and the next 1000 records after that until I have all the features within that layer? Thanks in advance!
... View more
01-14-2015
07:09 AM
|
0
|
12
|
18608
|
|
POST
|
I have just placed my first app on our test server using the Web AppBuilder Dev Edition (1st full release, not beta) and went to print from the app. Print looks good and I saved it to my desktop. When I try to open the PDF I get an error, which is shown below. I am using Google Chrome as my browser of choice. I have noticed that if I try saving the PDF a second time it seems to work. If I try using IE and do the exact same thing...print to PDF, save to desktop, the PDF opens fine. Is there a reason saving the PDF from Chrome is a little 'off'...?
... View more
01-08-2015
01:31 PM
|
1
|
7
|
5783
|
|
POST
|
We do keep the locators stored as an object within SDE ... and by that I assume you're asking whether or not the actual locators are stored in SDE...? Keeping the locators in a separate file gdb in a shared drive is not a bad work around since the source data could still point to SDE. Thanks for the suggestion.
... View more
01-06-2015
08:17 AM
|
0
|
1
|
1332
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-21-2025 09:46 AM | |
| 1 | 02-03-2026 09:59 AM | |
| 1 | 03-02-2026 11:02 AM | |
| 6 | 02-18-2026 04:58 PM | |
| 2 | 02-18-2026 05:01 PM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|