|
POST
|
Did you try and disable editor tracking before performing the bulk update then enable tracking again? Enable or disable editor tracking
... View more
01-11-2023
05:00 AM
|
1
|
6
|
4560
|
|
POST
|
@RaghadAbulail Take a look at the following video: Creating a Tiled Map for ArcGIS Online The video explains the process of creating a mosaic, defining a clip frame, exporting the tile cache and generating a TPK/TPKx. Some of this you have already completed.
... View more
01-11-2023
04:50 AM
|
0
|
0
|
2159
|
|
POST
|
@JohnHindle7 , Are you just using ArcGIS Online or are you using ArcGIS Image for ArcGIS Online? It is my understanding ArcGIS Online can only host mosaic imagery for visualization as a tiled map service. ArcGIS Image for ArcGIS Online is required to expose the underlying data for analysis from a mosaic dataset as an image service.
... View more
01-08-2023
05:43 PM
|
0
|
1
|
1317
|
|
POST
|
Is it possible one of your field names is a reserved word? Each DBS has there own set of reserved words. MySQL Reserved Words ESRI File Geodatabase Reserved Words MS SQL Reserved Words ORACLE Reserved Words PostgreSQL Reserved Words MS Access Reserved Words Also make sure none of your field names start with an underscore. I was not aware of that one until recently. You note 5 fields of ~45 work, try groups of fields until you get an error. Then look for possible issues in that group. Note, there may be more than one field that has an issue. If you can post a list of the ~45 fields it, may be helpful for for someone to review them.
... View more
01-08-2023
03:58 PM
|
0
|
1
|
2588
|
|
POST
|
@RobertHavens , 1) Right click on the patch file and go to Properties. Make sure it is not blocked as a coming from another source. If it is blocked there will be a note at the bottom of the properties with an "Unblock" check box. 2) copy the patch file to the system locally, do not run from a network share. 3) try running the file "As Administrator"
... View more
01-08-2023
02:53 PM
|
0
|
1
|
1651
|
|
POST
|
I have seen this occur when accessing data and using projects saved on network shares. You do not indicate how the data is stored - such as fGDB, Enterprise GDB, shapefiles etc. Most commonly seen when PGDB, shapefiles or needed file being either write protected or located in a directory where the user does not have the permission to edit. Are you using mapped drives or FQDN paths to the data? I typically only use FQDN for anything I will be sharing with others. I have too often ran into issues with drives being mapped differently between users and causing issues Try moving the template (not the data) to your local system and see if the issue persists. You may need to remap the data paths in the template and I recommend FQDN. Regarding a size limit for project templates. A template does not actually contain the data but references to the data. There should not be any issues with the template size. However, there may be an issue with where the template is pointing to access the data or permissions.
... View more
01-08-2023
01:37 PM
|
0
|
0
|
1030
|
|
POST
|
As CSV file does not have coordinates unless there is a column with x,y or lat,long. The file you provided had river mileage for which you could determine coordinates.
... View more
01-08-2023
07:27 AM
|
0
|
0
|
4880
|
|
POST
|
We ran into the same situation trying to create a Custom 3D Model Mark for Point Symbology. I do not have access to 3DS Max, but we tried COLLADA, OpenFlight, and Wavefront with the same results as you - nothing upon adding the 3D shape to a style. Sorry, I do not have an answer, but after three days of trying to get it to work, I am not giving up.
... View more
01-07-2023
05:39 PM
|
0
|
0
|
1280
|
|
POST
|
@graharg_MAO , It appears your transverse file is malformed. 1) On line 1, invalid characters are embedded in the file. Open the file and save it as TXT with UTF-8 encoding. The header is incorrect for the data presented. DT should be QB and DU should be DMS. Also, on line 108, the traverse is noted as "DD S12-72-0E 2.57". The center value cannot be over 60 minutes. Delete or correct the transverse. Please try the attached updated file.
... View more
01-07-2023
04:59 PM
|
0
|
0
|
4155
|
|
POST
|
@AlexanderZirilli, A CSV file is just a table and a TIFF is a raster image with data in each cell (pixel). You will need to convert your tabular data to points then you can generate a raster from the point data. Depending upon your licensing level you could use Point to Raster (Conversion) You would need to correlate the River MILE column to a lat/lon then convert the CSV to points using XY Table To Point (Data Management) You may want to generate rasters for each year and then Create a mosaic dataset containing raster data from multiple dates. Either way, these raster (TIFF) files can be consumed by RasterCellIterator.
... View more
01-07-2023
01:58 PM
|
2
|
0
|
4907
|
|
POST
|
ArcGIS has multiple 3D style sets that allow the placement of 3D point symbology such as the 3D Street Furniture style depicted below. We have built our own style set from the available ESRI data and incorporated them into our GIS. Recently I have attempted to extend our 3D symbology to include custom symbology using 3D shapes, with no success. We created new 3D shapes using COLLADA (.dae), OpenFlight (.flt), and Wavefront (.obj) models. We also downloaded a few simple 3ds Max (.3ds) files for testing, we do not currently have access to 3DS Max. The shapes render great in their respective apps but nothing is displayed when importing the files into ArcGIS Pro as a 3D model mark and no error messages. What is the proper workflow and software to create a custom 3D model mark for use in ArcGIS Pro?
... View more
01-07-2023
06:27 AM
|
3
|
0
|
1591
|
|
POST
|
I am using WAB v2.25, with the Search widget. 1) Is it possible to configure the ESRI World Geocoder to return only the street address and not the City, State, ZIP, and Country? 2) Where is the HTML formatting applied to the SuggestionsNode in the code for the search widget? I thought I was around line 764 in the widget but that is only for the SearchMenu
... View more
10-05-2022
12:16 PM
|
0
|
0
|
686
|
|
POST
|
Jonah, Thank you for the quick reply. You had my hopes up for being able to publish an Image Service from a Map. Related, I noted a lot of Python references in the ArcGIS Pro 2.8+ documentation that are not in the correct format. For example, the Create Mosaic Dataset parameters indicate "arcpy.management.CreateMosaicDataset()" but the proper formate is "arcpy.CreateMosaicDataset_management()".
... View more
09-29-2022
01:52 PM
|
0
|
1
|
1964
|
|
POST
|
We utilize the basemap widget in our application generated from WAB 2.24. We currently have many years of imagery that are hosted on our ArcGIS Servers as individual Image Services for each year. We have generated a derived Mosaic dataset with all the imagery together in one Image Service. However, I have not been able to figure out how to update the URLs in the basemap widget to include a query to limit the data to a single year. Typically, each base map pointed to its appropriate year's Image service and works great. https://<gis_server_url>/server/rest/services/ortho_2003/ImageServer https://<gis_server_url>/server/rest/services/ortho_2005/ImageServer etc. However, we would like to host all the imagery on a single service and filer the data by year. This works great in maps and other components but I have not been able to figure out how to add each year's url to the basemap widget. I tried adding a query to the url but cannot get the widget to accept the path. https://<gis_server_url>/server/rest/services/ortho_2005/ImageServer/query?where=Year=2005&f=json I also tried publishing the Mosaic as a MapService but the widget will not accept the layer identifier or layer index. https://<gis_server_url>/server/rest/services/ortho_2005/MapServer/2 Both ImageService and MapService URL will display alone; however, it displays everything. Are there any other options that can be utilized as a basemap that would allow filtering by year?
... View more
09-29-2022
11:25 AM
|
1
|
0
|
746
|
|
POST
|
I am publishing an image service from ArcGIS Pro to a standalone ArcGIS server with Image Server. Per the workflow in the ESRI guidance "Publish an image service", the following is outlined. However, when I select Publish > Image Service, I do not have the option to select a "Map" from the project only rasters. Am I missing something simple? However, if I select to publish a Map Service, I can then select the map from the project and publish a Map service.
... View more
09-29-2022
09:31 AM
|
0
|
3
|
1999
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-16-2019 05:49 PM | |
| 1 | 06-11-2025 03:32 PM | |
| 1 | 12-26-2023 09:15 AM | |
| 1 | 12-29-2023 10:06 AM | |
| 1 | 03-02-2023 05:52 AM |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|