Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsmock/opendata
https://github.com/tsmock/opendata
josm josm-plugin
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tsmock/opendata
- Owner: tsmock
- Created: 2024-03-27T14:33:45.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-16T17:26:35.000Z (8 months ago)
- Last Synced: 2024-05-16T18:39:40.474Z (8 months ago)
- Topics: josm, josm-plugin
- Language: Java
- Size: 46.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE-2.0.txt
Awesome Lists containing this project
README
README
======Readme for JOSM Open Data plugin
* Author: Don-vip
* License: GPL v3 (see GPL-3.0.txt) and others (see below for details)-------------------------------- DOCUMENTATION --------------------------------
See https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData
----------------------------------- LICENSE -----------------------------------
The source code of this plugin is composed of the following folders, with distinct licenses:
- src: main source code (GPL v3)
- includes: several COTS, heavily truncated to fit only the plugin needs and reduce the JAR size:
- org/apache: one Apache COTS (Apache License 2.0, see LICENSE-2.0.txt)
- poi: Apache POI 3.7 (Excel format support without styles, formulas and writing capabilities, used by the plugin itself)
- org/j7zip: J7zip 4.43alpha2 (7z archive read support, LGPL v2.1, see LGPL-2.1.txt)
- org/jopendocument: jOpenDocument 1.2 (ODS support without styles and writing capabilities, used by the plugin itself) (GPL v3, see GPL-3.0.txt)