Skip to content

Commit

Permalink
Merge pull request #14 from mapbox/badge
Browse files Browse the repository at this point in the history
Fixes travis badges for MD & RST
  • Loading branch information
jqtrde committed Oct 6, 2015
2 parents ddf5207 + 55fab7d commit 21b7124
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# untiler

[![Build Status](https://magnum.travis-ci.com/mapbox/untiler.svg?token=Dkq56qQtBntqTfE3yeVy&branch=master)](https://magnum.travis-ci.com/mapbox/untiler) [![Coverage Status](https://coveralls.io/repos/mapbox/untiler/badge.svg?branch=master&service=github&t=nhModO)](https://coveralls.io/github/mapbox/untiler?branch=master)
[![Build Status](https://travis-ci.org/mapbox/untiler.svg?branch=master)](https://travis-ci.org/mapbox/untiler) [![Coverage Status](https://coveralls.io/repos/mapbox/untiler/badge.svg?branch=master&service=github&t=nhModO)](https://coveralls.io/github/mapbox/untiler?branch=master)

Utility to take a directory of `{z}/{x}/{y}.(jpg|png)` tiles, and stitch into a scenetiff (`tif` w/ exact merc tile bounds). Future versions will support fast indexed reading directly from `tar` archives.

Expand Down Expand Up @@ -47,4 +47,4 @@ Options:
Outputs a line-delimited stream of tile `[x, y, z]`s; useful to pipe into `mercantile shapes` to visualize geometry:
```
untiler inspectdir <dir> -z 19 | mercantile shapes | fio collect | geojsonio
```
```
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ into ``mercantile shapes`` to visualize geometry:

untiler inspectdir <dir> -z 19 | mercantile shapes | fio collect | geojsonio

.. |Build Status| image:: https://magnum.travis-ci.com/mapbox/untiler.svg?token=Dkq56qQtBntqTfE3yeVy&branch=master
:target: https://magnum.travis-ci.com/mapbox/untiler
.. |Build Status| image:: https://travis-ci.org/mapbox/untiler.svg?branch=master
:target: https://travis-ci.org/mapbox/untiler
.. |Coverage Status| image:: https://coveralls.io/repos/mapbox/untiler/badge.svg?branch=master&service=github&t=nhModO
:target: https://coveralls.io/github/mapbox/untiler?branch=master

0 comments on commit 21b7124

Please sign in to comment.