|
POST
|
i was able to download the API from here after signing in with my Esri globalid. the same download link can also be found at the bottom of the page below. make sure to download the "API" rather than the SDK, as the SDK contains the samples and doc, not the code. Get the API http://help.arcgis.com/en/webapi/javascript/arcgis/jshelp/#intro_accessapi
... View more
01-15-2013
02:00 PM
|
0
|
0
|
522
|
|
POST
|
graphics layers always draw on top of both dynamic and tiled map service layers (see the following thread for more info) http://gis.stackexchange.com/questions/20429/arcgis-javascript-api-a-way-to-position-dynamic-service-layer-on-top-of-graphic i'm not exactly sure what your use case is, but in some situations it makes sense to use a dynamic map service to display the same content and either work with a feature layer in selection mode or build spatial queries dynamically based on map interaction.
... View more
01-15-2013
01:16 PM
|
0
|
0
|
1435
|
|
POST
|
since this sample was always so helpful to me to create extents to pass in map constructors, i thought i'd write a small app which streamlines the already vastly simplied process at 3.3 as well. heres the link. the app just displays the current center and zoom level in format that you can copy and paste straight into your own application.
... View more
01-14-2013
01:10 PM
|
0
|
3
|
1294
|
|
POST
|
the dates need to be converted out of UTC. check out the following article for more information
... View more
01-14-2013
09:08 AM
|
0
|
0
|
1227
|
|
POST
|
setting "displayGraphicsOnPan" to false in the map constructor options can also improve drawing performance in older versions of Internet Explorer.
... View more
01-11-2013
07:30 AM
|
0
|
0
|
1206
|
|
POST
|
i reproed the problem in your app. since the sample here works, perhaps either the widget or map can't handle being loaded through AMD?
... View more
01-10-2013
09:03 AM
|
0
|
0
|
1515
|
|
POST
|
i was able to reproduce the behavior you described. I even tried logging into the ArcGIS Server machine with the ArcGIS Server account credentials to set the PDF properties (thinking they might be user specific), but the result was the same.
... View more
01-08-2013
11:12 AM
|
0
|
0
|
1929
|
|
POST
|
id have to test to confirm, but that certainly doesn't sound like the correct behavior to me. it'd be a little more work, but you might try publishing a custom geoprocessing task which calls the two Python functions in succession. arcpy.mapping.ConvertWebMapToMapDocument http://resources.arcgis.com/en/help/main/10.1/#/ConvertWebMapToMapDocument/00s30000006n000000/ arcpy.mapping.ExportToPDF (setting layers_attributes property) http://resources.arcgis.com/en/help/main/10.1/#/ExportToPDF/00s300000027000000/ more general info on custom print workflows here http://resources.arcgis.com/en/help/main/10.1/index.html#//01540000056t000000
... View more
01-08-2013
10:13 AM
|
0
|
0
|
1929
|
|
POST
|
any properties you can set from within ArcMap for PDF exports will be honored by the 10.1 Print Service when the same template is used. for example: .[install location]\ArcGIS\Server\Templates\ExportWebMapTemplates\Letter ANSI A Portrait.mxd i don't understand exactly what you're talking about, but perhaps File > Export Map > PDF > Advanced > Layers and Attributes: "None" is the property you need to set? Tutorial: Publishing additional services for printing http://resources.arcgis.com/en/help/main/10.1/0154/0154000005n1000000.htm
... View more
01-08-2013
07:58 AM
|
0
|
0
|
1929
|
|
POST
|
i confirmed the same. perhaps you could mark craig's post as the answer?
... View more
01-04-2013
08:40 AM
|
0
|
0
|
900
|
|
POST
|
you should be able to use getCenter() and pass the map extent.
... View more
01-04-2013
07:07 AM
|
0
|
0
|
898
|
|
POST
|
this is a kinda rough update to one of our published samples, but i didnt have any trouble passing the objectid to another field using your logic. http://jsfiddle.net/jagravois/5pCWn/2/ maybe you need to try using the draw toolbar?
... View more
01-03-2013
03:28 PM
|
0
|
0
|
1112
|
|
POST
|
i adapted our feature layer on demand sample to point at a 10.1SP1 service and it seems to be drawing consistently. http://jsfiddle.net/jagravois/euVuX/ i also noticed that our published editing widget sample is already pointing at a 10.11 machine and seems to be functioning as expected also.
... View more
12-31-2012
08:48 AM
|
0
|
0
|
1113
|
|
POST
|
in the code you supplied, what are you accomplishing by calling applyEdits a second time?
... View more
12-31-2012
07:47 AM
|
0
|
0
|
1112
|
| 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
|