diff --git a/LICENSE b/LICENSE index 8f71f43..283860a 100644 --- a/LICENSE +++ b/LICENSE @@ -178,7 +178,7 @@ APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" + boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright {yyyy} {name of copyright owner} + Copyright 2017- Knut Ahlers Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 8bcb2b6..64e28e6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +[![Go Report Card](https://goreportcard.com/badge/github.com/Luzifer/staticmap)](https://goreportcard.com/report/github.com/Luzifer/staticmap) +![](https://badges.fyi/github/license/Luzifer/staticmap) +![](https://badges.fyi/github/downloads/Luzifer/staticmap) +![](https://badges.fyi/github/latest-release/Luzifer/staticmap) + # Luzifer / staticmap `staticmap` is a webserver written in Go to generate static maps from [OpenStreetMap](https://openstreetmap.org/) tiles. Its API is inspired by the [Google Static Maps API](https://developers.google.com/maps/documentation/static-maps/intro) but supports only a subset of the functions and parameters described there. @@ -30,11 +35,11 @@ The map center is set to a coordinate within Hamburg, Germany with a zoom level ## Setup -- There is a Docker container available: [`quay.io/luzifer/staticmap`](https://quay.io/repository/luzifer/staticmap) +- There is a Docker container available: [`luzifer/staticmap`](https://hub.docker.com/r/luzifer/staticmap/) - This repository has precompiled binaries attached in the [releases](https://github.com/Luzifer/staticmap/releases) section - You can `go get github.com/Luzifer/staticmap` the project and build it from source -Afterwards just see `staticmap --help` (or `docker run --rm -ti quay.io/luzifer/staticmap --help`) for commandline parameters. +Afterwards just see `staticmap --help` (or `docker run --rm -ti luzifer/staticmap --help`) for commandline parameters. ----