Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Frojd/wagtail-geo-widget
Wagtail-Geo-Widget is the complete map solution for your Wagtail site.
https://github.com/Frojd/wagtail-geo-widget
geodjango google-maps leaflet open-street-map wagtail
Last synced: about 1 month ago
JSON representation
Wagtail-Geo-Widget is the complete map solution for your Wagtail site.
- Host: GitHub
- URL: https://github.com/Frojd/wagtail-geo-widget
- Owner: Frojd
- License: mit
- Created: 2016-11-04T06:40:00.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T06:05:53.000Z (7 months ago)
- Last Synced: 2024-06-18T20:01:26.549Z (6 months ago)
- Topics: geodjango, google-maps, leaflet, open-street-map, wagtail
- Language: Python
- Homepage:
- Size: 914 KB
- Stars: 136
- Watchers: 8
- Forks: 38
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/contributing.md
- License: LICENSE
- Security: SECURITY.md
- Support: docs/supported-geocoders.md
Awesome Lists containing this project
- awesome-wagtail - Wagtail-Geo-Widget - Google Maps widget for the GeoDjango PointField field in Wagtail. (Apps / Widgets)
- awesome-starred - Frojd/wagtail-geo-widget - Wagtail-Geo-Widget is the complete map solution for your Wagtail site. (wagtail)
README
[![Run tests, lint and publish](https://github.com/Frojd/wagtail-geo-widget/actions/workflows/main.yml/badge.svg)](https://github.com/Frojd/wagtail-geo-widget/actions/workflows/main.yml) [![PyPI version](https://badge.fury.io/py/wagtailgeowidget.svg)](https://badge.fury.io/py/wagtailgeowidget)
# Wagtail-Geo-Widget
Wagtail-Geo-Widget is the complete map solution for your Wagtail site.
![Screen1](https://raw.githubusercontent.com/frojd/wagtail-geo-widget/develop/img/screen1.png)
## Features
- Supports Google Maps or any tile provider supported by Leaflet (such as Open Street Map or Mapbox)
- Real spatial support (with GeoDjango and PointField)
- Storing coordinates as strings (for no-GeoDjango setups)
- StreamField integration
- Searching with geocoding (supports Google Geocoding, Nominatim and Mapbox)
- Inline panel support
- Optional address search field
- Language support## Documentation
- [Getting started with Google Maps](https://github.com/Frojd/wagtail-geo-widget/blob/main/docs/getting-started-with-google-maps.md)
- [Getting started with Leaflet](https://github.com/Frojd/wagtail-geo-widget/blob/main/docs/getting-started-with-leaflet.md)
- [Settings](https://github.com/Frojd/wagtail-geo-widget/blob/main/docs/settings.md)
- [Adding the widget to a Page](https://github.com/Frojd/wagtail-geo-widget/blob/main/docs/adding-to-a-page.md)
- [Integrating with GeoDjango](https://github.com/Frojd/wagtail-geo-widget/blob/main/docs/integrating-with-geodjango.md)
- [Adding to a StreamField](https://github.com/Frojd/wagtail-geo-widget/blob/main/docs/adding-to-a-streamfield.md)
- [Supported Geocoders](https://github.com/Frojd/wagtail-geo-widget/blob/main/docs/supported-geocoders.md)
- [FAQ](https://github.com/Frojd/wagtail-geo-widget/blob/main/docs/faq.md)## Contribute
If you have ideas for improvement, please share your thoughts through an issue.
- Issue Tracker: [https://github.com/Frojd/wagtail-geo-widget/issues](https://github.com/Frojd/wagtail-geo-widget/issues)
- Source Code: [https://github.com/Frojd/wagtail-geo-widget](https://github.com/Frojd/wagtail-geo-widget)
- [Contribution documentation](https://github.com/Frojd/wagtail-geo-widget/blob/main/docs/contributing.md)We also welcome Pull Requests (PR). Please note that this project uses git-flow so please use the `develop` branch when creating PR's.
## Security
If you believe you have found a security issue with any of our projects please email us at [[email protected]]([email protected]).
## License
Wagtail-Geo-Widget is released under the [MIT License](http://www.opensource.org/licenses/MIT).