|
POST
|
I believe this is coming with the json representation of a webmap.
... View more
01-02-2013
09:06 AM
|
0
|
0
|
2310
|
|
POST
|
my guess is just prior to stateFeatureLayer.setRenderer(renderer); you will have to evaluate and modify the renderer from classbreaksrenderer API var symbols = dojo.map(results[0].layer.renderer.infos,function(info){ return {label: info.label,symbol:info.symbol}; }); seems to indicate that you could override the label with a rounded value
... View more
12-28-2012
08:15 AM
|
0
|
0
|
1484
|
|
POST
|
There are a few other threads on this. Just because the esri api is built on dojo does not require you to use it. I use both jQuery and Dojo in my application, based on what the need is. I use dojo for widgets, and jQuery for dom manipulation. Just load jquery as a library and have at it.
... View more
12-28-2012
07:37 AM
|
0
|
0
|
1149
|
|
POST
|
Hi, My GenerateRendererTask generates a renderer and lists the class break in a legend div. The numbers in the class breaks are unformatted. Is there a way to programmatically format these numbers e.g. instead of 8.808848 - 17.767013, I should see 8.81 - 17.77? I am using Arcgis Server 10.1 with Javascript API. Thanks Samir have you tried dojo.number.format(value, {places:2});
... View more
12-27-2012
10:51 AM
|
0
|
0
|
1484
|
|
POST
|
you could have probably created it before and just called legend.refresh() in the oncompleteevent as well
... View more
12-27-2012
10:12 AM
|
0
|
0
|
960
|
|
POST
|
This is affecting development timelines for me. AMD is a pattern we should all be embracing. http://serverapi.arcgisonline.com/jsapi/arcgis/?v=3.3 in case you haven't already seen it... Discuss... that doesnt work.
... View more
12-26-2012
08:26 AM
|
0
|
0
|
583
|
|
POST
|
Jeff, do you have code for the one that looks similar to flex viwer? I do, but it was been customized after 2 years of development. Iris's sample should be closer to "stock" http://www.mymanatee.org/gisapps/mapviewer/ is our site. Under the "?" there is a links widget. This lets you load our site with a variety of config files.
... View more
12-20-2012
03:56 AM
|
0
|
0
|
2706
|
|
POST
|
are you using a proxy to access the cross domain resource?
... View more
12-19-2012
11:03 AM
|
0
|
0
|
2125
|
|
POST
|
We have some business requirements to build application that will run on PC, Mobile, Desktop. Application is about showing data and updating from 4 tables and with 4-5 different interface. 1- Develop one application in HTML5/JS and REST services at back end. This application will work on all end devices 2. Develop application in there native environment like for Android develop it in Android and for Apple develop it in IOS and for PC's Go for HTML5+JS What do you think is better approach. I definitely feel option 1 is better although many will disagree. Be careful, if you need to support IE7 you can't use HTML5.
... View more
12-19-2012
04:23 AM
|
0
|
0
|
2261
|
|
POST
|
I hope everyone is aware that we are talking about to very different viewers here. the one Kelly posted is a version of the (more) recently released Basic viewer that removes the arcgis.com dependencies. The one Iris was talking about was the original 1.2 api Javascript Sample Viewer (looks similiar to the Flex viewer).
... View more
12-18-2012
09:37 AM
|
0
|
0
|
2351
|
|
POST
|
Glad to help. If you wouldnt mind marking my post as the answer, that would be appreciated.
... View more
12-18-2012
08:04 AM
|
0
|
0
|
934
|
|
POST
|
according to the API If the layers are version 10 or lower the legend is created using the ArcGIS.com legend service. In order to use the ArcGIS.com legend service your map service needs to be publicly accessible and your application must be able to access ArcGIS.com.
... View more
12-17-2012
11:48 AM
|
0
|
0
|
564
|
|
POST
|
A querytask requires a ArcGIS Server REST endpoint with query enabled. As far as I am aware, it will not work with KML
... View more
12-17-2012
11:08 AM
|
0
|
0
|
738
|
|
POST
|
when you create map with bing, the map gets defaulted to bing's scales. You have two options 1. Create map with custom LODs as a parameter 2. Add your custom map first, so the map gets its LODs, then add the bing map.
... View more
12-17-2012
08:24 AM
|
0
|
0
|
934
|
|
POST
|
that worked!! thank you any hints to obscure the pw in the code?
... View more
12-14-2012
10:40 AM
|
0
|
0
|
2214
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-22-2014 08:35 AM | |
| 1 | 05-02-2012 04:56 AM | |
| 1 | 10-29-2021 07:40 AM | |
| 1 | 10-28-2021 05:26 AM | |
| 1 | 07-17-2012 08:48 AM |
| Online Status |
Offline
|
| Date Last Visited |
03-01-2022
02:00 PM
|