jekyll-maps icon indicating copy to clipboard operation
jekyll-maps copied to clipboard

Configurable Google Maps options with defaults

Open ayastreb opened this issue 9 years ago • 4 comments

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 %}

ayastreb avatar Jul 23 '16 14:07 ayastreb

+1

peterjaap avatar Mar 18 '17 17:03 peterjaap

+1

jbibla avatar Jun 18 '17 13:06 jbibla

zoom:NN would be really nice

chizmw avatar Dec 08 '19 12:12 chizmw

zoom:NN would be really nice

My bad, it is there:

  • https://github.com/ayastreb/jekyll-maps/blob/master/lib/jekyll-maps/options_parser.rb#L15

chizmw avatar Dec 08 '19 12:12 chizmw