-
Notifications
You must be signed in to change notification settings - Fork 107
v2 defaults to JSAPI 4.1 #307
Conversation
nice work @jwasilgeo! Unfortunately, popups still look borked to me. I pulled this branch, ran Also a problem in the extrusion example: It's been a long time since I got my BA in Geography, but I'm pretty sure that ain't Jefferson, MS. I suspect those problems are w/ the ArcGIS API for JavaScript itself, and not related to angular-esri-map, but haven't done any testing to confirm that. Speaking of testing. Unit tests pass, but thanks to the joys of local webdriver testing, I'm not able to run the e2e tests. I'm sure they pass if you say they do. Other than that, great work on this PR in not only updating to 4.1 but updating the examples to show the new (if still broken) functionality. |
My bad, that may indeed be Jefferson, MS. I thought I was looking at a map of the entire US, but turns out that data is just from a few southern states. It truly has been a while since I got that geography degree. |
@tomwayson thanks for the review! I just made some changes to a couple of the e2e functional tests that were not passing I think because they were too fast for a few dom elements that needed some more time to become available. I think the popup issue is still there with JSAPI. I just tried out the related sample page and did this in the html,
body {
padding: 0;
margin: 0;
height: 10000px;
width: 100%;
}
#viewDiv {
margin-top:800px;
height: 300px;
} What do you think? Shall we still press forward? |
Yeah, I did the same last night. Did you see something, like in the release notes that gave you the impression that popups would be fixed? If so, we should let'em know they're not. Either way, I think we should remove that example from the nav menu for now, but otherwise merge your changes. Also, w/r/t e2e tests not working for me, it's a webdriver issue in my env that I don't have time to figure out. As long as they're passing for you, let's roll w/ this. |
I went back and tested out the behavior in our sample docs with jsapi 4.0, and still saw the same effects. Good idea: we can indeed log feedback to that team to let them know what we're seeing. I just pushed another commit that hides the PopupTemplate sample from our TOC and router. |
- changed references to JSAPI in esriLoader for overall consistency among docs
resolves #305
resolves #299
@tomwayson do you have available bandwidth for a review of this PR?
Once approved and merged, I can take care of: