|
POST
|
Sorry I will try and reword it.. I added a Query Widget to my application. The first thing I did was add a new query task which queries my on systems routes. Then I added a filter definition and selected the “Route” is and then the unique option. I checked the “Ask for values” box and entered the prompt and hint. This task works fine. When I try and perform this for my off systems routes I it returns the error “ this is a required field. Its almost like there are too many records for the app to handle. 47,000 records does not seem like a large list to build..
... View more
08-11-2015
07:36 AM
|
0
|
4
|
969
|
|
POST
|
I'm using the query widget and wondering if anyone else has had issues with it. I have a added a couple Query tasks. The first one I selected Unique and ask for values. and it works great. When I try and "Add a filter expression" I select Unique and it tells me its a required field. The first expression seemed to pull the data from the table but the second one does not.. HAs anyone else run into this?
... View more
08-11-2015
06:59 AM
|
0
|
6
|
3487
|
|
POST
|
So I created a map service from a SDE feature class. I used the url to query the route which works fine but I would like to show the start and end points of the route. Has anyone done anything like this?
... View more
08-10-2015
10:27 AM
|
0
|
1
|
2648
|
|
POST
|
I don't have a live version yet, I'm still in development stage.. I will let you know when I deploy it to production..
... View more
08-10-2015
10:20 AM
|
0
|
1
|
1505
|
|
POST
|
did you ever figure this out? I did something like it so let me know.
... View more
08-10-2015
10:12 AM
|
0
|
0
|
1751
|
|
POST
|
When I open my WAB application I'm prompted to "Please sign in to access the item on ArcGIS Online (item)". Is this because one of my services is private? When I click cancel I'm taken to the application and it seems to work fine. Has this happened to anyone else?
... View more
08-10-2015
07:56 AM
|
0
|
1
|
2923
|
|
POST
|
Thanks Robert, I’m slow so trying to wrap my mind around what it actually does.. what I’m trying to accomplish is I was to let the user enter Lat/Long or State Plane Coords and then it takes them to a linear location on a route as well as give them the LR location. Was hoping this would give me some starter code to work with.
... View more
08-07-2015
08:19 AM
|
0
|
1
|
727
|
|
POST
|
Hey Manjari, do you have a live example of how this works?
... View more
08-07-2015
08:10 AM
|
0
|
4
|
727
|
|
POST
|
:I'm using a measured route so was wondering if there is a way to add a start point and end point to the display as well..
... View more
08-06-2015
02:28 PM
|
0
|
0
|
453
|
|
POST
|
I’m new so maybe put your question in its simplest for and I would be happy to try and explain what I have done.. I only started this a couple weeks ago..
... View more
08-06-2015
02:20 PM
|
0
|
3
|
1505
|
|
POST
|
So I create a map service of routes and there are roughly 47,000 records.. I would like to do a unique filter but the return response time is so slow.. Has anyone run into this or have any idea on how to speed up the response?
... View more
08-06-2015
02:19 PM
|
0
|
1
|
1666
|
|
POST
|
I have edited the following code to splice the fields I don't want and round the offset fields to 3 places.. Not I would like to ensure all of the Route ID fields are named Route and the MEAS fields are named Offset. Here is the current code. Is there anyway to create an alias for these column names? 'jimu-gp-resultrenderer-base jimu-gp-renderer-table',
function(){
this.inherited(arguments);
var fields = [];
if(this.value.fields){
this.value.fields;
else if(this.value.features && this.value.features.length > 0){
for(var p in this.value.features[0].attributes){
fields.push({
name: p
});
}
}
fields.splice(0, 1);
fields.splice(2, 2);
var columns = array.map(fields, function(field){
return {
label: field.name,
field: field.name
};
});
var data = array.map(this.value.features, function(feature){
feature.attributes.Offset = Math.round(feature.attributes.MEAS * 1000)/1000;
return feature.attributes;
memStore = new Memory({
data: data
});
this.table = new OnDemandGrid({
columns: columns,
store: memStore
this.domNode);
});
function(){
this.inherited(arguments);
this.table.startup();
}
});
... View more
08-06-2015
06:23 AM
|
0
|
2
|
1313
|
|
POST
|
Duh!! I thought about that last night when I was at home.. Thanks for the help Again!! ☺
... View more
08-06-2015
05:08 AM
|
0
|
0
|
976
|
|
POST
|
I have 3 map widgets label 1, 2 and 3. I want to remove from my map. How do I accomplish this?
... View more
08-05-2015
02:37 PM
|
0
|
2
|
3413
|
| 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
|