GeoPackage MapCache iOS
MapCache iOS
The GeoPackage Libraries were developed at the National Geospatial-Intelligence Agency (NGA) in collaboration with BIT Systems. The government has "unlimited rights" and is releasing this software to increase the impact of government investments by providing developers with the opportunity to take things in new directions. The software use, modification, and distribution rights are stipulated within the MIT license.
Pull Requests
If you'd like to contribute to this project, please make a pull request. We'll review the pull request and discuss the changes. All pull request contributions to this project will be released under the MIT license.
Software source code previously released under an open source license and then modified by NGA staff is considered a "joint work" (see 17 USC § 101); it is partially copyrighted, partially public domain, and as a whole is protected by the copyrights of the non-government authors and must be released according to the terms of the original open source license.
About
GeoPackage MapCache is a GeoPackage Library app for iOS that utilizes and demonstrates the functionality in GeoPackage iOS. The GeoPackage SDK is an iOS Objective-C library implementation of the Open Geospatial Consortium GeoPackage spec. The app and SDK are listed as OGC GeoPackage Implementations by the National Geospatial-Intelligence Agency.
The MapCache app provides read and write access to GeoPackage files, including features and tiles. Features are visualized and editable on the map. Tiles are visualized on the map and can be loaded from a tile provider or WMS url.
Screen Shots
Manager View with GeoPackages linked at Open Geospatial Consortium GeoPackage
Haiti Polygon Features
Belgium Point Features
Editing Haiti Features with OpenStreetMap tiles
nowCOAST tiles
Whitehorse tiles
Video
MapCache functionality demonstration video
Build
Build this repository using Xcode and/or CocoaPods:
pod repo update
pod install
Open mapcache-ios.xcworkspace in Xcode or build from command line:
xcodebuild -workspace 'mapcache-ios.xcworkspace' -scheme mapcache-ios build
Run tests from Xcode or from command line:
xcodebuild test -workspace 'mapcache-ios.xcworkspace' -scheme mapcache-ios -destination 'platform=iOS Simulator,name=iPhone 6s'
Icons
GeoPackage Icon is from Open Geospatial Consortium GeoPackage.
App Icons are from Icons8, Material Design Icons on GitHub, or generated at Android Asset Studio.
Map Button Colors
- Grey: #989898
- Yellow: #ffff00
- Green: #00ff00
- Red: #f44336
Remote Dependencies
- GeoPackage iOS (The MIT License (MIT)) - GeoPackage Library
- Fingertips (Mapbox) - Presentation mode for iOS