.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
This text does not appear on pypi or github. It is a comment.
==============================================================================
z3cform.locationwidget
==============================================================================
Widget for graphically select location in to a map, and save cordinates into field
Based in gmaps.js library
Features
--------
- Gmaps library
- Api Key Google maps definition in control panel
- Coordinates default point definition in control panel
- You can show de coordinates field via checkbox
Usage
-----
You need to set the widget to needed fields into your form instance::
from z3cform.locationwidget.field import LocationField
from plone.supermodel import model
class IMyModel(model.Schema):
my_location_field = LocationField(
title=_(u'Map Location'),
description=_(u'Set the location mark on the map'),
required=False,
)
Translations
------------
This product has been translated into
- Catalan
- Spanish
- French
Installation
------------
Install z3cform.locationwidget by adding it to your buildout::
[buildout]
...
eggs =
z3cform.locationwidget
and then running ``bin/buildout``
Contributors
============
- aormazabal, aormazabal@tda.ad
Changelog
=========
1.1.0 (released)
------------------
- Initial release
Raw data
{
"_id": null,
"home_page": "https://github.com/aormazabal/z3cform.locationwidget",
"name": "z3cform.locationwidget",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "Python Plone",
"author": "Albert Ormazabal Blanc",
"author_email": "aormazabal@tda.ad",
"download_url": "https://files.pythonhosted.org/packages/02/ef/4b92dadbd3b8d01517711539e2a999e38881594bb3de28c941b49e66a65c/z3cform.locationwidget-1.1.0.tar.gz",
"platform": null,
"description": ".. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.\n If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html\n This text does not appear on pypi or github. It is a comment.\n\n==============================================================================\nz3cform.locationwidget\n==============================================================================\n\nWidget for graphically select location in to a map, and save cordinates into field\nBased in gmaps.js library\n\nFeatures\n--------\n\n- Gmaps library\n- Api Key Google maps definition in control panel\n- Coordinates default point definition in control panel\n- You can show de coordinates field via checkbox\n\n\nUsage\n-----\n\nYou need to set the widget to needed fields into your form instance::\n\n from z3cform.locationwidget.field import LocationField\n from plone.supermodel import model\n\n\n class IMyModel(model.Schema):\n my_location_field = LocationField(\n title=_(u'Map Location'),\n description=_(u'Set the location mark on the map'),\n required=False,\n )\n\nTranslations\n------------\n\nThis product has been translated into\n\n- Catalan\n- Spanish\n- French\n\nInstallation\n------------\n\nInstall z3cform.locationwidget by adding it to your buildout::\n\n [buildout]\n\n ...\n\n eggs =\n z3cform.locationwidget\n\n\nand then running ``bin/buildout``\n\n\nContributors\n============\n\n- aormazabal, aormazabal@tda.ad\n\n\nChangelog\n=========\n\n\n1.1.0 (released)\n------------------\n\n- Initial release\n",
"bugtrack_url": null,
"license": "GPL version 2",
"summary": "GMaps Widget for string fields",
"version": "1.1.0",
"split_keywords": [
"python",
"plone"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "a3cd3c18f2bd5cbc36d028d469bae231",
"sha256": "fc757ecba5ce04528e1c1d3e87d87be5edb4d18a33a2b79d3470863e0dd4873c"
},
"downloads": -1,
"filename": "z3cform.locationwidget-1.1.0-py38-none-any.whl",
"has_sig": false,
"md5_digest": "a3cd3c18f2bd5cbc36d028d469bae231",
"packagetype": "bdist_wheel",
"python_version": "py38",
"requires_python": ">=3.6",
"size": 39595,
"upload_time": "2022-12-21T15:34:30",
"upload_time_iso_8601": "2022-12-21T15:34:30.940563Z",
"url": "https://files.pythonhosted.org/packages/8a/e6/2f9349106873c8054bd8c82cc1d9f6d8bc0b50393d03b73412c0a427406b/z3cform.locationwidget-1.1.0-py38-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "af2f2a7ab1f686ff9ec4b88d8868608c",
"sha256": "81bb3ff700409eb54086a041d9b2a30c904becd30ec2ca4b0503582ff038e202"
},
"downloads": -1,
"filename": "z3cform.locationwidget-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "af2f2a7ab1f686ff9ec4b88d8868608c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 35215,
"upload_time": "2022-12-21T15:34:33",
"upload_time_iso_8601": "2022-12-21T15:34:33.611377Z",
"url": "https://files.pythonhosted.org/packages/02/ef/4b92dadbd3b8d01517711539e2a999e38881594bb3de28c941b49e66a65c/z3cform.locationwidget-1.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-21 15:34:33",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "aormazabal",
"github_project": "z3cform.locationwidget",
"travis_ci": true,
"coveralls": true,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "z3cform.locationwidget"
}