|
POST
|
Thanks for posting a detailed repro case. I'm in the process of trying to reproduce you're actual error... The first thing that jumped out at me is that you're re-creating a graphics layer on each geocode. Why not just create a graphics layer when the app is initialized and re-use that throughout the app?
... View more
10-04-2011
09:51 AM
|
0
|
0
|
2511
|
|
POST
|
For specific LODs, check out this sample: http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/map_switch_layer_on_zoom.html My post in this thread is probably useful too: http://forums.arcgis.com/threads/36441-Default-Zoom-Slider?p=122991&viewfull=1#post122991
... View more
10-04-2011
08:37 AM
|
0
|
0
|
1082
|
|
POST
|
No, but the good news is that this is pretty straightforward to implement. I would do the following: -save a copy of the extent -connect a button or link to a function that passes your extent to map.setExtent()
... View more
10-04-2011
08:24 AM
|
0
|
0
|
1082
|
|
POST
|
This is a forum for the ArcGIS API for JavaScript: http://help.arcgis.com/en/webapi/javascript/arcgis/index.html If you want help with the Web ADF, please use this board: http://forums.arcgis.com/forums/10-ArcGIS-Server-Java I would encourage you to give the JavaScript API a look if you're building an app using ArcGIS Server services. Tons of samples here: http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm
... View more
10-03-2011
03:32 PM
|
0
|
0
|
595
|
|
POST
|
maxAllowableOffset isn't specific to feature layers, query and identify tasks can also use it. It's a best practice to use it and I'm pretty sure it'll stop this error from appearing.
... View more
10-03-2011
03:29 PM
|
0
|
0
|
1911
|
|
POST
|
Are you displaying the whole layer as a dynamic map service or a feature layer? Are you sure you need to send a 1.5MB geometry to the client? I would guess that you could generalize the feature and this error would go away. Plus, your app would be faster. Both the queryTask and the identifyTask support maxAllowableOffset. Here's a blog post I did on the details of how to calculate a suitable value for maxAllowableOffset: http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2011/06/13/Feature-layers-can-generalize-geometries-on-the-fly.aspx Once you have a value for maxOffset, set it on your query object or your identifyParameters object.
... View more
10-03-2011
02:53 PM
|
0
|
0
|
1911
|
|
POST
|
The quickest/easiest way to get help for app issues like this is to post your code, or better yet, a simplified repro case that demonstrates the problem. Can you post some code?
... View more
10-03-2011
02:44 PM
|
0
|
0
|
407
|
|
POST
|
I'm not in sales so I'm not sure about a fee for a local government. My guess would be that you do have to pay but you should call this number for a definitive answer: 800-447-9778 The ID for createMap() comes from ArcGIS.com. When you create and save a webmap using the ArcGIS.com map viewer, ArcGIS.com creates an ID for your map. You can get the ID from the "My Content" section after clicking on one of your maps(it's in the URL).
... View more
10-03-2011
01:43 PM
|
0
|
0
|
680
|
|
POST
|
How about using a queryTask to get your geometry from a layer in your dynamic map service?
... View more
10-03-2011
12:45 PM
|
0
|
0
|
519
|
|
POST
|
Do you have the same problem when running one of the measurement widget samples?
... View more
10-03-2011
11:08 AM
|
0
|
0
|
906
|
|
POST
|
Yes, this is possible. If you're building an app for commercial use then there's still a licensing fee, see: http://www.esri.com/software/arcgis/web-mapping/pricing.html The data limitations you mentioned apply to two different things: -shapefiles you upload to ArcGIS.com are limited to 1000 features: http://help.arcgis.com/en/arcgisonline/help/index.html#/Adding_features_from_a_file/010q00000060000000/ -each ArcGIS.com account gets 2GB of storage: http://help.arcgis.com/en/arcgisonline/help/index.html#//010q0000003s000000 I recommend uploading some data and starting to play around with webmaps. Here's how to use an ArcGIS.com webmap in a JS API app: http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/ags_createwebmapid.html
... View more
10-03-2011
11:04 AM
|
0
|
0
|
680
|
|
POST
|
Is this specific to one browser or does it happen in all browsers? Can post some sample code to repro the issue?
... View more
10-03-2011
10:40 AM
|
0
|
0
|
1032
|
|
POST
|
Hi Aaron, 1. IE8 will emulate IE7. IE9 uses IE9. I got this info from here: http://msdn.microsoft.com/en-us/library/cc288325(v=vs.85).aspx 2. Not sure. 3. No known issues, AFAIK 4. No known issues, AFAIK I'm probably opening a can of worms here but what specific issues are you seeing? Is it possible to list them? I briefly tried your site (http://www.crimemapping.com/default.aspx, right?) and didn't see any errors...
... View more
09-30-2011
11:02 AM
|
0
|
0
|
968
|
| 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
|