diff --git a/README.md b/README.md index 238cddd..9716b83 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ Adds a fully-static location field (Leaflet) to manage location-based data witho ![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 diff --git a/screenshot.jpg b/screenshot.jpg index f16c92d..49ec4bd 100644 Binary files a/screenshot.jpg and b/screenshot.jpg differ diff --git a/setup.py b/setup.py index 038f4b4..78871d4 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open('README.md', 'r') as f: setuptools.setup( name='django-map-location', description='Django Map-Location Field', - version='0.9.1', + version='0.9.2', author='relikd', license='MIT', long_description=long_description,