|
POST
|
Very, very nice. Congrats on the release and thanks for the heads up!
... View more
09-20-2010
09:56 AM
|
0
|
0
|
2088
|
|
POST
|
You're using a drawing toolbar, correct? If so, set showTooltips to false: http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/draw.htm#DrawConst
... View more
09-20-2010
07:58 AM
|
0
|
0
|
688
|
|
POST
|
What have you tried? What (specifically) is breaking?
... View more
09-17-2010
02:30 PM
|
0
|
0
|
794
|
|
POST
|
Here's the doc for esri.geometry.Point: http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/point.htm Spatial reference is listed as required...
... View more
09-17-2010
11:14 AM
|
0
|
0
|
1787
|
|
POST
|
Glad to help! I'm guessing someone from Esri will see this but what do you want them to do? I mean, the problem was a syntax error in your code. Granted, it resulted in the API acting kind of strange but the source of the issue was your code. Maybe you should still contact support if you think this is a legitimate bug.
... View more
09-17-2010
10:46 AM
|
0
|
0
|
1787
|
|
POST
|
Edited my previous post...just posting here so you get a notification that the thread was updated.
... View more
09-17-2010
10:09 AM
|
0
|
0
|
1787
|
|
POST
|
OK, I see what you're describing. I think this is where you're spatialReference is getting screwed up: var pnt = new esri.geometry.Point(Number(temp[0]),Number(temp[1],new esri.SpatialReference({ wkid: 26915}))); You've got a paren out of place. Add a closing paren after your second Number() function call on line 598 and take one off of the end of that line in viewer.js.
... View more
09-17-2010
09:22 AM
|
0
|
0
|
1787
|
|
POST
|
Hi Glen, I took a look but I'm not quite clear on what specifically is failing. Can you elaborate? Thanks.
... View more
09-17-2010
09:09 AM
|
0
|
0
|
1787
|
|
POST
|
Sounds like you need to clear your REST cache: http://help.arcgis.com/EN/arcgisserver/10.0/apis/rest/clearcache.html http://services.arcgisonline.com/ArcGIS/SDK/REST/admin.html
... View more
09-16-2010
08:56 AM
|
0
|
0
|
550
|
|
POST
|
You're only option is the web adf. It's probably easier to upgrade...
... View more
09-15-2010
01:30 PM
|
0
|
0
|
621
|
|
POST
|
If you're using 10 you can do this with a feature service. Check out the editing samples: http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm
... View more
09-15-2010
11:58 AM
|
0
|
0
|
621
|
|
POST
|
The map service you're using is in web mercator. Use esri.geometry.geographicToWebMercator() to convert your point to web mercator so it will be plotted correctly on your map.
... View more
09-15-2010
11:49 AM
|
0
|
0
|
805
|
|
POST
|
They're just warnings and can be ignored. The dojo specific stuff isn't technically valid HTML so that's why visual studio is complaining. Doing this might take care of it for you: http://neilkilbride.blogspot.com/2007/10/visual-studio-error-list-html-errors.html
... View more
09-15-2010
11:45 AM
|
0
|
0
|
852
|
|
POST
|
Thousands of features is pushing beyond the limits of JS API graphics and into map service territory. But I know you said this needs to be dynamic so...do you need to have thousands of graphics visible at one time? Can you post what you've got right now? And a link to the flex sample you're talking about?
... View more
09-13-2010
01:47 PM
|
0
|
0
|
505
|
| 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
|