This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="agrc-map"> | |
<div style="left: 21%; position: relative;"> | |
<img alt="loader image" src="http://mapserv.utah.gov/LtGovVotingDistricts_Widget/images/loader.gif" style="vertical-align: middle;"/> | |
Loading Map Viewer... | |
</div> | |
</div> | |
<script type="text/javascript" src="http://mapserv.utah.gov/LtGovVotingDistricts_Widget/js/agrc_map.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="agrc-map"> | |
<div style="left: 21%; position: relative;"> | |
<img alt="loader image" src="http://stage.mapserv.utah.gov/LtGovVotingDistricts_Widget/images/loader.gif" style="vertical-align: middle;"/> | |
Loading Map Viewer... | |
</div> | |
</div> | |
<script type="text/javascript" src="http://stage.mapserv.utah.gov/LtGovVotingDistricts_Widget/js/agrc_map.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var params = { | |
url: 'http://dagrc.utah.gov/beta/WebApi/api/geocode', | |
load: onSuccess, | |
error: onError, | |
content: { | |
street: '2832 banbury rd', | |
zone: '84121', | |
format: 'esrijson' | |
} | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var params = { | |
url: 'http://dagrc.utah.gov/beta/WebApi/api/geocode/' + street + '/' + zip, | |
load: onSuccess, | |
error: onError, | |
content: { | |
format: 'esrijson' | |
} | |
}; | |
dojo.xhrGet(params); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try: | |
logger = agrc.logging.Logger() | |
emailer = agrc.email.Emailer('[email protected]') | |
# do a bunch of cool stuff here | |
except arcpy.ExecuteError: | |
# catches arcpy errors. only works in 10 or later | |
logger.logMsg('arcpy.ExecuteError') | |
logger.logError() | |
logger.logGPMsg() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_invokeWebService: function (args) { | |
// summary: | |
// calls the web service | |
// description: | |
// sends the request to the wsut webservice | |
// tags: | |
// private | |
// returns: | |
// Deferred | |
console.info(this.declaredClass + "::" + arguments.callee.nom); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define("esri/main", ["dojo", "dojo/i18n!esri/nls/jsapi"], function(_1, _2) { | |
// a breakpoint in this function is never reached | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function () { | |
require({ | |
baseUrl: '', | |
packages: [ | |
'dojo', | |
'dijit', | |
'dojox', | |
'app', | |
'agrc', | |
'ijit', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.CEM = { | |
// app: cem.App | |
// this is set in main.js | |
app: null, | |
urls: { | |
login: 'http://ec2-23-20-196-67.compute-1.amazonaws.com:8080/fishing/login', | |
getAvailableDownloads: 'http://ec2-23-20-196-67.compute-1.amazonaws.com:8080/fishing/json/AvailableDownloads', | |
downloadFile: 'http://ec2-23-20-196-67.compute-1.amazonaws.com:8080/fishing/file/download?fileId=' | |
} | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sampling process 487 for 3 seconds with 1 millisecond of run time between samples | |
Sampling completed, processing symbols... | |
Analysis of sampling node (pid 487) every 1 millisecond | |
Process: node [487] | |
Path: /Applications/TileMill.app/Contents/Resources/node | |
Load Address: 0x100000000 | |
Identifier: node | |
Version: ??? (???) | |
Code Type: X86-64 (Native) | |
Parent Process: Python [472] |
OlderNewer