|
POST
|
we published a blog post the other day comparing an identical sample written in AMD and legacy patterns. hope its helpful! abc's of AMD http://blogs.esri.com/esri/arcgis/2013/10/14/the-abcs-of-amd/
... View more
10-15-2013
07:14 AM
|
0
|
0
|
1920
|
|
POST
|
as you already stated and is mentioned in the API reference, all basemaps in a basemap gallery must share the same spatial reference.
... View more
10-14-2013
08:20 AM
|
0
|
0
|
592
|
|
POST
|
Big props to Domenico for that find. I agree with Rene that the error messaging in this case was less than helpful so I logged the following: [#NIM095669 Provide more descriptive error messaging when an SOE fails because .NET Extension support was not enabled during the install of ArcGIS Server. ] It don't think it would be appropriate to disable the option to deploy extensions entirely, in case anyone wants to write something in Java. 🙂
... View more
10-09-2013
04:08 PM
|
0
|
0
|
1525
|
|
POST
|
feel free to post a simple sample. i'd be happy to take a look.
... View more
10-03-2013
01:41 PM
|
0
|
0
|
1072
|
|
POST
|
i guess now i disagree with you on two counts. 🙂 i did a quick check modifying this sample and had no trouble wiring up the navigation toolbar's sole on style event handler.
navToolbar.on("extent-history-change", extentHistoryChangeHandler);
...
function extentHistoryChangeHandler() {
console.log("fired");
dijit.byId("zoomprev").disabled = navToolbar.isFirstExtent();
dijit.byId("zoomnext").disabled = navToolbar.isLastExtent();
}
with regard to Dojo 'allowing' on style events in 1.9x. using a Dojo method would only be necessary for a DOM node that didn't already have a listener defined. since the map class is already 'evented', you should simply use the method thats already present. consider that a strong opinion, weakly held 🙂
... View more
10-03-2013
01:28 PM
|
0
|
0
|
1072
|
|
POST
|
since the map class itself is evented, i'm not sure I understand the need to try and use 'dojo/on' to handle event wiring. @tracy. also not sure whats causing your problem.
... View more
10-03-2013
11:04 AM
|
0
|
0
|
2372
|
|
POST
|
Print services definitely support passing back clientside graphics.
... View more
10-03-2013
10:58 AM
|
0
|
0
|
728
|
|
POST
|
i logged [NIM089588: Please update "Mobile gallery with map" sample so that it is also compatible with IE8.] when a customer encountered a similar error in the past. until the issue is resolved you might want to consider not using the compact build of the API if you are targeting IE8.
... View more
10-03-2013
10:56 AM
|
0
|
0
|
2419
|
|
POST
|
in version 3.4 of the API we added useProxyRule() as a technique to direct specific requests through a proxy. see this sample for a demonstration of the technique in action.
... View more
10-03-2013
10:54 AM
|
0
|
0
|
915
|
|
POST
|
the error you mentioned isn't the cause of the problem. see this thread for more information. you can test that your proxy is actually functioning by trying to load a page directly in the browser like this http://servername/folder/proxy.jsp?http://sampleserver6.arcgisonline.com/arcgis/rest/services/ServiceRequest/FeatureServer/0 that being said, i checked the network traffic in my own app and in our live sample and the proxy doesn't seem to be needed to load the page so i think it would be better to focus on the service itself (as i mentioned previously)
... View more
10-03-2013
08:23 AM
|
0
|
0
|
1236
|
|
POST
|
after making sure i had a valid proxy reference and swapping the url in your app with a different feature service i was able to see editing templates so there doesn't appear to be anything wrong with the code. http://sampleserver6.arcgisonline.com/arcgis/rest/services/ServiceRequest/FeatureServer/0 looking at your own service, it looks fine to me, but you might try publishing another one without picture marker symbology to see if something is wrong with your own symbology for some reason.
... View more
10-03-2013
07:55 AM
|
0
|
0
|
1236
|
|
POST
|
we are working on fixing this problem. sorry for the inconvenience.
... View more
10-01-2013
08:28 AM
|
0
|
0
|
3023
|
|
POST
|
the first layer you load is going to determine the coordinate system displayed in the application itself, so please try loading your own layer first and confirming whether or not map.spatialReference returns the appropriate 'wkid' in the console. is your own service available on the public internet? if so, id be happy to take a deeper look.
... View more
09-30-2013
12:52 PM
|
0
|
0
|
2140
|
|
POST
|
what happens when you load an ArcGISTiledMapServiceLayer basemap using a service like this one instead of working with multiple ArcGISDynamicMapServiceLayers?
... View more
09-30-2013
12:35 PM
|
0
|
0
|
2140
|
| 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
|