|
POST
|
Ok, for some strange reason, it does not work in ArcMap anymore, or at least, it does only sometimes. Like if when I define the transformation, it does not transform anything, and the list of possible transformation methods get messed up and list duplicated values, and some that weren't there before applying the transormation are now magically listed... I am talking about the DataFrame: Coordinate System tab -> Transformations -> last drop down menu. Well, I really hope I can solve this strange problem in ArcMap, but especially that I will be able to overlap the two services correctly in AGS.
... View more
06-11-2018
08:57 AM
|
0
|
3
|
2836
|
|
POST
|
With the JS API (v. 4.7) I am creating a view which has a spatial reference RDN2008 (EPSG: 6706). I am using this WMS as basemap, which is in this very coodinate system: https://wms.cartografia.agenziaentrate.gov.it/inspire/wms/ows01.php. When I import some mapservers in 102100 (or 3857) to use as my operational layers, they are placed in the right location, except a big shift when zooming in details. This is due to the lack of Datum Transformation. This is one of the mapservers I am using: OT_Demo/ReteAcqua (MapServer). In ArcMap, I can import both the services (the basemap in 6706 and the mapserver in 102100), have the Data Frame SR set to 6706 and then I can define the transformation "RDN2008_To_ETRS_1989_1 + ETRS_1989_To_WGS_1984". This way, the operational layers match the basemap as I'd like (no shift). These are basically two consecutive transformations to my understand: RDN2008_To_ETRS_1989_1 with WKID 6710 ETRS_1989_To_WGS_1984 with WKID 1149 I found these same two Transformations in the ArcGIS REST API, at this page: Datum transformations—ArcGIS REST API: Services Directory | ArcGIS for Developers. Is there a way to controlo which (if any) Datum Transformation the REST API is doing? How can I possibly use one or two consecutive as in my case? It seems not even ArcGIS Online can handle this correctly (it actually reads the WMS used as basemap in 4258, which is one of the options to get the WMS, and no transformation (I see this from the browser dev tools)). If that matters, I am using an ArcGIS Server 10.3.1 but I also have access to a 10.6 although I have not tested this there yet. Thanks in advance for any suggestion.
... View more
06-11-2018
08:16 AM
|
0
|
4
|
3369
|
|
POST
|
Hi Bart-Jan, thanks for your response. in my case I have occasional changes of structure (fields added, removed or renamed). So Truncate and insert are not good, but the idea is interesting. Even an "update registered view" could be an ArcGIS IDEA to be proposed to ESRI...
... View more
05-04-2018
01:54 AM
|
0
|
0
|
2634
|
|
POST
|
An other comment. I'm designing a workflow that will allow us to publish Oracle View, registered with SDE Database, to ArcGIS Server 10.5.1, using an Oracle viewer user, not data owner. it works quite well, but: if a view structure change (Field Names, format, ecc..), Arcgis says the scheme is out of date: is not possible to re-register th view, because appear already registered. without a tool of "Unregister with Geodatabase", we need to clean SDE metadata by commends, this with SDE credentials: DELETE FROM LAYERS WHERE TABLE_NAME = '<MYVIEW>'; DELETE FROM TABLE_REGISTRY WHERE TABLE_NAME = '<MYVIEW>'; DELETE FROM COLUMN_REGISTRY WHERE TABLE_NAME = '<MYVIEW>'; DELETE FROM GDB_ITEMS WHERE name = '<OWNER>.<MYVIEW>'; DELETE FROM GEOMETRY_COLUMNS WHERE F_TABLE_NAME = '<MYVIEW>'; At this time we need to run tool "register with Geodatabase" on changed view (or python automation), this with Oracle OWNER credentials. This is complicated for 40 views... in a system production, I have not found a faster way... Every idea or suggestion is appreciated. Thanks in advance..
... View more
04-26-2018
01:56 AM
|
0
|
4
|
2634
|
|
POST
|
Ok, answered myself: multipatch feature layers cannot be edited. From "Three Tips for Publishing Scene Layers from Feature Layers": Note that multipatch feature layer editing is not supported so you will have to edit the data locally in Pro or ArcMap and overwrite the feature layer.
... View more
04-18-2018
06:25 AM
|
0
|
0
|
2730
|
|
POST
|
Done, I've registered "my_view" with "owner user" and i connect to GDB with "reader user". If I load in arcmap a registered view, layer is created without "Input Extent" Message, but my python script take 40 minutes to change data source of a Layer in MXD from GDB to SDE... (using lyr.replaceDataSource function). I'm checking if Oracle log query extent... Desktop is 10.5.1 and on the same machine there an ArcGIS Server 10.4.1 Any other suggestion? Thanks
... View more
04-17-2018
03:05 AM
|
0
|
0
|
2634
|
|
POST
|
Still fighting against this. Any suggestion? I cannot change the settings of my Feature Layer to "enable edits", because I still receive the same error when trying to save.
... View more
04-17-2018
01:51 AM
|
0
|
0
|
2730
|
|
POST
|
I am trying to change the settings by modifying the service definition associated with it in the REST admin API. I went to https://services1.arcgis.com/.../rest/admin/services/[MY_LAYER]/FeatureServer?token=..., then in AddToDefinition. Here I tried changing: "capabilities" : " Query " to "capabilities" : "Create,Delete,Query,Update,Editing,Sync" but unfortunately I got an error 405 saying "This operation is not supported". Moreover, inspecting the response from the dev tools when clicking the "save button" in the item details (not from REST) this is the message: {"submissionTime":1523615946600,"lastUpdatedTime":1523615946600,"status":"Failed","error":{"code":500,"description":"Editing definition error - Pavia_WSL1"}} I shared the resources publicly, if you want to investigate on the problem. Feature Layer Scene Layer Web Scene Any help would be greatly appreciated. Thanks.
... View more
04-13-2018
03:37 AM
|
0
|
0
|
2730
|
|
POST
|
The error in english is exactly Save wasn't successful. Try again later. I changed the language settings to English to check if this was the cause of the problem but apparently it's not.
... View more
04-13-2018
02:16 AM
|
0
|
0
|
2730
|
|
POST
|
I am experiencing this strange issue. I have a Feature Layer associated with (published as) a Scene Layer. I connect to my AGOL organization as the owner of these layers. I published them automatically from ArcGIS Pro by sharing a web scene with a multipatch layer. Now, I have to enable editing in my Feature Layer, but as I try to activate the option "Enable editing" (in the item detail -> Settings), and save, I always receive the error "Unable to save. Try again." (it's translated directly from Italian, the message in english could look a bit different). I need this to use the layer inside Collector. Any idea why this is happening? Thanks.
... View more
04-13-2018
02:05 AM
|
0
|
4
|
3400
|
|
POST
|
I just read the description in the roadmap post. Scene Layer Editing - The ability to edit or delete feature-centric I3S layers, including 3D Object and 3D Point layers. This will include attribute edits, attribute table edits, symbology, and geometry edits. So it seems it's like I meant it to be. Great news!
... View more
04-12-2018
05:20 AM
|
0
|
0
|
1367
|
|
BLOG
|
Just read that in the post. Scene Layer Editing - The ability to edit or delete feature-centric I3S layers, including 3D Object and 3D Point layers. This will include attribute edits, attribute table edits, symbology, and geometry edits. Great!
... View more
04-12-2018
05:19 AM
|
0
|
0
|
617
|
|
BLOG
|
What does "Editing Scene Layer" imply (I see it in the "Near-term" implementations)? Would it be possible to (e.g.) add a Hosted Scene Layer to ArcGIS Pro, and edit it in a scene view? I opened a thread on this, will update there or here if I receive a feedback. Thanks.
... View more
04-12-2018
03:02 AM
|
0
|
0
|
13802
|
|
POST
|
Sometimes I check the https://community.esri.com/community/gis/applications/arcgis-pro/blog/2018/02/02/arcgis-pro-roadmap for the upcoming features, to see if there's something that can be of interest. In the Febraury 2018 update, I see "Scene Layer Editing" under the Near-term implementation. I am curious about how this will change my usual worflows when dealing with 3d data and publication on the ArcGIS Online portal. Usually, in ArcGIS Pro I prepare a scene with some multipatches and once ready I publish it to my portal through the "Share -> Web Scene" functionality. The things I see in "my content" section of my portal when doing this are: one Feature Layer for each multipatch one Scene Layer with the same name of the Feature Layer for each multipatch one Web Scene with each of the above Scene Layers inside Now, if I have to update my layers, I would need to make my edits in Pro on the original multipatches and then run the "Share -> Web Scene" again. I am wondering if this new "Scene Layer Editing" functionality would permit a direct access to the Scene Layers hosted in my portal in order to add and edit those in ArcGIS Pro without the need to work on the multipatches and make the process of sharing from scratch all the time to update my web scene. Will this be like so? Thanks.
... View more
04-11-2018
02:43 AM
|
0
|
1
|
1592
|
|
POST
|
Hi everybody, sorry to jump in late but here is what I normally do when debugging python toolboxes (it works great!). How to Debug Python Toolboxes in 3 Easy Steps | ArcGIS Blog
... View more
03-26-2018
07:16 AM
|
0
|
0
|
3283
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 01-23-2018 06:39 AM | |
| 1 | 01-31-2018 06:01 AM | |
| 1 | 10-16-2018 03:42 AM | |
| 1 | 10-24-2019 06:05 AM | |
| 1 | 06-26-2017 03:53 AM |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|