https://github.com/onukura/gitbucket-geojson-plugin
A GitBucket plugin for rendering GeoJSON file.
https://github.com/onukura/gitbucket-geojson-plugin
gitbucket gitbucket-plugin
Last synced: 3 months ago
JSON representation
A GitBucket plugin for rendering GeoJSON file.
- Host: GitHub
- URL: https://github.com/onukura/gitbucket-geojson-plugin
- Owner: onukura
- License: apache-2.0
- Created: 2020-06-26T17:21:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-28T16:25:26.000Z (almost 5 years ago)
- Last Synced: 2025-01-07T20:01:17.479Z (5 months ago)
- Topics: gitbucket, gitbucket-plugin
- Language: Scala
- Homepage:
- Size: 909 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitbucket-geojson-plugin
[](https://travis-ci.org/onukura/gitbucket-geojson-plugin)
A GitBucket plugin for rendering GeoJSON file.
Based on [Leaflet.js](https://leafletjs.com/).## Screenshot

## Install
1. Download *.jar from Releases.
2. Deploy it to `GITBUCKET_HOME/plugins`.
3. Restart GitBucket.## Build from source
```sbt
sbt clean package
```The built package is located at
`target/scala-2.13/gitbucket-geojson-plugin_2.13-{plugin-version}.jar`.```sbt
sbt assembly
```This makes the assembly package
`target/scala-2.13/gitbucket-geojson-plugin-{plugin-version}.jar`
for deployment.## Tips
You can check if your GeoJSON file is valid on [GeoJSONLint](https://geojsonlint.com/).
## Version
Plugin version|GitBucket version
:---|:---
1.0.x |4.32.x -