1
0
Fork 0
mirror of https://github.com/Luzifer/staticmap.git synced 2024-12-20 21:01:18 +00:00
staticmap/example/postmap.json
Knut Ahlers 3bb2ce36fe
Add example for marker size
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-11-30 12:41:20 +01:00

36 lines
No EOL
591 B
JSON

{
"center": {
"lat": 53.5438,
"lon": 9.9768
},
"height": 500,
"markers": [
{
"color": "blue",
"coord": {
"lat": 53.54129165,
"lon": 9.98420576699353
}
},
{
"color": "yellow",
"coord": {
"lat": 53.54565525,
"lon": 9.9680555636958
}
},
{
"color": "red",
"size": "tiny",
"coord": {
"lat": 53.54846472989871,
"lon": 9.978977621091543
}
}
],
"overlays": [
"http://openfiremap.org/hytiles/{0}/{1}/{2}.png"
],
"width": 800,
"zoom": 15
}