|
POST
|
i was referring to the buffer geoprocessing tool in ArcMap (which only accepts one layer with one geometry type at a time). i'm not sure where/how you're buffering multiple geometry types.
... View more
07-29-2013
12:51 PM
|
0
|
0
|
3078
|
|
POST
|
ah. NOW i understand what you're going for... 🙂 unfortunately the layers listed in the cached map service are used to support identify requests to the service and not the actual layers displayed in the cartography. i'm not the definitive source for information on this, but i think we exclusively use meters in our 'world' topographic basemap. As an alternative, you might consider using something like our USA topo service (based on USGS topos) instead.
... View more
07-29-2013
07:32 AM
|
0
|
0
|
1307
|
|
POST
|
perhaps it would be appropriate to mark one of these responses as the "answer"?
... View more
07-26-2013
03:57 PM
|
0
|
0
|
1635
|
|
POST
|
I get an error when loading the url you provided regarding trouble parsing Hgraph.csv, so I wasn't able to test your app, but you should be able to multiply the number returned by the service by 3.28084 to convert to feet in your popup.
... View more
07-26-2013
03:55 PM
|
0
|
0
|
1307
|
|
POST
|
in the thread you mentioned, Kelly was suggesting the use of a proxy that does not store credentials or a token in order to assist in passing an IdentityManager request with dynamic credentials from the client to generate a token. in short. for IE, you need a proxy, but you don't need the proxy to authenticate on behalf of the end user. does that make things more clear? our most recent proxy can be found here. you only need to configure it to allow requests to be made to your own ArcGIS Server instance (like below).
<serverUrl url="http://yourserver/arcgis/rest/services"
matchAll="true">
</serverUrl>
... View more
07-26-2013
03:49 PM
|
0
|
0
|
1622
|
|
POST
|
well... since access to Silverlight or Flex is problematic on many mobile devices, you're definitely in the right place. Our JavaScript API is built to speak with ArcGIS Server so you should be able to publish services with SDE data stored in Oracle and go from there.
... View more
07-26-2013
03:43 PM
|
0
|
0
|
552
|
|
POST
|
based on my experience with buffering in ArcGIS Desktop, i am under the impression that the entire collection of geometries you pass to the buffer operation of the geometry service must share the same geometry type. this means that you'll have to submit your polylines in one request and your polygons in another.
... View more
07-26-2013
03:39 PM
|
0
|
0
|
3078
|
|
POST
|
the Editor dijit does not have a constructor option to require explicit 'saving' of edits, but you could implement something similar by setting enableUndoRedo to 'true' and specifying a valid UndoManager. this would provide an alternative technique to allow users to revert an undesirable edit. if you want explicit saving, i am under the impression that you would have to handle the editing yourself using applyEdits on the featureC
... View more
07-24-2013
07:54 AM
|
0
|
0
|
2637
|
|
POST
|
since making a call to buffer returns a polygon geometry object to you, you can use the method getExtent() to find the extent of each individual polygon. if instead you needed to determine the extent of a collection of graphics, you could use esri.graphicsExtent() and pass in the graphics themselves as the sol
... View more
07-22-2013
03:17 PM
|
0
|
0
|
1054
|
|
POST
|
my understanding is that this is not currently possible, but something the development team is actively working on including in a future release.
... View more
07-22-2013
08:51 AM
|
0
|
0
|
3225
|
|
POST
|
it didn't look like this issue has already been logged, so i submitted [NIM093260: Polygon graphic outline transparency/opacity set in application is overridden in print request.] on your behalf. not sure how crucial it is, but you can certainly consider using esri.setPreRequestCallback() to try and workaround this issue. check out this forum thread for more info. sorry for the inconvenience.
... View more
07-19-2013
02:20 PM
|
0
|
0
|
2260
|
|
POST
|
were you able to compare and contrast the webmap json passed by your application and see whether it is supplying an inappropriate alpha value?
... View more
07-19-2013
08:31 AM
|
0
|
0
|
2260
|
|
POST
|
im talking about the web traffic that is generated by your app. please consider using Fiddler, Firebug or Chrome developer tools to inspect the requests that are fired when your JavaScript application is launched.
... View more
07-17-2013
08:44 AM
|
0
|
0
|
1924
|
|
POST
|
i'm not sure. what does the web traffic look like? do you see any failed/garbled requests to the print service?
... View more
07-17-2013
08:02 AM
|
0
|
0
|
3822
|
|
POST
|
alpha value between 0-1 in API is converted in REST request to 0-255. what happens when you submit my request above to your own ArcGIS Server instance?
... View more
07-16-2013
12:52 PM
|
0
|
0
|
2260
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-16-2014 02:35 PM | |
| 1 | 03-15-2013 04:25 PM | |
| 1 | 06-01-2016 10:51 AM | |
| 1 | 12-28-2015 04:46 PM | |
| 1 | 12-28-2015 05:26 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|