|
POST
|
Does anyone have an OGC API for real estate? I have been scouring around and find indications that the data is available free of use. But cannot find the API itself
... View more
05-03-2022
03:09 PM
|
2
|
0
|
624
|
|
POST
|
If you select all values from the domain to table table it should literally be one copy, one paste COPY PASTE Though it may work easier to create your metadata description in Word and then paste it all at once.
... View more
05-03-2022
08:55 AM
|
0
|
1
|
2721
|
|
POST
|
Open your Survey in Survey123 Connect. Select the ellipses on the left side and Choose Open in Survey123 Web App. When it opens press <ctrl-p> to print it.
... View more
05-03-2022
06:12 AM
|
0
|
0
|
773
|
|
POST
|
Not certain if this will help. I had a project were the Field Crew Lead wanted all photos taken transferred to to a specific drive. This script would copy all attachment's and transfer them to a directory on my C: drive For the inTable you will want to change database name to your specific database name. Essentially making a path direct to the attachments table. I saved this as a python script so I could run it every Monday. I don' t know if you will be able to plop them direct into a One Drive folder but you could send them to your C: drive and then combine the script in a .bat file to copy them direct to One Drive. However, all that aside. You should try to convince the end users to use a Dashboard import arcpy from arcpy import da import os inTable = "Database Connections\\<database name>.sde\\GIS.SitePhotos_WORKGROUPS__ATTACH" fileLocation = "C:\Photos700\ExtBTS" with da.SearchCursor(inTable, ['DATA', 'ATT_NAME', 'ATTACHMENTID']) as cursor: for item in cursor: attachment = item[0] filenum = str(item[-1]) + ".jpg" filename = filenum open(fileLocation + os.sep + filename, 'wb').write(attachment.tobytes()) del item del filenum del filename del attachment
... View more
05-03-2022
05:56 AM
|
2
|
0
|
2120
|
|
POST
|
Check to make sure all the lat lon have values filled in
... View more
05-03-2022
05:46 AM
|
0
|
1
|
1200
|
|
POST
|
I believe it is not so much an issue with the Dashboard itself but the display settings on other computers. You should have Scale and Layout set to 100% on the system you create the dashboard on, and users should have Scale and Layout set to 100% I had the same issue with dashboards and Web Mapping Applications.
... View more
05-03-2022
05:43 AM
|
2
|
0
|
5280
|
|
POST
|
Sorry but I will not open a random .zip file on my computer. I would simply create a database and a dataset and use Web Mercator for the coordinate system. Then import both into the feature dataset. That should properly convert both features into the same projection.
... View more
05-03-2022
05:37 AM
|
1
|
1
|
5732
|
|
POST
|
Not a direct method. However, you can do it by using the Domain to Table function and exporting the domain to a table. Then open that table and copy the Domain values and pasting them into the Metadata
... View more
05-03-2022
05:33 AM
|
0
|
3
|
2737
|
|
POST
|
If you are trying to join string fields together make sure your .csv file does not have a length greater than 255 If it does then technically even though it is still a string but it is a type not supported. One way to determine that is to import the .csv into a database and look at the properties. .csv fields can have up to 32767 characers.
... View more
05-03-2022
05:29 AM
|
0
|
0
|
4232
|
|
POST
|
iOS is up to 15.4.1 but that should not make any difference. Though sometimes iOS does not allow older versions of software to work. But not your issue either. AGOL or Portal? Have them try a speed test in the field. What are your phones pulling. 2g, 3g, 4g, 5g We are in the process of replacing all of our vehicle tracking modems because they are all 2g. In part of the country more and more cell towers are being upgraded to 5g and that could be a factor I know on computers having less than 15% HDD/SSD space can be an issue. My strongest speculation would be that something is wrong with your web map or the server that is pushing it. We are on Portal so we have a good handle on our end. Harder to speculate with AGOL. By any chance did your company change their data plan to slow down data after you reach the limit. I would also try taking your phone to a place where you have good Wi-Fi. Turn off data and see if you have the same problem. How old are your iPads? I doubt if that would be an issue unless your iPads won't let you upgrade to a newer version. Popular rumor has it that Apple degrades the functionality of their devices after a certain time frame.
... View more
04-28-2022
11:41 AM
|
0
|
0
|
5270
|
|
IDEA
|
We have an application I developed to facilitate getting AS Built drawing updates back from the Field Crews to the Engineers. They take photos of drawing changes and hit submit. Savings of 3 or 4 days per drawing issue. This makes the dashboard useless for this application. Fortunately I had instructed the Engineers to make a bookmark in their browser which still works to show the Dashboard Classic. I also have a number of other dashboards that rely on attachments.
... View more
04-28-2022
05:55 AM
|
0
|
0
|
2894
|
|
POST
|
iOS, on iPhone. It may also be important to note we are in 10.9.1 and using Portal and not AGOL There is also a warning message that says "Input type will display as a combobox for templates without a default value: I have triple verified that all the associated fields have a default value and that they have a "No" value already. Field Maps is the newest version.
... View more
04-27-2022
05:23 AM
|
0
|
0
|
1467
|
|
POST
|
I started using attribute driving formatting for labels. Works pretty well for when he have a number of features in the same class but need to be formatted slightly different. Just write one line of code and have it displayed by attributes. We don't use it widely yet, but when we get our system in Utility Network we will us it a lot more.
... View more
04-25-2022
12:37 PM
|
0
|
0
|
8487
|
|
POST
|
In my code example I a //return. when I remove the // it returns the value I am looking for. It just is not working on the pop up with the html markup I show at the bottom of my example. This works in a dashboard.
... View more
04-25-2022
12:26 PM
|
0
|
0
|
8489
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-01-2026 11:42 AM | |
| 1 | 01-27-2023 07:28 AM | |
| 1 | 05-05-2026 06:56 AM | |
| 1 | 02-26-2020 07:13 AM | |
| 1 | 11-04-2019 09:14 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-02-2026
05:27 AM
|