|
POST
|
I know that as well I have done it several times with the other threads you have helped me with.. I just don’t see it on this thread..
... View more
09-16-2015
10:16 AM
|
0
|
4
|
489
|
|
POST
|
I get the linter remark as to where to click.... when the question is answered there is usually a green icon that says mark question answered.. I don’t see that..
... View more
09-16-2015
10:10 AM
|
0
|
6
|
824
|
|
POST
|
Robert, Thanks for the directions.. Ok, how do I mark this answer and post the code in there?
... View more
09-16-2015
10:05 AM
|
0
|
0
|
824
|
|
POST
|
Ok, before I had the errors listed in a panel at the bottom..
... View more
09-16-2015
09:55 AM
|
0
|
9
|
824
|
|
POST
|
I don’t know why but I can’t always see my linter results
... View more
09-16-2015
09:46 AM
|
0
|
11
|
824
|
|
POST
|
I was looking at this page in the api. Should I be looking at something else? https://developers.arcgis.com/javascript/jssamples/gp_servicearea.html
... View more
09-16-2015
09:37 AM
|
0
|
2
|
1322
|
|
POST
|
Yes I added this.. this.gp.setOutSpatialReference(this.map.spatialReference); It creates the point and seems to zoom to an extent.. just does not create a graphic..
... View more
09-16-2015
09:24 AM
|
0
|
4
|
1322
|
|
POST
|
Robert, I’m close now. Just can’t see why it’s not plotting the point. I created the var point symbol to create the be SimpleMarkerSymbol
... View more
09-16-2015
08:56 AM
|
0
|
6
|
1322
|
|
POST
|
I’m sorry I should have started a new post.. I changed the following removed the LocPoint =new Point and the mp = with the following mp = ;
... View more
09-16-2015
07:38 AM
|
0
|
9
|
1322
|
|
POST
|
I think I’m passing the corridor and the offset in as the x/y coordinate..
... View more
09-16-2015
06:25 AM
|
0
|
0
|
540
|
|
POST
|
Robert, Can you take a quick look at this. I think I’m close. Here is what the widget is supposed to do. User enters Corridor route and offset and it simply returns a point. When I debug it, it returns “function expected TypeError: Function expected.
... View more
09-16-2015
06:23 AM
|
0
|
24
|
5289
|
|
POST
|
It just seems like since my GP service is returning all of the data I should be able to tell it where to show the data and in what order. I’m trying to get my mind around why sometimes it returns that data correctly and others the order is changed.
... View more
09-15-2015
01:39 PM
|
0
|
1
|
2181
|
|
POST
|
Robert, I changed this a little as I wanted to have a separate header for each return result. My problem is that the way it returns the tables is never consistent. Which ever one finishes first gets displayed first. any idea how to fix this? Here are my changes. function (jobInfo) {
var jobNames = Object.keys(jobInfo.results);
this, function (name, index) {
this.gp.getResultData(jobInfo.jobId, name, lang.hitch(this, this.renderResult, name));
function (name, result) {
//this.shelter.hide();
var resultArray = result.value.features;
if (name === "LRM_DR1") {
this.resultString += '<table class="test"><tr><th>Corridor and Roadbed</th><th>Accum. Mileage</th></tr>';
else if (name === "LRM_DC_RM_MI1"){
this.resultString += '<table class="test"><tr><th>Route_RM</th><th>RM Offset</th></tr>';
if (resultArray.length > 0) {
//loop through and populate table
for (var i = 0; i < resultArray.length; i++) {
if (name === "LRM_DR1") {
this.resultString += '<tr><td>' + resultArray.attributes.RID + '</td><td>' +
'</td></tr>';
else if (name === "LRM_DC_RM_MI1") {
this.resultString += '<tr><td>' + resultArray.attributes.Route + '</td><td>' +
'</td></tr>';
this.resultString += '</table>';
else {
//Return No results message
this.resultString = "No result Returned please click on Route";
var div;
this.shelter.hide();
if (GLOBE.wkid === 4326) {
"resultDiv");
this.resultString;
else if (GLOBE.wkid === 32100) {
"stplmDiv");
this.resultString;
else if (GLOBE.wkid === 102700) {
"stplfDiv");
this.resultString;
else {
'resultDiv');
this.resultString;
if (GLOBE.wkid !== 102100) {
var outSR = new SpatialReference(102100);
this.gsvc.project([GLOBE.evt], outSR, function (projectPoints) {
var pt = projectPoints[0];
var point = new Point(pt);
var newGraphic = new Graphic(point, GLOBE.pointSymbol);
... View more
09-14-2015
01:54 PM
|
0
|
4
|
2181
|
|
POST
|
Good Morning, I was wondering if anyone has done any type of analytics for WAB apps to track their usage? TIA Terry
... View more
09-14-2015
06:48 AM
|
1
|
1
|
1498
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-19-2015 02:57 PM | |
| 1 | 03-10-2016 08:36 AM | |
| 1 | 03-10-2016 09:00 AM | |
| 1 | 07-16-2015 01:15 PM | |
| 1 | 09-14-2015 06:48 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:25 AM
|