mirror of
https://github.com/Luzifer/staticmap.git
synced 2024-12-20 04:41:18 +00:00
Fix meta files
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
9c299f70e8
commit
2c2b9269d0
2 changed files with 9 additions and 4 deletions
4
LICENSE
4
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 <knut@ahlers.me>
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -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.
|
||||
|
||||
----
|
||||
|
||||
|
|
Loading…
Reference in a new issue