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 should be able to provide multiple locations per single document. For example:
location: - title: point A latitude: 43.988223 longitude: 13.223221 - title: point B latitude: 45.987348 longitude: 5.4424479 url: /somewhere-else
should produce two points on the map with this document. If no URL provided for specifi point, document's main URL is used.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
maps: implement loading multiple locations from single document. #6
72a9419
Implemented in 2.0.4
No branches or pull requests
As a user I should be able to provide multiple locations per single document.
For example:
should produce two points on the map with this document.
If no URL provided for specifi point, document's main URL is used.
The text was updated successfully, but these errors were encountered: