|
POST
|
Hi Mark, Please keep us updated with your findings. The measurement widget is receiving significant updates in the next release. If this is an internal bug, I want to make sure this is taken care of. In the meanrime, I am going to try my best to recreate your issue using a similar operational layer.
... View more
06-03-2014
08:11 AM
|
0
|
0
|
3624
|
|
POST
|
List of potential DOJO CSS classes for icons: http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/icons/ DOJO Icon sprite sheets: http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/icons/images/ Hope this helps.
... View more
06-03-2014
08:05 AM
|
0
|
0
|
1049
|
|
POST
|
It seems to be working for me. Can you post the incomplete file here? I'd like to see where it was cut off.
... View more
06-03-2014
08:03 AM
|
0
|
0
|
786
|
|
POST
|
https://developers.arcgis.com/javascript/jstutorials/tutorial_geocoder.html var geocoder = new Geocoder({ autoComplete: true, map: map }, dom.byId("search")); Please make sure you check out our documentation, samples and tutorials. Also, don't be afraid to use Google. The above link is the first entry when searching for "esri geocoder autocomplete"
... View more
06-03-2014
07:53 AM
|
0
|
0
|
959
|
|
POST
|
I figured out the problem "dijit/layout/TabContainer", "esri.dijit.Bookmarks", "esri.dijit.LocateButton", "esri.dijit.HomeButton" Need to remove the dots and put slashes. At least I made a little progress today. 😉 John posted this solution earlier in the thread. You may have missed it. The slashes were in red. Also, from looking at your code, I strongly recommend that you actually sit down and read the documentation. You are making mistakes that are covered in the very first tutorial. https://developers.arcgis.com/javascript/jstutorials/intro_firstmap_amd.html
... View more
05-30-2014
02:05 PM
|
0
|
0
|
2274
|
|
POST
|
Classless Example: map.infoWindow.setContent( "<table style='width:100%'><tr><td style='width:50%'><b>test1</b></td><td style='width:50%' >test2</td></tr><tr><td width=50%><b>test1</b></td><td width=50% >test2</td></tr></table>"); Notice from this short snippet that you can define the widths of the cells in two different manners. I also need to ask... if you were using double-quotes to define the class of your cells, were you escaping the inner double-quotes? If so, I assume you know the difference between single-quote (') and double quote (") in regards to string declaration? This is probably why you were having issues.
... View more
05-30-2014
01:57 PM
|
0
|
0
|
1495
|
|
POST
|
I would use CSS classes for organizing the layout of your content elements with the actual CSS in an external stylesheet. Check out the 'Popups and Infowindows' section in the Concepts area of the documentation. There's probably an hour's worth of reading material for you to catch up on that talks about exactly what you are asking. https://developers.arcgis.com/javascript/jshelp/intro_infowindow.html Remember, the documentation is a programmer's best friend!
... View more
05-29-2014
11:06 AM
|
0
|
0
|
1495
|
|
POST
|
Using Google (searched for: esri toc widget)... first link. (http://www.arcgis.com/home/item.html?id=9b6280a6bfb0430f8d1ebc969276b109) Scroll down. There's a zip file link there. Also, if you've never used GIT or a version-control system, you're missing out on some good stuff.
... View more
05-29-2014
10:51 AM
|
0
|
0
|
1946
|
|
POST
|
I am new to JavaScript coding and just found this thread. How do I download the toc code? Thanks, Hi Peter, there was a link posted earlier in this thread. https://code.google.com/p/gmaps-utility-gis/
... View more
05-29-2014
10:44 AM
|
0
|
0
|
1946
|
|
POST
|
Hello. Using the following sample, I added your code but it is working as expected. http://developers.arcgis.com/javascript/sandbox/sandbox.html?sample=widget_measurement In what browsers does your issue occur? Does it work for any particular browser? What browser versions are you using? Could you post a screenshot so I can visually confirm what I am trying to replicate. Because the Measurement widget is recieving significant updates in the next release, I want to make sure any existing issues are resolved.
... View more
05-16-2014
11:24 AM
|
0
|
0
|
970
|
|
POST
|
Make sure to include the dojo modules you are using in your require block (BorderContainer, ContentPane, TitlePane, Menu, MenuItem, DropDownSelect etc). If this doesn't work, you can always create a jsfiddle that showcases your issue; I would be glad to take a look.
... View more
05-15-2014
11:51 AM
|
0
|
0
|
2417
|
|
POST
|
I don't have much to add to this thread other than I too have experienced frustration at the seemingly random order of potential candidates returned by the Geocoder service. They are returned in the order that the Geocoder deems 'most likely' which can often be completely wrong for a multitude of reasons (I am not on the Geocoding team or I would go into more detail). PointAddress is supposed to be the 'most accurate' category, followed by StreetAddress. As you noticed, two results can appear to be exactly the same but differ in this specific category. Ideally, a PointAddress suggestion is returned first.
... View more
05-14-2014
03:13 PM
|
0
|
0
|
591
|
|
POST
|
Your hypothetical use case is exactly what I am trying to do. Lol. He would be pissed off. Haha. Will come back and mark this as answer when I found a solution. Thanks No problem and no worries! That developer probably doesn't work directly on the API 😉 If you are still having trouble with your application after a few days, make a detailed post with as much information as you can and I will do my best to help, time permitting. Best wishes!
... View more
05-14-2014
03:02 PM
|
0
|
0
|
526
|
|
POST
|
So just to confirm, it is possible for the api to show the popup and highlight without clicking on the map itself? Without clicking on the featurelayer is the key to what I am trying to do. Absolutely. It would all be done programmatically. As long as you have the feature data and required geometry, you wouldn't even need a click event handler 🙂 Hypothetical Use Case: 1) You click on a row in your grid (that row represents a single feature) 2) Using IDs, highlight the feature using selectFeatures() 3) Display a custom popup with data about that feature, anywhere you want (perhaps you would show it at the feature's center if its a polygon) I talked to a developer and he said arcmap api doesn't have this capability and I need to switch to google map api. If you don't mind, could you email me the name of the person you talked to? ( juihlein@esri.com ) Being a fellow developer, I want to make sure we are on the same page 🙂 Thanks!!
... View more
05-14-2014
02:38 PM
|
0
|
0
|
2082
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-26-2014 09:56 AM | |
| 1 | 09-18-2014 11:50 AM | |
| 1 | 09-19-2014 11:28 AM | |
| 1 | 07-09-2014 01:43 PM | |
| 1 | 07-09-2014 02:05 PM |
| Online Status |
Offline
|
| Date Last Visited |
08-14-2024
05:31 PM
|