mirror of
https://github.com/Luzifer/staticmap.git
synced 2024-12-20 21:01:18 +00:00
Update example images
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
bcf50cd464
commit
566a732e9b
3 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
@ -1,3 +1,9 @@
|
||||||
publish:
|
publish:
|
||||||
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
|
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
|
||||||
bash golang.sh
|
bash golang.sh
|
||||||
|
|
||||||
|
update_example_post:
|
||||||
|
curl -X POST --data-binary @example/postmap.json -o example/postmap.png localhost:5000/map.png
|
||||||
|
|
||||||
|
update_example_get:
|
||||||
|
curl -o example/map.png 'localhost:5000/map.png?center=53.5438,9.9768&zoom=15&size=800x500&markers=color:blue|53.54129165,9.98420576699353&markers=color:yellow|53.54565525,9.9680555636958'
|
||||||
|
|
BIN
example/map.png
BIN
example/map.png
Binary file not shown.
Before Width: | Height: | Size: 425 KiB After Width: | Height: | Size: 433 KiB |
Binary file not shown.
Before Width: | Height: | Size: 416 KiB After Width: | Height: | Size: 417 KiB |
Loading…
Reference in a new issue