-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Removed Stamen maps #5822
Removed Stamen maps #5822
Conversation
settings/src/main/java/org/odk/collect/settings/ODKAppSettingsMigrator.java
Outdated
Show resolved
Hide resolved
5090d30
to
8981ca5
Compare
What is the expected in this case? I created (via reconfigure QR code) a QR code in 2023.3.0 of the demo project with Stamen maps. I installed Collect with the PR version (build in AS- with maps available) and added a new project by scanning the created QR code. The result in the PR version is that Google maps are source of maps. |
as long as Google Maps are available I would say it's not a big deal although it was supposed to use OSM... could you give it a try now? |
e730652
to
3041e44
Compare
Tested with Success! Verified on a device with Android 10 Verified cases:
|
Tested with Success! Verified on a device with Android 13 |
Closes #5806
Why is this the best possible solution? Were any other approaches considered?
This is what we agreed on. We don't think Stamen maps are very popular among our users so we can get rid of them.
How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?
I think we need to test:
Stamen maps
are not available nowStamen maps
selected in settings (this should be migrated to OSM)Stamen maps
on an apk where they are removed (this pr)Do we need any specific form for testing your changes? If so, please attach one.
No.
Does this change require updates to documentation? If so, please file an issue here and include the link below.
No.
Before submitting this PR, please make sure you have:
./gradlew checkAll
and confirmed all checks still pass OR confirm CircleCI build passes and run./gradlew connectedDebugAndroidTest
locally.