Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.48 KB

File metadata and controls

39 lines (24 loc) · 1.48 KB

OHDMImportTool

This tool is a TomCat Servlet and allows you to import Shapefiles into a cache database. The user can access the cached data to update the meta data of shapes like valid dates, the name or the classification of the shape.

Information

You can find more information about how the tool works, on the Wiki. The source code is available on GitHub.

Installation

Requirements

Installation

Clone this project:

$ git clone https://github.com/OpenHistoricalDataMap/OHDMImportTool.git

Configure the necessary constants in the file src/main/webapp/java/de/htwb/shpImport/ShapeImporter.java -->CreateConfigs()

Run with IntelliJ IDE

  • open the project with IntelliJ
  • click in 'Run' on 'Edit Configuration'
  • add 'TomCat Server' to configuration
  • set URL to root path (http://localhost:8080/)
  • before lunch: add 'OHDMInformation.war' as Build Artifact

IntelliJ TomCat configuration 1

deployment

  • set 'Application context' to root path

IntelliJ TomCat configuration 2