In Lesson 6, I learned how to deal with more complicated JavaScript code. Reading the lesson material, I was initially overwhelmed by the number of steps in the code needed to symbolize feature layers in web applications. I agree with Professor Detwiler that it helps to start with sample code and use it to guide my coding so that I don’t forget steps. I also continue to rely on the API documentation when I’m not sure what a property or method is doing in sample code. I also learned how to do an if/else if/else statement through the sample code and the W3 Schools page.
I still find it confusing that the API documentation often uses autocasting, as noted in the lecture. This sometimes makes it harder for me to use the documentation when I’m trying to figure out what something does in the sample code, or how to do something I want to do in my own code, because it will be done two different ways. I agree with Professor Detwiler that it’s easier to follow the non-autocast code, but it’s also really nice to not have to remember more classes to call in the “Require” statement.
I also couldn’t get the “Watch” function in the Chrome developer tools to work. Instead, I used trial and error, as well as looking at the layer in ArcGIS Pro, to figure out the best camera settings. The Feature Layer I chose also requires the viewer to zoom in far to see the layer, so it was difficult to get an optimal view.