Skip to content

Commit

Permalink
Change changelog, use
Browse files Browse the repository at this point in the history
  • Loading branch information
LePetitTim committed Nov 27, 2019
1 parent 8cdf42c commit 0211ebf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ CHANGELOG
----------------------------

* fix settings with only MAX_ZOOM for map style
* Create map_tags allowing to send which feature will be used
* Automatically use

* Add map_image_url_loader tag allowing to add map with style, extra_features

0.3.23 (2019-11-18)
----------------------------
Expand Down
5 changes: 3 additions & 2 deletions doc/use.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Settings provide default config values, and formatted list of crud group and vie
::

{% load map_tags %}
{% map_image_url_loader feature_included=True extra_features="Extra_feature_slug,Extra_feature_2_slug" %}
{% map_image_url_loader feature_included=True extra_features="Extra_feature_slug,Extra_feature_2_slug"
base_layer="mapbox_baselayer_slug" %}

You can use like the other tags : width, heigth, anchor.
You can use the other tags : width, height, anchor.

0 comments on commit 0211ebf

Please sign in to comment.