https://github.com/bryceco/osmglobe
A 3-D globe covered with Web Mercator (OSM) tiles
https://github.com/bryceco/osmglobe
Last synced: about 1 year ago
JSON representation
A 3-D globe covered with Web Mercator (OSM) tiles
- Host: GitHub
- URL: https://github.com/bryceco/osmglobe
- Owner: bryceco
- Created: 2021-05-09T23:35:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-09T23:42:48.000Z (about 5 years ago)
- Last Synced: 2025-03-29T00:41:31.324Z (about 1 year ago)
- Language: Swift
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OsmGlobe
A 3-D globe covered with Web Mercator (OSM) tiles
Runs on iOS (iPhone/iPad/Mac Catalyst)
A work in progress:
* The globe is created via SceneKit
* The tiles are a CATiledLayer applied to a SCNMaterial
* The full set of tiles is then transformed (projected) via a CoreImage filter to compensate for the fact that they are Web Mercator instead of Equirectangular