File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,12 @@ Just add map widgets to your django admin forms.
8989
9090![ ] ( https://cloud.githubusercontent.com/assets/1518272/26807500/ad0af4ea-4a4e-11e7-87d6-632f39e438f7.gif )
9191
92+
93+ ##### MapBox Map Point Field Widget
94+
95+ ![ ] ( https://user-images.githubusercontent.com/1518272/168497515-f97363f4-6860-410e-9e24-230a2c4233b7.png )
96+
97+
9298##### Google Map Static Overlay Widget
9399This widget is working with <a href =" http://dimsemenov.com/plugins/magnific-popup/ " target =" _blank " >Magnific Popup</a > jQuery plugin.
94100
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Django Map Widgets
1616Configurable, pluggable and more user friendly map widgets for Django PostGIS fields.
1717
1818.. note ::
19- Check the `project home page <https://github.com/erdem/django-map-widgets/ >`_ for latest updates.
19+ Please check the `project home page <https://github.com/erdem/django-map-widgets/ >`_ for latest updates.
2020
2121 * **Project Home Page ** : `https://github.com/erdem/django-map-widgets <https://github.com/erdem/django-map-widgets/ >`_.
2222 * **Documentation **: `http://django-map-widgets.readthedocs.io <http://django-map-widgets.readthedocs.io/ >`_.
Original file line number Diff line number Diff line change 33VERSION = (0 , 4 , 0 )
44__version__ = '.' .join (map (str , VERSION ))
55
6+
7+ LONG_DESCRIPTION = """
8+ Configurable, pluggable and more user friendly map widgets for Django PostGIS fields.
9+ Please check the `project home page <https://github.com/erdem/django-map-widgets/>`_ for latest updates.
10+ """
11+
12+
613setup (
714 name = 'django-map-widgets' ,
815 version = __version__ ,
916 description = 'Map widgets for Django PostGIS fields' ,
10- long_description = 'Configurable, pluggable and more user friendly map widgets for Django PostGIS fields.' ,
17+ long_description = LONG_DESCRIPTION ,
1118 long_description_content_type = 'text/x-rst' ,
1219 author = 'Erdem Ozkol' ,
13202532 'Programming Language :: Python' ,
2633 ],
2734)
28-
You can’t perform that action at this time.
0 commit comments