Skip to content

Commit

Permalink
Added a link to my new project mvt-postgis, a tool for creating mvt t…
Browse files Browse the repository at this point in the history
…iles from Postgis databases
  • Loading branch information
trasch committed Feb 23, 2024
1 parent 6ef3f74 commit db81efc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/MVTCLI/Query.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import ArgumentParser
import CoreLocation
import Foundation
import GISTools
import MVTTools
import CoreLocation

extension CLI {

Expand Down

0 comments on commit db81efc

Please sign in to comment.