jekyll-maps
jekyll-maps copied to clipboard
Configurable Google Maps options with defaults
As a user I should be able to configure map options
Options can be set globally via _config.yml:
maps:
google:
options:
disableDefaultUI: false
scrollwheel: false
or it can be set from tag:
{% google_map on_page zoom:10 %}
+1
+1
zoom:NN would be really nice
zoom:NNwould be really nice
My bad, it is there:
- https://github.com/ayastreb/jekyll-maps/blob/master/lib/jekyll-maps/options_parser.rb#L15