Metadata-Version: 2.0
Name: cmsplugin-yandex-maps
Version: 0.2.1
Summary: Rich functionality Yandex Maps plugin for Django-CMS
Home-page: https://github.com/Atterratio/cmsplugin-yandex-maps
Author: Aeternus Atterratio
Author-email: atterratio@gmail.com
License: MIT
Keywords: Django Django-CMS Yandex Map
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: Django (>=1.7)
Requires-Dist: django-cms (>=3)

cmsplugin-yandex-maps
===========
Rich functionality Yandex Maps plugin for Django-CMS


v0.2.1
-------

Rich functionality Yandex Maps plugin for Django-CMS


INSTALLATION
===========

`pip install cmsplugin-yandex-map`

or

`pip install git+https://github.com/Atterratio/cmsplugin-yandex-maps.git`

Then, add `cmsplugin-yandex-map` to your `INSTALLED_APPS` and run `manage.py migrate`.


FEATURES
===========

* map & markers customisation
* several maps on page
* multi markers
* auto coordinates and auto placment
* size tweak
* hack for hidden ellements like modal, accordion, carousel
* routing(ugly)


Changelog
-------
####v0.2.1
* fix not copy markers on page save


####v0.2.0:
* now can add one marker to many maps


####v0.1.1:
* fix crash on set place latitude and longitude
* fix not blank Behaviors and Controls

