diff --git a/LICENSE b/LICENSE index 7f76a97..b51348b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Outdooractive AG +Copyright (c) 2024 Outdooractive AG Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index dc6f070..ac5a8dd 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ targets: [ ] ``` +This package uses the [gis-tools](https://github.com/Outdooractive/gis-tools) library, and is being used by the [mvt-postgis](https://github.com/Outdooractive/mvt-postgis) library, please have a look at them as well. + ## Command line tool You can install the command line tool `mvt` locally to `/usr/local/bin` with @@ -184,15 +186,16 @@ brew install protobuf swift-protobuf swiftlint ## Links +- Libraries + - https://github.com/Outdooractive/gis-tools + - https://github.com/Outdooractive/mvt-postgis + - https://github.com/apple/swift-protobuf + - Vector tiles - https://github.com/mapbox/vector-tile-spec/tree/master/2.1 - https://github.com/mapbox/vector-tile-spec/blob/master/2.1/vector_tile.proto - https://docs.mapbox.com/vector-tiles/specification/#format -- Libraries - - https://github.com/apple/swift-protobuf - - https://github.com/Outdooractive/gis-tools - - Sample data for testing: - https://github.com/mapbox/mvt-fixtures - https://github.com/mapbox/mapnik-vector-tile/tree/master/bench diff --git a/Sources/MVTCLI/Query.swift b/Sources/MVTCLI/Query.swift index bc04609..5821add 100644 --- a/Sources/MVTCLI/Query.swift +++ b/Sources/MVTCLI/Query.swift @@ -1,8 +1,8 @@ import ArgumentParser +import CoreLocation import Foundation import GISTools import MVTTools -import CoreLocation extension CLI {