All Projects → ngageoint → geopackage-mapcache-ios

ngageoint / geopackage-mapcache-ios

Licence: MIT license
GeoPackage MapCache iOS App

Programming Languages

objective c
16641 projects - #2 most used programming language
swift
15916 projects

Projects that are alternatives of or similar to geopackage-mapcache-ios

geopackage-mapcache-android
GeoPackage MapCache Android App
Stars: ✭ 33 (+65%)
Mutual labels:  tiles, geopackage-libraries, nga, geopackage, geopackage-mapcache, geopackage-functionality, geopackage-tiles
geopackage-ios
GeoPackage iOS Library
Stars: ✭ 45 (+125%)
Mutual labels:  geopackage-libraries, nga, geopackage, geopackage-mapcache, geopackage-functionality, geopackage-ios
geopackage-android-map
GeoPackage Android Map Library
Stars: ✭ 26 (+30%)
Mutual labels:  geopackage-libraries, nga, geopackage, geopackage-mapcache, geopackage-functionality, geopackage-tiles
tiff-ios
Tagged Image File Format iOS Library
Stars: ✭ 26 (+30%)
Mutual labels:  geopackage-libraries, nga, geopackage
tiff-java
Tagged Image File Format Java Library
Stars: ✭ 65 (+225%)
Mutual labels:  geopackage-libraries, nga, geopackage
pygeopackage
A Python package to read/write spatial data to a geopackage.
Stars: ✭ 33 (+65%)
Mutual labels:  geopackage-libraries, geopackage
Meme-Maker-iOS
Meme Maker open source iOS app made in Swift.
Stars: ✭ 59 (+195%)
Mutual labels:  ios-app
flutter todos
A cross platform todo list app using flutter, sqlite etc. If you read the code, you will understand how to create simple elegant mobile app using Flutter and Dart language.
Stars: ✭ 60 (+200%)
Mutual labels:  ios-app
MapCompose
A fast, memory efficient Jetpack Compose library to display tiled maps, with support for markers, paths, and rotation.
Stars: ✭ 82 (+310%)
Mutual labels:  tiles
calmly
Calmly is made with flutter to practice meditation to bring headspace and calmness. 😍💆🏼‍♂️
Stars: ✭ 34 (+70%)
Mutual labels:  ios-app
anonaddy
Mobile app for AnonAddy.com.
Stars: ✭ 50 (+150%)
Mutual labels:  ios-app
dev-feed
Flutter-based mobile app displaying a list of daily curated content from top engineering blogs and articles. Backed by a GraphQL-based API written in Kotlin..
Stars: ✭ 20 (+0%)
Mutual labels:  ios-app
RxCocoa-Texture
RxCocoa Extension Library for Texture.
Stars: ✭ 98 (+390%)
Mutual labels:  ios-app
imsdk-ios
Startalk is a high-performace IM software for business. It has been stably used in Qunar for more than 4 years, providing services as well as consultation after and before sales to business. Startalk is applicable to multiple scenarios, such as office automation, business services, and first-party SDKs for IM scenes
Stars: ✭ 30 (+50%)
Mutual labels:  ios-app
rust android ios
Android / iOS app with shared Rust logic
Stars: ✭ 182 (+810%)
Mutual labels:  ios-app
CoolFrame
iOS搭建高可用APP框架,实现快速开发 。
Stars: ✭ 38 (+90%)
Mutual labels:  ios-app
ios-app
wallabag app for iOS (for wallabag v2)
Stars: ✭ 140 (+600%)
Mutual labels:  ios-app
Odeon
No description or website provided.
Stars: ✭ 68 (+240%)
Mutual labels:  ios-app
MoneyPlus
An open-source app which can help you record income and expense.一款开源的、帮助你记录收支的APP。
Stars: ✭ 29 (+45%)
Mutual labels:  ios-app
IITC-Mobile
Ingress Intel Total Conversion Mobile for iOS
Stars: ✭ 16 (-20%)
Mutual labels:  ios-app

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.

iOS App

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.

Build

Build Archive

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'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].