Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwai committed Sep 18, 2020
1 parent d5fcb60 commit 00aa5c4
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 31 deletions.
31 changes: 13 additions & 18 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![test](https://badgen.net/badge/language/Java/green)
[![GitHub license](https://badgen.net/github/license/maxwai/kmlToEuroscope)](LICENSE)

# kmlToEuroscope
A Tool to convert kml files from google earth to Files for Euroscope
Expand All @@ -8,7 +9,29 @@ A Tool to convert kml files from google earth to Files for Euroscope
### Prerequisites

You will need Java Version 14 or later to make it work.
It may work with lower Java versions, but it was programmed using the Java 14 JDK. <br>
This program will only work on Windows.

## License
### Installing

Download the [kmlToEuroscope.jar](kmlToEuroscope.jar) file and save it in the folder with the kml file for ease of use.

### How to Use

* Double click the jar file. A Windows terminal window should show up.
* A list will show up with all `.kml` files will show up.
* If the wanted `.kml` file is in a different location, copy paste the path from Windows Explorer
into the program once asked.
* Choose the wanted File, after a few second the program will say that it is finished.
At that point you can close the Terminal.

## TODO

- [X] Make `.kml` to `.ese` interpreter
- [ ] Make `.kml` to `.sct` interpreter
- [ ] Add a way to group FreeText and GEO together
- Idea: add such groups in separate Google Earth folders with the group name as the folder name

## License [![GitHub license](https://badgen.net/github/license/maxwai/kmlToEuroscope)](LICENSE)

This project is licensed under the GNU General Public License - see the [LICENSE](LICENSE) file for details
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
apply plugin: 'java'

jar {
manifest {
attributes (
'Main-Class': 'KmlToFreeText'
)
}
}

group 'de.maxwai'
version '1.0'
targetCompatibility = 14
Expand Down
Binary file modified kmlToEuroscope.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rootProject.name = 'kmlToFreeText'
rootProject.name = 'kmlToEuroscope'

3 changes: 0 additions & 3 deletions src/main/java/META-INF/MANIFEST.MF

This file was deleted.

0 comments on commit 00aa5c4

Please sign in to comment.