Skip to main content

Django simple geoposition field with OSM widget

Project description

codecov version downloads license

This package adds geoposition field with map widget to django. It don’t deppend on GIS extensions.

Install

pip install django-easy-geoposition-field

Usage

Add django_geoposition_field to INSTALLED_APPS.

# settings.py
INSTALLED_APPS = (
        # ...
        'django_geoposition_field',
)

Now you can add GeopositionField to your model:

# models.py
from django_geoposition_field.fields import GeopositionField

class Model(models.Model):
        position = GeopositionField()
https://raw.github.com/wiki/mireq/django-geoposition-field/admin.png?v2022-12-24

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_easy_geoposition_field-1.0.2.tar.gz (161.7 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file django_easy_geoposition_field-1.0.2.tar.gz.

File metadata

File hashes

Hashes for django_easy_geoposition_field-1.0.2.tar.gz
Algorithm Hash digest
SHA256 83d796b71c1444acaa6f41d844e65d8ad3a97660fc1990a72ba059ed859cd08a
MD5 dc1cb8f9193a4aed17c82cc7aa20871c
BLAKE2b-256 f93dd59ce05f577e34e223af7f116d361003d4ff1c80683b9f1bff212dcfd097

See more details on using hashes here.

Provenance

File details

Details for the file django_easy_geoposition_field-1.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for django_easy_geoposition_field-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e780472d54ccb45229f6281405f242ebaa459f8f6f42686700cefe462ce0e478
MD5 61eaccef40429d804b2b25311ce67066
BLAKE2b-256 f1482f21f155a75cfa92b35457accb48fba07f30a908a55049deeb2d2a1510df

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page