Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 508 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 508 Bytes

GIS Converter

This program written in java with using geotools. It have a GUI (JavaFX). The purpose is converting the specified gis files each other (.shp, .csv, .gml, .kml, .geojson).

Prerequisites

Java
Apache Maven

Versions

Java:  1.8
Apache Maven:  3.5.2

Run

mvn exec:java -D"exec.mainClass"="net.redelsoft.gisconverter.GISConverterGUI"

Used