-
Notifications
You must be signed in to change notification settings - Fork 61
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
UI for custom tokens for Stamen/Stadia maps #77
base: master
Are you sure you want to change the base?
UI for custom tokens for Stamen/Stadia maps #77
Conversation
Strictly speaking this is a breaking change as it requires mroe recent versions of Xcode
Thanks @paulschuberth, this looks like a great start. I think we'd need to do a few things to make this suitable for normal users:
I appreciate that might be biting off more than you want to on this! |
Very valid points! I am happy to give it a try and will update here, once I have something I think is worth reviewing again 👍🏻 |
87cf59c
to
44323c3
Compare
Hi @tomtaylor , thanks again for your review last time around. I believe to have addressed your suggestions. Especially point (2), preventing selection of Stamen maps without a token, proved to be a bit of a challenge. Looking forward to hear/read what you think about it. |
This aims at providing a slightly more precise error in case the selected map type requires an API key and SatelliteEyes has not been provided with a valid key.
01d7013
to
da87d9b
Compare
Hey Paul, just wondering if this ever got merged into the main branch? |
Hey @NortonTech3D, not to my knowledge, no |
First of all thank you for this fun application!
This PR goal is to resolve #76 by providing a user interface to provide an API key for the maps provided by Stamen/Stadia.
As of right now it's still pretty rough and will likely need some polishing. I am not familiar with the value bindings in
TTPreferencesWindow.xib
. The current solution copies the approach of the other settings and hopes for the best. Maybe some form of validation is appropriate here?I am very much open to suggestions and ideas. My Obj-C got a bit rusty and I have so far not worked with AppKit.