jekyll-maps
jekyll-maps copied to clipboard
Category filter
As a user I should be able to filter locations by document category.
Multiple categories should be supported with the following syntax:
{% google_map category:apples,oranges %} - matches documents in apples AND oranges categories.
{% google_map category:apples|oranges %} - matches documents in apples OR oranges categories.