chore: update readme
This commit is contained in:
@@ -4,6 +4,11 @@ Adds a fully-static location field (Leaflet) to manage location-based data witho
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|||||||
BIN
screenshot.jpg
BIN
screenshot.jpg
Binary file not shown.
|
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 135 KiB |
2
setup.py
2
setup.py
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user