|
POST
|
The underlying problem is that, for version 4.6, the insertPoint doesn't work when adding a point at the end of the ring. We plan to fix this for version 4.7. See also https://community.esri.com/thread/209499-polygon-and-polyline-insertpoint-function-seems-to-be-broken-in-js-api-46-but-was-working-in-45
... View more
03-02-2018
05:47 PM
|
1
|
0
|
4342
|
|
POST
|
That seems to be a bug in version 4.5 and 4.6. It shouldn't be returning undefined in this case. (Note that it does return false if you zoom out - using the jsfiddle above, but still ... there's a bug there.) Thank you for reporting, we will look at fixing this for version 4.7.
... View more
02-27-2018
10:53 PM
|
1
|
0
|
789
|
|
POST
|
rorodrig - may I ask what is the Bug# support gave you?
... View more
02-21-2018
07:31 PM
|
0
|
0
|
4662
|
|
POST
|
https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=widget_directions_basic is not using a sample service (I think), it's using the ArcGIS World Directions Service...
... View more
02-15-2018
04:18 PM
|
2
|
3
|
2362
|
|
IDEA
|
Levi Roberts - isn't this the same idea as https://community.esri.com/ideas/9987 ? https://community.esri.com/ideas/9987-group-layers-for-arcgis-online
... View more
01-26-2018
03:50 PM
|
0
|
0
|
813
|
|
POST
|
Hi Tiler No, it's not possible to configure a web map to have tabs in the popup and make it show up as tabs inside a popup in the Web AppBuilder. This would require custom development of the Web AppBuilder. See for example the web map docs for popups: https://developers.arcgis.com/web-map-specification/objects/popupInfo/
... View more
01-26-2018
03:27 PM
|
0
|
0
|
982
|
|
POST
|
Kevin, 3x Scalebar differs from the 4x ScaleBar in this aspect - which you might have noticed in their API References. The change we made for 4x was to use the actual location of the scale bar to calculate the scale (when the scale bar is inside the map). I think this makes it less confusing. I think this works better than 3x in most cases. The exception is when users are looking at a map where the scale is very different from one location to another, for example when zoomed out to the whole world. In those cases, we might change the behavior in a future release to not be visible (when it's not reasonably correct). This would also be consistent with SceneView/3D where currently the ScaleBar does not display (since almost all the time, it would be incorrect for most of the map).
... View more
12-22-2017
11:45 AM
|
2
|
0
|
1955
|
|
POST
|
Francis Moisan Yes, there's an option for returning the field name instead of the alias. Since 10.5: returnFieldName http://resources.arcgis.com/en/help/arcgis-rest-api/#/Find/02r3000000zm000000/
... View more
12-20-2017
10:56 AM
|
0
|
0
|
954
|
|
POST
|
Kevin MacLeod The 3x Scalebar is documented at https://developers.arcgis.com/javascript/3/jsapi/scalebar-amd.html When the scalebar is inside the map, the actual location of the scalebar is used to calculate the scale.
When the scalebar is positioned outside the map div the following values are used:
* If the scalebar is above the map, the upper border of the map is used.
* If the scalebar is below the map, the lower border of the map is used.
* If the scalebar is positioned next to the map, its vertical location is used.
... View more
12-20-2017
09:20 AM
|
2
|
2
|
1955
|
|
POST
|
Jon Mullen - yes, this was fixed in 4.4 (as far as we know). Do you have a simple test app for 4.5 (or even better 4.6) that shows the issue you're seeing?
... View more
12-20-2017
09:14 AM
|
0
|
1
|
1323
|
|
POST
|
Thomas, This issue affected IE11 and Edge. It has been fixed now. Clear your browser cache and your ArcGIS Web Application should work good again - even in IE11.
... View more
09-28-2017
08:17 PM
|
1
|
0
|
1054
|
|
POST
|
Minor update: all the ArcGIS Online services are better accessed as https, so even the Street service should be https. So in my code block above http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer should be https://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer
... View more
07-25-2017
12:57 PM
|
2
|
1
|
2944
|
|
POST
|
bart lissens : This is planned to be fixed for JSAPI version 4.5, which is currently scheduled for end of September.
... View more
07-19-2017
01:30 PM
|
0
|
1
|
4788
|
|
POST
|
Janie Goddard - I think the best option for now is to modify your config.xml files. There are two possible solutions: (1) instead of using the default basemap group, point it to an organization that has all-except-USGS basemaps. (2) instead of asking online/portal for the basemaps, hardcode them in your config. For option 1 In the map tag, change addarcgisbasemaps="true" to addarcgisbasemaps="false" portalurl="https://YOUR-ORGANIZATION.maps.arcgis.com" For option 2 1. Change addarcgisbasemaps="true" to addarcgisbasemaps="false" 2. Add the basemaps (this might be slightly idfferent set from what you're used to - adjust as appropriate). Add it inside the map tag, before the operationallayers tag. <basemaps>
<layer label="Topo" type="tiled" visible="true" alpha="1"
icon="https://www.arcgis.com/sharing/rest/content/items/6e03e8c26aad4b9c92a87c1063ddb0e3/info/thumbnail/topo_map_2.jpg"
url="https://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer"/>
<layer label="Imagery" type="tiled" visible="false" alpha="1"
icon="https://www.arcgis.com/sharing/rest/content/items/86de95d4e0244cba80f0fa2c9403a7b2/info/thumbnail/tempimagery.jpg"
url="https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer"/>
<layer label="Imagery with labels" type="tiled" visible="false" alpha="1"
icon="assets/images/basemap_imagery_with_labels.png"
url="https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer"/>
<layer label="Imagery with labels" type="tiled" visible="false" alpha="1"
icon="https://www.arcgis.com/sharing/rest/content/items/413fd05bbd7342f5991d5ec96f4f8b18/info/thumbnail/imagery_labels.jpg"
url="https://services.arcgisonline.com/ArcGIS/rest/services/Reference/World_Boundaries_and_Places/MapServer"/>
<layer label="Dark Gray Canvas" type="tiled" visible="false" alpha="1"
icon="https://www.arcgis.com/sharing/rest/content/items/25869b8718c0419db87dad07de5b02d8/info/thumbnail/DGCanvasBase.png"
url="https://server.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Dark_Gray_Base/MapServer"/>
<layer label="Dark Gray Canvas" type="tiled" visible="false" alpha="1"
icon="https://www.arcgis.com/sharing/rest/content/items/25869b8718c0419db87dad07de5b02d8/info/thumbnail/DGCanvasBase.png"
url="https://services.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Dark_Gray_Reference/MapServer"/>
<layer label="Light Gray Canvas" type="tiled" visible="false" alpha="1"
icon="https://www.arcgis.com/sharing/rest/content/items/8b3b470883a744aeb60e5fff0a319ce7/info/thumbnail/light_gray_canvas.jpg"
url="https://server.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer"/>
<layer label="Light Gray Canvas" type="tiled" visible="false" alpha="1"
icon="https://www.arcgis.com/sharing/rest/content/items/8b3b470883a744aeb60e5fff0a319ce7/info/thumbnail/light_gray_canvas.jpg"
url="https://services.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Reference/MapServer"/>
<layer label="National Geographic" type="tiled" visible="false" alpha="1"
icon="https://www.arcgis.com/sharing/rest/content/items/509e2d6b034246d692a461724ae2d62c/info/thumbnail/natgeo.jpg"
url="https://server.arcgisonline.com/ArcGIS/rest/services/NatGeo_World_Map/MapServer"/>
<layer label="Terrain with labels" type="tiled" visible="false" alpha="1"
icon="https://www.arcgis.com/sharing/rest/content/items/aab054ab883c4a4094c72e949566ad40/info/thumbnail/terrain_labels.jpg"
url="https://server.arcgisonline.com/ArcGIS/rest/services/World_Terrain_Base/MapServer"/>
<layer label="Terrain with labels" type="tiled" visible="false" alpha="1"
icon="https://www.arcgis.com/sharing/rest/content/items/aab054ab883c4a4094c72e949566ad40/info/thumbnail/terrain_labels.jpg"
url="https://services.arcgisonline.com/ArcGIS/rest/services/Reference/World_Reference_Overlay/MapServer"/>
<layer label="Oceans" type="tiled" visible="false" alpha="1"
icon="https://www.arcgis.com/sharing/rest/content/items/48b8cec7ebf04b5fbdcaf70d09daff21/info/thumbnail/tempoceans.jpg"
url="https://server.arcgisonline.com/ArcGIS/rest/services/Ocean/World_Ocean_Base/MapServer"/>
<layer label="Oceans" type="tiled" visible="false" alpha="1"
icon="https://www.arcgis.com/sharing/rest/content/items/48b8cec7ebf04b5fbdcaf70d09daff21/info/thumbnail/tempoceans.jpg"
url="https://services.arcgisonline.com/ArcGIS/rest/services/Ocean/World_Ocean_Reference/MapServer"/>
<layer label="Streets" type="tiled" visible="false"
icon="assets/images/basemap_streets.jpg"
url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"/>
<layer label="OpenStreetMap" type="osm" visible="false" icon="assets/images/basemap_osm.jpg"/>
</basemaps>
... View more
07-19-2017
10:28 AM
|
2
|
3
|
2944
|
|
POST
|
Janie Goddard Stephen Mitchell - do you have a public facing web app where this can be reproduced? Which browsers (on which platforms) does this happen in?
... View more
07-17-2017
03:07 PM
|
0
|
7
|
2944
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 03-11-2026 11:16 AM | |
| 2 | 03-17-2025 08:24 AM | |
| 3 | 03-17-2025 07:27 AM | |
| 4 | 02-26-2025 11:37 AM | |
| 1 | 03-23-2023 04:36 PM |
| Online Status |
Offline
|
| Date Last Visited |
a month ago
|