https://github.com/dkniffin/webtrees-openstreetmap
Openstreetmap plugin for webtrees
https://github.com/dkniffin/webtrees-openstreetmap
genealogy javascript php webtrees
Last synced: about 1 month ago
JSON representation
Openstreetmap plugin for webtrees
- Host: GitHub
- URL: https://github.com/dkniffin/webtrees-openstreetmap
- Owner: dkniffin
- License: mit
- Created: 2014-07-08T22:15:08.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T12:39:58.000Z (over 7 years ago)
- Last Synced: 2025-03-29T06:11:28.540Z (2 months ago)
- Topics: genealogy, javascript, php, webtrees
- Language: JavaScript
- Homepage:
- Size: 1.17 MB
- Stars: 14
- Watchers: 7
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a [webtrees](http://webtrees.net) plugin for displaying location data on openstreetmap tiles, and displayed via leaflet.

## Requirements
This module requires webtrees 1.5+.For now, this module relies on the Google Maps module. In the future, the plan is to remove that requirement.
## Installation
### via zip/tarball
Download the plugin, based on your webtrees version, and unpack it into `webtrees/modules/openstreetmap`| Webtrees version | zip | tarball |
|------------------|-----|---------|
| >= 1.7.x | [zip](https://github.com/dkniffin/webtrees-openstreetmap/archive/v1.8.zip) | [tar.gz](https://github.com/dkniffin/webtrees-openstreetmap/archive/v1.8.tar.gz) |
| < 1.7.x | [zip](https://github.com/dkniffin/webtrees-openstreetmap/archive/v1.6.zip) | [tar.gz](https://github.com/dkniffin/webtrees-openstreetmap/archive/v1.6.tar.gz) |### via git
`git clone https://github.com/oddityoverseer13/webtrees-openstreetmap.git /openstreetmap`
## Contributing
Feel free to open a PR with any changes you'd like to make to this plugin. I don't have a whole lot of time to devote to this, but I will definitely review (and probably merge) any PRs in a timely manner.