|
POST
|
Click your Properties button to the right of your printer name. You dialog will look different than mine unless you have the same printer but there should be an option to select a custom size and name it. You can name it A1 However, I am surprised you do not have A1 as an option. Each of our plotters has A1 as a paper size. If you don't have the plotter selected that might be your issue. You may need to set it up as a PDF. That also will show A1 as a default size
... View more
02-05-2018
11:23 AM
|
1
|
0
|
2925
|
|
POST
|
A date field as formatted will always include the date and time. Go to your web map Go to the feature that has the date field. Select Configure Pop Ups Choose the Configure Attributes option Navigate to your date field and select it. You will see options for the Date field. Uncheck Show Time
... View more
02-05-2018
08:49 AM
|
1
|
3
|
1226
|
|
IDEA
|
Actually almost never use the select by options shown above. I am talking about a different version of the Edit Tool Most of them are redundant versions of the Edit Tool. And they will all select everything that is selectable. It would be a modification to each of those. Say I use the Select by rectangle. My tool would still select by rectangle (just like the edit tool) but would only select features.
... View more
02-02-2018
05:49 AM
|
0
|
1
|
1200
|
|
IDEA
|
Quite often when editing in our Electric Networks it is often desirable to select only Point features or select only Line Features. For the most part though it would be great to select only Points. What I would like to see is a Select Points tool. Well rather a different one. There is a Select Point Tool and its description pop up says Select a Point on the map. But it always is grayed out and there does not seem to be further documentation on it. So I would like to see a tool called something like Select Points Only that I could assign a hot key to.
... View more
02-01-2018
07:42 AM
|
1
|
3
|
1322
|
|
POST
|
We are just starting out a new project using Collector. Our field techs will be taking 3 to 15 photos per job per site. I am using the Python script to import the photos to my local drive. import arcpy from arcpy import da import os inTable = arcpy.GetParameterAsText(0) fileLocation = arcpy.GetParameterAsText(1) with da.SearchCursor(inTable, ['DATA', 'ATT_NAME', 'ATTACHMENTID']) as cursor: for item in cursor: attachment = item[0] filenum = "ATT" + str(item[2]) + "_" filename = filenum + str(item[1]) open(fileLocation + os.sep + filename, 'wb').write(attachment.tobytes()) del item del filenum del filename del attachment
I modified it to point directly to our drives.
The issue we are going to have is all the photos are coming in as a landscape orientation.
Even if the techs are taking the photos in portrait with their phones.
All our techs are using iPhone 6 or 7
Is there a setting that can be added to the script to leave the orientation as it was taken?
If we had the techs take all their photos with their phone in a landscape position that would work fine.
... View more
01-29-2018
06:12 AM
|
0
|
0
|
760
|
|
POST
|
Actually what can be more of a determining factor is what software you use to model you electric system. Most of my clients use NISC for their model so I keep all of their GIS in the NISC datamodel.
... View more
09-18-2017
09:58 AM
|
0
|
0
|
1872
|
|
POST
|
Personally I have never heard of the Parcel Drafter Widget. Who developed and distributed it? I enter most of my parcels by using CTRL-A and CTRL-L (angle and length)
... View more
09-18-2017
09:45 AM
|
0
|
0
|
1694
|
|
IDEA
|
most likely the limitation is derived from the need to make online mapping work faster. the more font options allowed the more variables and the slower things will get.
... View more
06-06-2017
09:27 AM
|
0
|
1
|
1928
|
|
POST
|
to be honest. Saw the webanar the other day. probably never going to touch it.
... View more
04-21-2017
11:33 AM
|
0
|
1
|
2183
|
|
IDEA
|
I have created all of my ArcGIS online feature services in ArcMAP and published them. The features come from SDE. We save all of our MXD's in a cache directory so all the GIS Techs can access them. You can open the MXD and edit just like you want to as it is using ArcMap Essentially whatever program you use to build and publish should allow you access to editing if your set up correctly. However, it is best to NOT give everyone access to this power.
... View more
03-28-2017
08:07 AM
|
0
|
1
|
2215
|
|
IDEA
|
I wrote that when using an older version. I have not tried data loader in 10.5 yet.
... View more
03-22-2017
05:26 AM
|
0
|
0
|
1342
|
|
IDEA
|
I wrote that when using an older version. I have not tried data loader in 10.5 yet.
... View more
03-22-2017
05:26 AM
|
0
|
0
|
1026
|
|
IDEA
|
Kory Kramer that is in essence exactly what I am looking for. Say have it in new tool bar with several check boxes. Example (based on Electric use for the example) When you have box one checked it is set to snap only to the endpoints of Primary Overhead and service points and only electric features are selectable Click on box 2 and box one turns off and snap settings are changed to snap to the edges of roads or row and only land base features are selectable.
... View more
03-15-2017
05:46 AM
|
0
|
1
|
1281
|
| 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
|