chore: update readme

This commit is contained in:
relikd
2024-07-03 00:24:27 +02:00
parent 427bdca611
commit 9503f105a3
3 changed files with 6 additions and 1 deletions

View File

@@ -4,6 +4,11 @@ Adds a fully-static location field (Leaflet) to manage location-based data witho
![screenshot](screenshot.jpg) ![screenshot](screenshot.jpg)
Features:
- Click on map or drag&drop pin to select location
- Reset button & use map-center button
- Display selected location or map center coordinates with zoom level
## Install ## Install

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 135 KiB

View File

@@ -6,7 +6,7 @@ with open('README.md', 'r') as f:
setuptools.setup( setuptools.setup(
name='django-map-location', name='django-map-location',
description='Django Map-Location Field', description='Django Map-Location Field',
version='0.9.1', version='0.9.2',
author='relikd', author='relikd',
license='MIT', license='MIT',
long_description=long_description, long_description=long_description,