mapentity 1.2.4
pip install mapentity==1.2.4
Released:
Generic CRUD with maps
Navigation
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD, see LICENSE file.
- Author: Makina Corpus
Classifiers
- Development Status
- Environment
- Framework
- Intended Audience
- Natural Language
- Operating System
- Programming Language
- Topic
Project description
MapEntity
MapEntity is a CRUD interface for geospatial entities built with Django, that powers Geotrek.
INSTALL
( under development )
pip install -e git+https://github.com/makinacorpus/django-mapentity.git@develop#egg=django-mapentity
Install GDAL with its development files. For example, on Ubuntu/Debian:
$ sudo apt-get install libgdal-dev
Then install the Python packages:
$ pip install -r requirements.txt $ python setup.py install
Yes we need to do both because requirements.txt lists dependencies that are not yet on PyPI.
AUTHORS
LICENSE
BSD New
CHANGELOG
1.2.4 (2014-05-14)
Fix perms creation with south migrations
Fix register when database is not yet synced
1.2.3 (2014-05-13)
Create perms at post_syncdb signal
1.2.2 (2014-05-12)
Flush caches before creating permissions
1.2.1 (2014-05-07)
Fix internal user not being given permission if inactive
1.2.0 (2014-05-06)
Include SVG files in package data
Fix original headers not being transmitted to ConvertIt.
1.1.2 (2014-05-06)
Fix regression on permissions creation after using exists()
1.1.1 (2014-05-06)
Add missing .odt template file in package
1.1.0 (2014-05-06)
** New features **
Show number of attached files in tab (fixes #39)
Define missing classes dynamically during register (fixes #17)
Add a setting to serve media as attachment (default: True) (fixes #37)
** Bug fixes **
Force browser’s cache revalidation of geojson data (fixes #38)
Fix action history (no link to deleted objects)
Fix map views JS event attributes
** Breaking changes **
No more Meta in MapEntityForm (see commit notes)
1.0.0 (2014-04-26)
** New features **
Track objects creations, changes and deletions
Rely on Django permissions to control access to detail, list and exports
Got rid of inline JavaScript blocks, now rely on stupid-simple events
** Internal changes **
Make API_SRID a constant hardcoded to 4326
Make SRID an app setting so must appears in MAPENTITY_CONFIG in your project’s settings
0.1.0 (unreleased)
Internal version of Geotrek < 0.23
Project details
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD, see LICENSE file.
- Author: Makina Corpus
Classifiers
- Development Status
- Environment
- Framework
- Intended Audience
- Natural Language
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mapentity-1.2.4.tar.gz
.
File metadata
- Download URL: mapentity-1.2.4.tar.gz
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38e3c4522d40d49b06f63b060ff9cb6fc572c1626767b4b526c3956c8f7e5147 |
|
MD5 | df7e62aebb860701ac5c3318c7b26d22 |
|
BLAKE2b-256 | 8cb8473f3e388e5895748340e909411a9d520dd102712c4c96c1a2f019e75aea |