Skip to content

OpenHistoricalDataMap/OHDMImportTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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