WorldWindAndroid icon indicating copy to clipboard operation
WorldWindAndroid copied to clipboard

Offline map examples

Open spyhunter99 opened this issue 9 years ago • 5 comments

Is offline map data on the roadmap?

Also, if there's any examples on how to incorporate a TMS or Slippy based map source (web mercator), that would be awesome.

spyhunter99 avatar Jun 12 '16 15:06 spyhunter99

Yes, In the short term we are planning on incorporating offline map data in the form of a local file cache, which the most recently viewed data from a WMS. In the long term, we're looking at GeoPackage as a possible source of application specified offline map data.

Regarding TMS or Slippy based web mercator map sources, we're planning support but it's not a high priority at the moment.

pdavidc avatar Jun 13 '16 16:06 pdavidc

Hi @pdavidc is this still on the roadmap? My PM is asking for a timeline on a map project I'm working on, and offline maps is a requirement. Thanks!

lmorda avatar Mar 15 '17 19:03 lmorda

Yes, offline maps for remote resources (WMS, WMTS, WCS, image URL, etc.) is absolutely on our roadmap. We don't have a timeline for this capability, but it's on our list of what to work on next.

Note that WWAndroid currently has an offline map capability in GeoPackage. This capability is currently limited to GeoPackage image pyramids in the EPSG 4326 projection. See the GeoPackage tutorial for a usage example.

pdavidc avatar Mar 15 '17 19:03 pdavidc

Hi. I have a goal to implement offline maps cache in community edition fork this month. I was planed to use MBTiles database format to store cache and avoid lack of inodes on file system.

Does anybody from NASA development team have a time to make a conference call with me to discuss initial view of file cache implementation? I want to relay on your initial view to be able to pull request this feature later in the master branch.

EMaksymenko avatar Nov 08 '20 21:11 EMaksymenko

@ComBatVision hi mate, did you successfully load mbtiles files?

CodeK1988 avatar Nov 23 '23 03:11 CodeK1988