Tim McGee

Results 67 comments of Tim McGee

@saurabhgis That is the way the 2 widgets are designed, you can only click the map with one widget at a time. So when you start to edit, it clears...

@barryderay I know the steps you describe are something that you can do with ArcGIS Desktop. Are you suggesting that this is also supported within the ESRI JavaScript API?

@carrbrpoa the line you commented out is not in the cmv measurement widget within the repo. Might that be custom code you have added?

@rick-gse thanks for the detailed description of your issue! At first blush this seems like an issue with the AGS Print Service. If you don't explicitly provide a spatial reference...

@ncrobbins1 can you provide some code of demonstrating what you have tried so far?

@ncrobbins1 I don't believe that the CMV Basemap Widget will currently support this. The basemap widget is a wrapper around the [esri BasemapGallery](https://developers.arcgis.com/javascript/jsapi/basemapgallery-amd.html) widget. To use BING maps, the bing...

Actually, I am pretty sure that if you omit the basemap when creating the map, its spatial reference will default to that of the first operational layer added to the...

@carrbrpoa what @roemhildtg says is correct. The authentication occurs within the Esri API's IdentityManager. CMV doesn't get involved. If you do not enter credentials or you enter incorrect credentials, you...

@carrbrpoa I want to make sure I am clear about what you are trying to do. You want to be able to edit some of the features layers (layers for...

You can check your layers before passing them to the Esri editor widget. Somewhere around [here](https://github.com/cmv/cmv-app/blob/master/viewer/js/gis/dijit/Editor.js#L36). So you don't have to customize the Editor widget, an alternative is to create...