Skip to content
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

Android tileoverlay #278

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Conversation

AppWerft
Copy link

@AppWerft AppWerft commented Oct 3, 2019

This adds an Android-specific feature for adding tile overlays to maps.

This is a work in progress.

The typical easy usage is demonstrated in the included example for tile overlays - where you use a pre-defined XYZ based provider from the packaged json file. There's plenty of open-ended properties here to try and piece together providers outside that file, but it really needs to be cleaned up.

Additionally, we don't currently merge user-supplied options with the baked in provider options properly to build up URLs yet.

The goal is similar to this: https://leaflet-extras.github.io/leaflet-providers/preview/

@build
Copy link

build commented Oct 3, 2019

Warnings
⚠️ SDK version declared in Jenkinsfile (9.2.1.GA) does not match iOS' titanium.xcconfig value (9.2.0.GA)
Messages
📖

💾 Here are the artifacts produced:

📖

✅ All tests are passing
Nice one! All 302 tests are passing.
(There are 2 skipped tests not included in that total)

Generated by 🚫 dangerJS against 147bc39

@AppWerft
Copy link
Author

AppWerft commented Oct 3, 2019

adding of Heatmap is prepared in ViewProxy.java and TiUIMapView.java.

sgtcoolguy and others added 7 commits October 14, 2020 15:55
- Map.View add/removeTileOverlay methods
- Map module constants for tile overlay types
- clean up code, get working
- add missing variants/subdomains
- fix populating templated urls more correctly
- more leaflet provider fixes
- replace variant in url
- remove hydda and OpenMapSurfer as they appear dead
- fix nlmaps/luchtphoto variant
- add Jawg
- handle optional optiosn for cartodb, wms, wmts
- add Stadia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants