|
POST
|
I have modified the example code for our web services, but I can't get the flickr photos to display. Any ideas? Here is my code: JS Bin - Collaborative JavaScript Debugging During debugging, I found that the flickr layer was a spatial reference of 4326, but I use 3435. Shouldn't this be projected on the fly though?
... View more
01-27-2015
02:38 PM
|
0
|
0
|
4243
|
|
POST
|
I want to filter this flickr example that Esri has: Flickr data as graphics on a map | ArcGIS API for JavaScript I would like to filter it for just pictures in Decatur, Illinois. I answered my own question when I went to the flickr API here: Flickr Services: Flickr API: flickr.photos.search
... View more
01-27-2015
12:39 PM
|
0
|
0
|
3094
|
|
POST
|
According to the W3C you can set a tabIndex for the following: Modulo platform conventions, it is suggested that for the following elements, the tabindex focus flag be set: a elements that have an href attribute link elements that have an href attribute button elements input elements whose type attribute are not in the Hidden state select elements textarea elements If this is your only link on the page, you could use the a element and write: document.getElementByTagName("a").tabIndex = -1; to skip it. If that does not work, you could try getting element by class name which in this case is actionList, so it would be: document.getElementsByClassName("actionList").tabIndex = -1; There may be a different way to write this if you are using AMD, but I am not sure. Worst case scenario, you could host the JavaScript API locally and name then manually add tabIndex = -1.
... View more
01-27-2015
09:21 AM
|
0
|
0
|
914
|
|
POST
|
Thanks, Esri is helping me now. They said that everything I am doing is correct. I will post the outcome here.
... View more
01-26-2015
11:56 AM
|
0
|
0
|
1672
|
|
POST
|
Yes, I tried both the server name and the URL for the server.
... View more
01-26-2015
06:11 AM
|
0
|
2
|
1672
|
|
POST
|
After losing internet connection today, I decided to download the ArcGIS API for JavaScript Library 3.13. Our server is maps.decaturil.gov. I also tried the server name as well. I have the files in the folder that the documentation displays, but I receive an error telling that the files can not be found. What am I doing wrong?
... View more
01-23-2015
01:24 PM
|
0
|
5
|
5577
|
|
POST
|
Could you post the code that worked before you added the print task?
... View more
01-21-2015
09:56 AM
|
0
|
1
|
2984
|
|
POST
|
No problem. All my code is always free to use. Here is a working copy: JS Bin - Collaborative JavaScript Debugging
... View more
01-21-2015
06:23 AM
|
1
|
1
|
2019
|
|
POST
|
When I measure an area in ArcMap it has a larger area in square feet for an individual parcel than it does for the measurement widget. Here is my code:JS Bin - Collaborative JavaScript Debugging I don't use web mercator and can not for measuring purposes. You will need to zoom in to see the parcel layers that I measure.
... View more
01-20-2015
10:14 AM
|
0
|
0
|
4375
|
|
POST
|
I use this for my map in HTML5: <!-- Map Section Begin --> <section id="mapSection"> </section> <!-- Map Section End --> And in my JavaScript, I use this: // create map and set slider style to small
map = new Map("mapSection", {
showAttribution: false,
sliderStyle: "small",
extent: initialExtent,
logo: false
}); I still use map for the first because I have other objects where it displays map:map and I am not sure how those work.
... View more
01-16-2015
02:23 PM
|
0
|
0
|
1028
|
|
POST
|
True. It looks like I will have to say things outside the city are best guess estimate.
... View more
01-16-2015
11:41 AM
|
0
|
0
|
836
|
|
POST
|
I enter the following address: 120 E Court Dr, Decatur, Illinois, USA And it does not appear to provide me with the right location. Here is my code: JS Bin - Collaborative JavaScript Debugging
... View more
01-16-2015
09:01 AM
|
0
|
2
|
4545
|
|
POST
|
The link was missing a colon. Here it is: Edit fiddle - JSFiddle I was going to have to ask a question similar to this eventually too.
... View more
01-13-2015
06:46 AM
|
1
|
3
|
1695
|
|
POST
|
If it's ASP, I would rather use ASP.NET. I was just looking for a way to create regular HTML pages.
... View more
01-13-2015
06:33 AM
|
0
|
0
|
1477
|
|
POST
|
Looks like I might need to learn AngularJS, ASP.NET MVC and maybe C#; still program in VB.NET. It looks like we could serve web services on the client using this though, but the rest services still need to be built with .NET. This provides me with a start. Time to start self-training.
... View more
01-12-2015
12:32 PM
|
0
|
3
|
1477
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-26-2015 12:31 PM | |
| 1 | 06-24-2015 06:06 AM | |
| 1 | 07-15-2015 12:34 PM | |
| 1 | 05-21-2015 02:27 PM | |
| 1 | 05-19-2015 11:52 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|