We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a user I need to be able to provide location coordinates directly within google_map tag, e.g.
google_map
{% google_map latitude="51.5073896" longitude="-0.1276717" %}
this tag should render a map with single marker on given location.
The text was updated successfully, but these errors were encountered:
maps: allow setting location from map attributes. #23
cc3b319
Implemented in 2.0.4
Sorry, something went wrong.
No branches or pull requests
As a user I need to be able to provide location coordinates directly within
google_map
tag, e.g.this tag should render a map with single marker on given location.
The text was updated successfully, but these errors were encountered: