18 Commits

Author SHA1 Message Date
Florian Pigorsch
b9c38ea2af feature: add support for tile profider API keys. Closes #57, closes #66 2024-04-03 17:12:28 +02:00
Shanghui Yang
192067ccb4
fix go mod (#61)
* fix go mod
2021-11-16 08:13:54 +01:00
Shanghui Yang
cd2f44b9df
enable users to fetch tiles only from cache (#59)
enable users to fetch tiles only from cache
2021-11-06 14:26:55 +01:00
Florian Pigorsch
0f57205acd fmt 2021-04-03 18:29:13 +02:00
Florian Pigorsch
0818a9f287 Add ImageMarker. Closes #48. 2021-04-03 18:23:35 +02:00
Florian Pigorsch
009e6f2fb5 Add generic AddObject function. 2021-01-25 18:49:56 +01:00
Florian Pigorsch
8798ebae91 Add github actions in favour of travis-ci 2020-08-29 10:51:46 +02:00
flopp
8fe02365eb finish/fix circles implementation 2017-12-11 23:26:18 +01:00
flopp
0afd637f53 fix formatting 2017-06-27 22:24:58 +02:00
flopp
4bf3a97b02 fix formatting error in command line options 2017-06-27 20:58:26 +02:00
flopp
7c2bea0a80 add proper methods to overwrite the HTTP user agent 2017-06-27 20:51:40 +02:00
flopp
f69176185f add the possibility to specify a background color 2017-06-27 20:21:09 +02:00
gsus
1ab69e47c1 fix issue 22 with type change
prvents the following error when compiling:
/usr/local/opt/go/bin/src/github.com/flopp/go-staticmaps/create-static-map/create-static-map.go:76:
cannot assign *s2.Rect to bbox (type s2.Rect) in multiple assignment
/usr/local/opt/go/bin/src/github.com/flopp/go-staticmaps/create-static-map/create-static-map.go:81:
invalid indirect of bbox (type s2.Rect)
2017-02-08 03:46:51 +01:00
flopp
79a46b5d2d fix setting of bounding box 2017-01-28 17:33:19 +01:00
flopp
f8f945e9db some refactoring 2017-01-25 20:42:43 +01:00
flopp
ffea5fa334 let the user specify the map's bounding box. fixes #18 2017-01-25 20:18:58 +01:00
flopp
8f107f8ee6 add label color. fixes #16 2017-01-24 20:10:32 +01:00
flopp
6ae21b0adf renamed cmd to create-static-map 2016-03-23 18:07:51 +01:00