I am having issues with the initial extent RCE zooms to when it is loaded.
It is supposed to zoom to the extent of the LRS layer. RCE is zooming to the extent of the basemap, essentially the whole world.
There is a javacript error in map.js at line 988
new ProjectionTask().project([ext], new SpatialReference(4326)).then(lang.hitch(this, function(geoms) {
ProjectionTask() is somewhere in js.arcgis.com (obfuscated...) I cannot debug!
The error reported is:
Unable to reproject the LRS map service extent to GCS. Error: Error executing project
at Object.A.m.load ((index):1028)
at (index):1035
at c ((index):103)