== mmpa == Search a database and visualize the output with e4D: [http://euler.mpiwg-berlin.mpg.de/mmpa/ Web representation] '''Compiling''' e4D Source Code is in the institite HG https://it-dev.mpiwg-berlin.mpg.de/hg/STI-GWT Be sure to check out the most recent branch (at the time of this writing: trimmed_data). As the code was branched off from DARIAH SVN I tried to keep the "default" tied to the original development. This way diffs can be applied more easy. After checking out you can compile it via "ant war", the resulting file "e4d.war" can be deployed in an servlet container (eg. Tomcat or Jetty). '''Using e4D in own websites''' * Include the JS Libraries in the page * Add the map and table component to the site
* load a KML file either call the site with a parameter kml1-kml4 that holds a link to a KML file or call the function loadKml(kmlcontent,kmltitle) * remove a dataset call the function deleteDataSet(index)