plain-solutions-gmbh / kirby-map

Geolocation field & map block: All you need for a map on your website
MIT License
29 stars 2 forks source link

Use writer field for marker content #4

Closed johannschopplich closed 3 years ago

johannschopplich commented 3 years ago

⚠️ Breaking change.

This pull requests will replace the markdown field with the writer field. It fits my use-case much more than using Markdown.

What's your thought on this?


Edit: I also fixed a leftover from refactoring. Markers weren't working, since they included references to content.coordinates, which should be content.coors.

If you reject this PR, then I will create a separate one with this fix included.

plain-solutions-gmbh commented 3 years ago

Edit: I also fixed a leftover from refactoring. Markers weren't working, since they included references to content.coordinates, which should be content.coors.

I fixed this issue in v 1.0.1. Thanks for notice and sorry, that i fixed this by my own. Even if you saved marker in coors before, you'il see it in Frontend and getting an hint in panel:

Best regard.

johannschopplich commented 3 years ago

Great work. coors was a thorn in my eye anyway. 😄 coords or even better coordinates — glad to see you change that. 🙂