|
POST
|
I think this is a no-go. The docs mention that you cannot use multi-field unique value renderers for feature layers. Unfortunately, I think you're best option is to calculate a new field that contains a normalized value and symbolize based on that field.
... View more
06-22-2011
09:13 PM
|
0
|
0
|
715
|
|
POST
|
Here's a sample showing how to use a WMS layer: http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/layers_wmsresourceinfo.html Sample showing how to use OpenStreetMap: http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/map_openstreetmap.html
... View more
06-22-2011
10:12 AM
|
0
|
0
|
623
|
|
POST
|
Unfortunately, if you want to display your polyline data as client side graphics, your options are SimpleLineSymbol or CartographicLineSymbol. You can use either by creating a symbol and a renderer and specifying your renderer as the renderer for your feature layer. If you really want use your complex symbology in a web app, you can use a dynamic map service layer.
... View more
06-22-2011
10:08 AM
|
0
|
0
|
884
|
|
POST
|
Brett, Fantastic post! Thank you for taking the time to write and post this. I think you nailed it and this post will no doubt help those trying to get their head around how deferreds and promises work. The only small correction, and it's a tiny one, would be to change "trinary" to "ternary" as I think the latter is the more readily used name for that operator. Also, I think your old post/thread on dojo.Deferred is still available: http://forums.esri.com/Thread.asp?c=158&f=2396&t=295896&mc=6#msgid924290 Again, thanks for this post!
... View more
06-17-2011
12:54 PM
|
0
|
0
|
4021
|
|
POST
|
Looks like it's working for me. What specifically is not working for you?
... View more
06-17-2011
08:10 AM
|
0
|
0
|
1012
|
|
POST
|
The "Setting up a Development Environment" section of the help has some suggestions. If you're looking for Intellisense-like functionality, you might want to try Aptana Studio with the code assist plug-in. As for an actual recommendation, personally, I prefer text editors to IDEs. MacVim/gVim is my favorite but Notepad++ is pretty solid too.
... View more
06-16-2011
03:11 PM
|
0
|
0
|
1232
|
|
POST
|
Can you post a simple html page that demonstrates this?
... View more
06-16-2011
01:18 PM
|
0
|
0
|
877
|
|
POST
|
I can't help with enabling Intellisense (I'm not a regular VS user) but you don't need that link to dojo on the Google CDN. You get dojo when you include the ArcGIS API for JavaScript in your first script tag.
... View more
06-16-2011
01:17 PM
|
0
|
0
|
1232
|
|
POST
|
Hzhu is right, you want to look at the tolerance property of identifyParameters.
... View more
06-16-2011
06:50 AM
|
0
|
0
|
1687
|
|
POST
|
To get dynamic interaction with your features, you need to use either a graphics layer or a feature layer. I would go with a feature layer as it's less code for you to write. Check out the Feature Layer - Snapshot mode sample. It uses polygons but the idea would be the same for points.
... View more
06-16-2011
06:45 AM
|
0
|
0
|
865
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 01-23-2012 07:54 AM | |
| 1 | 05-28-2010 08:31 AM | |
| 1 | 11-12-2012 08:12 AM | |
| 3 | 02-23-2012 10:57 AM | |
| 1 | 06-27-2011 08:51 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|