Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeTschudi committed Jun 22, 2017
2 parents 3c153a5 + 8be22c6 commit 0841fc6
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
Binary file modified PhotoSurvey.tbx
Binary file not shown.
2 changes: 1 addition & 1 deletion js/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"source": "dbd49c155bf249f79bf1e518d56dbbb2",
"folderId": "052b07ec56b3462c943adcc6959354ec",
"values": {
"webmap": "f6a4a4c4252c44029b9f41bde775154f",
"webmap": "3a1d33996b0c480b9e34b3221a80ebeb",
"splashBackgroundUrl": "images/splash.jpg",
"useWebmapOrigImg": true,
"includeOverviewMap": false,
Expand Down
8 changes: 4 additions & 4 deletions loadphotopoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@author: bus
@contact: [email protected]
@company: Esri
@version: 1.0.0
@version: 1.3.0
@description: Photo Survey Tool to load photos
@requirements: Python 2.7.x or higher, ArcGIS 10.2, 10.3.x, 10.4 (also ArcGIS Pro)
@copyright: Esri, 2015
Expand Down Expand Up @@ -523,7 +523,7 @@ def shift_photopoints(in_features, x_shift=None, y_shift=None):
if CameraInput == 'Associate Geotagged Photo with Point (photo has location)':

arcpy.AddMessage("Step 3: Adding application required fields")
arcpy.AddField_management(ParcelPointHelper, "BSTPHOTOID", "TEXT", "", "", "5", "Best Photo Identifier", "NULLABLE", "NON_REQUIRED", "")
arcpy.AddField_management(ParcelPointHelper, "BSTPHOTOID", "TEXT", "", "", "25", "Best Photo Identifier", "NULLABLE", "NON_REQUIRED", "")
arcpy.AddField_management(ParcelPointHelper, "SRVNAME", "TEXT", "", "", "25", "Surveyor Name", "NULLABLE", "NON_REQUIRED", "")
arcpy.AddMessage("Step 4: Finalizing photo survey feature class")
arcpy.AddMessage("Step 5: Creating Photo Attachments")
Expand All @@ -548,7 +548,7 @@ def shift_photopoints(in_features, x_shift=None, y_shift=None):


arcpy.AddMessage("Step 3: Adding application required fields")
arcpy.AddField_management(ParcelPointHelper, "BSTPHOTOID", "TEXT", "", "", "5", "Best Photo Identifier", "NULLABLE", "NON_REQUIRED", "")
arcpy.AddField_management(ParcelPointHelper, "BSTPHOTOID", "TEXT", "", "", "25", "Best Photo Identifier", "NULLABLE", "NON_REQUIRED", "")
arcpy.AddField_management(ParcelPointHelper, "SRVNAME", "TEXT", "", "", "25", "Surveyor Name", "NULLABLE", "NON_REQUIRED", "")
arcpy.AddMessage("Step 4: Finalizing photo survey feature class")
arcpy.AddMessage("Step 5: Creating Photo Attachments")
Expand Down Expand Up @@ -613,7 +613,7 @@ def shift_photopoints(in_features, x_shift=None, y_shift=None):
arcpy.AddMessage("Step 10: Cleaning up staging geodatabase")

arcpy.AddMessage("Step 11: Adding application required fields")
arcpy.AddField_management(ParcelPointHelper, "BSTPHOTOID", "TEXT", "", "", "5", "Best Photo Identifier", "NULLABLE", "NON_REQUIRED", "")
arcpy.AddField_management(ParcelPointHelper, "BSTPHOTOID", "TEXT", "", "", "25", "Best Photo Identifier", "NULLABLE", "NON_REQUIRED", "")
arcpy.AddField_management(ParcelPointHelper, "SRVNAME", "TEXT", "", "", "25", "Surveyor Name", "NULLABLE", "NON_REQUIRED", "")
arcpy.AddMessage("Step 12: Finalizing photo survey feature class")

Expand Down
15 changes: 15 additions & 0 deletions oauth-callback-twitter.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--
| Copyright 2015 Esri
|
| Licensed under the Apache License, Version 2.0 (the "License");
| you may not use this file except in compliance with the License.
| You may obtain a copy of the License at
|
| http://www.apache.org/licenses/LICENSE-2.0
|
| Unless required by applicable law or agreed to in writing, software
| distributed under the License is distributed on an "AS IS" BASIS,
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
| See the License for the specific language governing permissions and
| limitations under the License.
-->
<title>OAuth Popup Callback</title>
<style type="text/css">
html,
Expand Down

0 comments on commit 0841fc6

Please sign in to comment.