|
POST
|
Is there a sample out there for this. I tried to convert the legacy version here but it wouldn't display or toggle my layer on and off.
... View more
01-27-2014
11:42 AM
|
0
|
6
|
1534
|
|
POST
|
Wow...I should have looked at the description a little better..I feel dumb now. It does exactly what I was suggesting. Thank you for clarifying!
... View more
01-22-2014
07:58 AM
|
0
|
0
|
2468
|
|
POST
|
Thanks for the response. We are running the Find Dangles check and the Orphan check. We are setting our tolerance to 1 mile basically because most land sections are 1 mile in width. So in order to find gaps (where a dangle is actually suppose to connect to a road that is near the dangle) we have to visually check the dangle against the imagery. The dangle check helps a lot taking 3000+ total roads down to a few hundred (dangles), but the imagery loads pretty slow when checking the dangles against it. Maybe a new tool/enhancement could be added in the future to help select those dangles that have end points near other line features. Just a thought, Thanks!
... View more
01-21-2014
12:18 PM
|
0
|
0
|
2468
|
|
POST
|
Is there any to create a check that that would allow me to find gaps in roads. So say I have a dangle but its suppose to actually connect to the road that is 20 feet away. If I had the ability to set a tolerance at the end of the dangle to find features within 20, 50, or 100 feet that sure would speed up my process. Does this make sense? Steven
... View more
01-15-2014
12:00 PM
|
0
|
9
|
6270
|
|
POST
|
http://jsfiddle.net/7g4ta/ This is my first time making a fiddle. The handles aren't showing up for the slide outs but the mouse will change to a finger pointer and they will still work.
... View more
01-06-2014
09:44 AM
|
0
|
0
|
1214
|
|
POST
|
I put the legend widget in the jquery tab slide out and it won't let the slide out close. Anyone have any insight as to why this is happening? [HTML]$('.slide-out-div1').tabSlideOut({ tabHandle: '.handle2', //class of the element that will become your tab pathToTabImage: 'images/Floor2a.png', //path to the image for the tab //Optionally can be set using css imageHeight: '90px', //height of tab image //Optionally can be set using css imageWidth: '50px', //width of tab image //Optionally can be set using css tabLocation: 'left', //side of screen where tab lives, top, right, bottom, or left speed: 300, //speed of animation action: 'click', //options: 'click' or 'hover', action to trigger animation topPos: '90px', //position from the top/ use if tabLocation is left or right leftPos: '20px', //position from left/ use if tabLocation is bottom or top fixedPosition: false //options: true makes it stick(fixed position) on scroll });[/HTML] [HTML]var quakeLayer = new esri.layers.ArcGISDynamicMapServiceLayer("http://gis.aoscloud.net/aosmaps/rest/services/Test/Test/MapServer", {id:'Building Interior Space - Floor 1'}); legendLayers.push({layer:quakeLayer, title:'Building Interior Space'}); dojo.connect(map, 'onLayersAddResult', function (results) { var legend = new esri.dijit.Legend({ map:map, layerInfos:legendLayers }, "legendDiv"); legend.startup(); });[/HTML] [HTML]<div class="slide-out-div1"; style="width:auto; height:50%"> <div id="innerTOC" style="overflow-y:auto; width:100%; height:100%; overflow-x:hidden; width: 100%"> <a class="handle2" href="http://link-for-non-js-users">Content</a> <div id="legendDiv"></div> </div> </div>[/HTML] [ATTACH=CONFIG]30261[/ATTACH]
... View more
01-05-2014
10:26 AM
|
0
|
4
|
1530
|
|
POST
|
I have the popup widget working in my application and added the mediaInfos to it to show image attachments. I'm not sure what the sourceURL and the linkURL are there for. There is the 'no picture' icon and my attachment isn't showing. [HTML] var popupTemplate = new esri.dijit.PopupTemplate({ title: "{BUILDING}", fieldInfos: [ {fieldName: "FLOOR", visible: true, label:"Floor"}, {fieldName: "BUILDING", visible: true, label:"Building Name"}, {fieldName: "CAMERA", visible: false, label:"Camera"}, ], mediaInfos: [{ "title": "Image:", "caption": "", "type": "image", "value": { "sourceURL": "{}", "linkURL": "{}" } }], }); //create a feature layer based on the feature collection var featureLayer = new esri.layers.FeatureLayer("http://gis.aoscloud.net/aosmaps/rest/services/Test/Test/MapServer/0", { mode: esri.layers.FeatureLayer.MODE_SNAPSHOT, infoTemplate: popupTemplate, outFields: ["*"] }); [/HTML]
... View more
11-26-2013
09:53 AM
|
0
|
0
|
1454
|
|
POST
|
I figured it out. Undo what what stated earlier and add the following parameter [HTML] params.travelDirection = 'esriNATravelDirectionFromFacility';[/HTML]
... View more
11-12-2013
06:32 AM
|
0
|
0
|
837
|
|
POST
|
I noticed then when you change the params that it doesn't call the right number of resources. Is there a way to fix this?
... View more
10-29-2013
05:09 AM
|
0
|
0
|
837
|
|
POST
|
Thanks! I figured it was something simple like that.
... View more
10-25-2013
10:52 AM
|
0
|
0
|
837
|
|
POST
|
How would you go about reversing the directions using the closestFacilityTask widget from esri? https://developers.arcgis.com/en/javascript/jssamples/routetask_closest_facility.html
... View more
10-25-2013
05:08 AM
|
0
|
4
|
1175
|
|
POST
|
I've come up with a work around for my problem but it would be time consuming. I added in the direct link from the attachment and scaled the image so it would fit in the popup.
... View more
10-14-2013
11:17 AM
|
0
|
0
|
1454
|
|
POST
|
Hello, sorry for the delayed reply but I got pulled away on some different projects. I changed the code back to the original version in the previous link (http://gis.aoscloud.net/Test/s3.html) before I tried to institute the popup widget. I want to use my original code to display popups instead of the popup widget you suggested. You mentioned I need to use the IdentifyTask callback for handling attachments. Could you link me some information on this? Thanks
... View more
10-14-2013
08:14 AM
|
0
|
0
|
1454
|
|
POST
|
Akos, Thanks for correcting my model. I'm not sure why it wasn't working the first time but I redownloaded it again and corrected the sources again and it worked. Thanks to all!
... View more
10-10-2013
07:19 AM
|
0
|
0
|
4024
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-18-2015 12:38 PM | |
| 1 | 08-28-2015 09:13 AM | |
| 1 | 02-25-2016 03:51 PM | |
| 1 | 09-12-2014 08:32 AM | |
| 1 | 05-21-2015 10:12 AM |
| Online Status |
Offline
|
| Date Last Visited |
09-03-2021
11:21 AM
|