-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web mercator #128
Web mercator #128
Conversation
}, | ||
"resolutions": { | ||
"xstyle": "09b4d603f63df3e7aa5acc04784e36710a75671d", | ||
"dgrid": "0.3.17/esri-3.14.0", | ||
"dojo": "v1.10.4/esri-3.14.0" | ||
"dojo": "v1.10.4/esri-3.14.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be "v1.10.4/esri-3.15.0"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
}, function () { | ||
throw 'Error getting secrets!'; | ||
}); | ||
|
||
window.AGRC.apiKey = 'AGRC-E5B94F99865799'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be moved to secrets.json
as well? Or are we not worried about the web api keys?
If you merge my branch I bet that your builds would pass. |
are you ready for me to merge your branch? |
Yes |
532c91a
to
4abc460
Compare
closes #125
It's really not necessary for the identify widget. This also fixes the jasmine tests on firefox and ie.
this should fix travis tests
b5eea48
to
663f6b4
Compare
closes #64 [ci-skip]
@stdavis I'm 👍 for this, how about you? |
"dojo": "v1.10.4/esri-3.14.0" | ||
"dojo": "v1.10.4/esri-3.14.0", | ||
"esri": "~3.15.0", | ||
"xstyle": "~0.2.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why downgrade, xstyle? I vote that we just remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's using the version requested by ijit which is newer than the js api.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it.
LGTM |
I have some more commits coming... |
Convert app to wgs84 wkid 3857.
closes agrc/web-mercator-wsut-killer#3
closes #127
closes #126
closes #125
closes #124
closes #123
closes #64
closes #130