I have a bunch of entries en DB for the specific geographic location.
Like:

I want to render it's location on the map. Rn to do that I need to do something like
- {{maps}}
- Center
- 37.761013,-122.4216972
- Markers
- [[Dandelion Chocolate]]
- 37.761013,-122.4216972
Specifying the same coordinate twice, which is kind of awkward.
I think it'd be good if you could optionally have a marker in the center of the map, maybe with syntax something like:
- {{maps}}
- Center
- 37.761013,-122.4216972
- [[Dandelion Chocolate]]
(when a sub-block with the label is present - render it)
I have a bunch of entries en DB for the specific geographic location.
Like:

I want to render it's location on the map. Rn to do that I need to do something like
Specifying the same coordinate twice, which is kind of awkward.
I think it'd be good if you could optionally have a marker in the center of the map, maybe with syntax something like:
(when a sub-block with the label is present - render it)