django-easy-maps
django-easy-maps copied to clipboard
🗺 Google Maps with easy!
this is the warning and when trying to open the page ``` easy_maps.Address: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. HINT: Configure...
This prevents the users from entering percentages as values. Code from _easy_maps/templatetags/easy_maps_tags.py_: ``` python ... options = Options( Argument('address', resolve=True, required=True), IntegerArgument('width', required=False, default=None), IntegerArgument('height', required=False, default=None), IntegerArgument('zoom', required=False, default=16),...
{% easy_map "Russia, Ekaterinburg, 42, Russia, Ekaterinburg, 44" 500 400 %} Can you add multiple addresses pls ?
First - THANK YOU for doing this - it has helped me with a project requirement "issue" on short order, and - as advertised - installing and configuring your code...
Have you considered adding the option to map based solely on the latitude/longitude? The template tag would look something like {% easy_map | [ ] [] [using ] %} The...
здравствуйте, Михаил. вопрос наверняка глупый, но от новичка много не требуйте... хочу сделать в админке при подаче заявки, чтобы был выпадающий список с возможными адресами (их немного, порядка 10). при...
In this branch I tried to implement some ideas ## Media files Previously the javascript files was included directly in the `easy_maps/map.html` template but when more than one `{% easy_map...