|
POST
|
Here is the ESRI bug tracking number on this issue if anybody cares: BUG - 000119023
... View more
02-02-2019
02:15 PM
|
2
|
5
|
1852
|
|
POST
|
I also am having this problem in 4.10. Works in 4.9. See attached polygon graphics that are getting clipped randomly.
... View more
01-26-2019
03:09 PM
|
1
|
6
|
3826
|
|
POST
|
I am getting the same warning message now in version 4.8 of the API and I don't have any portal items in the basemaps gallery widget.
... View more
07-07-2018
01:59 PM
|
1
|
0
|
1818
|
|
POST
|
Here is the ESRI bug number for this if anyone is interested. Defect ID: NIM093983 Defect Summary: The measurement widget does not display area calculations in Internet Explorer 10. The following note has been added to the defect: This is also reproducible in IE11 as well as IE10
... View more
04-30-2014
10:31 AM
|
0
|
0
|
574
|
|
POST
|
I can't get the measure widget to work in IE11 unless I take out the "IE=edge" meta tag and replace it with "IE=9" "IE=edge" is the ESRI standard according to the ESRI documentation here: https://developers.arcgis.com/javascript/jstutorials/mobile_dev.html If I include both ie=9 and ie=edge, the measure widget does not work either. What really is the new ESRI standard for the IE meta tags? <!DOCTYPE html> <html> <head> <title>Measure Tool</title> <meta http-equiv="X-UA-Compatible" content="IE=9, IE=Edge"> <!-- Only works with IE=9 Edge will cause it to fail --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no"> <link rel="stylesheet" href="http://js.arcgis.com/3.9/js/dojo/dijit/themes/claro/claro.css"> <link rel="stylesheet" href="http://js.arcgis.com/3.9/js/esri/css/esri.css"> <script src="http://js.arcgis.com/3.9/"></script> <script> require(["esri/map", "esri/geometry/Extent", "esri/dijit/Measurement", "esri/tasks/GeometryService", "esri/config", "dojo/dom", "dojo/domReady!"], function (Map, Extent, Measurement, GeometryService, esriConfig, dom) { var extent = new Extent({ "xmin": 1649130, "ymin": 859905, "xmax": 1649930, "ymax": 859999, "spatialReference": { "wkid": 3361 } }); var map = new Map("map", { extent: extent }); var ms; ms = new esri.layers.ArcGISTiledMapServiceLayer("http://www.greenwoodsc.gov/arcgis/rest/services/County_Basemap2/MapServer"); map.addLayer(ms); esriConfig.defaults.geometryService = new GeometryService("http://www.greenwoodsc.gov/arcgis/rest/services/Utilities/Geometry/GeometryServer"); var measurement = new Measurement({ map: map }, dom.byId("measure_panel")); measurement.startup(); }); </script> </head> <body> <div id="map"></div> <div id="measure_panel"></div> </body> </html>
... View more
04-28-2014
03:32 AM
|
0
|
1
|
947
|
|
POST
|
Version 3.8 of the API works great to fix the IE11 map zoom issues, but 3.8 causes jQuery Mobile select menu dropdowns to freeze in IE9 now. Why are there no jQuery Mobile samples with dropdown menus to demonstrate this issue from the ESRI samples page. Also, with 3.8 and the latest version of Firefox, dynamically created jQuery Mobile dropdown menus do not display when clicking on them until you move the mouse cursor at least 1 pixel. Does anyone know if ESRI has stopped support for jQuery Mobile in favor of DOJO or if there are any workarounds for these problems?
... View more
03-27-2014
10:30 AM
|
0
|
5
|
1316
|
|
POST
|
The return distinct option in 10.1 SP1 is not yet available in the js api.
... View more
02-22-2013
06:04 AM
|
0
|
0
|
1169
|
|
POST
|
Has anyone heard when the new returnDistinctValues queryTask parameter will be added to the JavaScript API? It works great in the REST endpoint at 10.1 SP1
... View more
12-19-2012
11:13 AM
|
0
|
1
|
842
|
|
POST
|
Whats the support like in the JavaScript API for devices like the Kindle Fire, nook, and tablets that are running Internet Explorer 10? I ran some tests at Best Buy while Christmas shopping and got lots of strange results on these devices. The Samsung and Apple devices worked quite well. Nook worked for the most part too. ESRI: Any idea when these devices will appear on the AGS Supported Browsers page? Is there a supported devices page somewhere or planned?
... View more
12-16-2012
04:08 AM
|
0
|
0
|
698
|
|
POST
|
If the map service URL is spelled wrong, then map.addLayers hangs and the onLayersAddResult event does not fire. It works fine if only the map service name part of the URL is spelled wrong, but if the path to it is wrong it hangs. Also, if any part of the first map service URL (bottom most map service) is spelled wrong, it hangs. Not sure if it makes a difference, but I'm using jQuery with the ESRI API. Hangs: http://server.BADPATH.arcgisonline.com/ArcGIS/rest/services/World_Street_Map http://server.arcgisonline.com/ArcGIS/rest/services/BadName_World_Street_Map (if bottom most map service) Works: http://server.arcgisonline.com/ArcGIS/rest/services/BadName_World_Street_Map (if NOT bottom most map service)
... View more
11-12-2012
06:08 AM
|
0
|
1
|
758
|
|
POST
|
The only problem I have noticed when upgrading to SL 5, ESRI API 3.0, and AGS 10.1 is with the free PDF printer programs (BullZip and PrimoPDF). They only print the top map service when they are all set to 100% opacity. If I set any visible map service to 99.9%, then everything is fine. Anybody know why this is? Very strange problem!
... View more
07-05-2012
12:15 PM
|
0
|
1
|
486
|
|
POST
|
How difficult would it be to use the API to retrieve the Z values of a triangle in a Terrain Dataset? Is there an example of this anywhere? Can this type of search be done fast using the Envelope of the TIN feature?
... View more
08-29-2011
10:57 AM
|
0
|
0
|
1664
|
|
POST
|
I there a way to get only the coordinate count or size of a feature with the one of the ESRI tasks? I have some very large polygons that hang-up my application when a user tries to download and highlight the geometry.
... View more
04-17-2011
04:11 PM
|
0
|
4
|
948
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-02-2023 06:39 AM | |
| 1 | 07-07-2018 01:59 PM | |
| 1 | 08-22-2019 01:35 PM | |
| 1 | 06-02-2020 06:16 AM | |
| 1 | 10-11-2019 04:28 PM |
| Online Status |
Offline
|
| Date Last Visited |
10-14-2025
09:58 AM
|