apatriz

Results 9 comments of apatriz

good call @alaframboise

You're right, I tested again quickly last night and i ran into unexpected behavior in the [4.x sample app](https://esri.github.io/calcite-maps/samples/arcgis-4.x/arcgis-4.x-2d-3d.html) I tested mostly in the 3.x sample app before. I'll look...

I think I've fixed it. Tested in all the sample apps. This is a better solution than my last attempt in my opinion -- it allows managing active status for...

i'll get to the jQuery version at some point :)

I added the jQuery implementation in my last set of commits [here ](https://github.com/Esri/calcite-maps/pull/168/commits/604b511385782d04077ad3e25d559515f5965ff0)-- forgot to mention it!

Finally getting to this now. Overlooked this because I'm not able to see the inline comments you made in the code review. If you are referring to using dojo/Nodelist-traverse --...

Also using `67.0.3396.99`, but on Windows 10. I get the same issue in latest Edge (no layers are rendered), but no warnings in the console. No build errors, but there...

Thanks for looking into this. Yes, `languageIn: "ECMASCRIPT6", languageOut: "ECMASCRIPT5"` Still using define() , and arrow functions, const, let, etc. I will see if i can make a simple repro...

Completely agree with the 'challenges' of working with graphics in 3.x and regarding the time invested in 3.x functionality vs moving forward with 4.x. Regarding defaultMapClickMode -- it can often...