Skip to content

feat: add WMS tile overlay support to maps-compose-utils#884

Open
kikoso wants to merge 1 commit intomainfrom
feat/wms-tile-overlay
Open

feat: add WMS tile overlay support to maps-compose-utils#884
kikoso wants to merge 1 commit intomainfrom
feat/wms-tile-overlay

Conversation

@kikoso
Copy link
Copy Markdown
Collaborator

@kikoso kikoso commented Mar 31, 2026

This PR adds support for Web Map Service (WMS) layers using the EPSG:3857 (Web Mercator) projection to the maps-compose-utils module.

Key changes:

  • Created WmsUrlTileProvider for bounding box calculations.
  • Created WmsTileOverlay composable.
  • Added unit tests for coordinate math.
  • Added a demo activity in maps-app using the USGS National Map WMS service.

Closes #880

@googlemaps-bot
Copy link
Copy Markdown
Contributor

Code Coverage

There is no coverage information present for the Files changed

@kikoso kikoso changed the title feat: add WMS tile overlay support to maps-compose-utils (#880) feat: add WMS tile overlay support to maps-compose-utils Apr 1, 2026
@kikoso kikoso marked this pull request as ready for review April 1, 2026 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

WmsUrlTileProvider(EPSG:3857) class that is a subclass of UrlTileProvider and a WmsTileOverlay composable that wraps TileOverlay and uses said provider.

3 participants