Anatoliy Yastreb

Results 6 issues of Anatoliy Yastreb

As a user I should be able to configure map [options](https://developers.google.com/maps/documentation/javascript/3.exp/reference#MapOptions) Options can be set globally via `_config.yml`: ``` yaml maps: google: options: disableDefaultUI: false scrollwheel: false ``` or it...

As a user I should be able to use GoogleMaps [geocoding](https://developers.google.com/maps/documentation/javascript/geocoding) For example, following post: ``` yaml --- title: Paris is cool location: Paris, France --- France is nice! {%...

If more than one point exist in the same place, a list of titles should be displayed when marker is clicked.

As a user I should be able to filter points on the map by distance from the current page. For example: `{% google_map on_page range:100 %}` should produce a map...

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...

Need to have a pie chart in reports breaking down expenses by tag.