Skip to content

Commit

Permalink
Tool cs2cs ersetzen ; update #200
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Matzat committed Jun 20, 2013
1 parent e2862a7 commit 5b332af
Show file tree
Hide file tree
Showing 9 changed files with 558 additions and 421 deletions.
16 changes: 0 additions & 16 deletions doc/install.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -606,22 +606,6 @@ <h3>
TODO: phpzip-Konfiguration stimmt hier nicht ... falscher basedir!<br /> TODO: phpzip-Konfiguration stimmt hier nicht ... falscher basedir!<br />
<br /> <br />
Schreibrechte für download/zip/ocxml11 für den Webserver-Prozess erteilen.</p> Schreibrechte für download/zip/ocxml11 für den Webserver-Prozess erteilen.</p>
<h3>
Konfiguration von PROJ.4</h3>
<p>
PROJ.4 ist eine Bibliothek mit Geografiefunktionen und beinhaltet unter anderem
das Programm cs2cs, das wir für die Umrechnung von und in verschiedene Koordinatensysteme
verwenden.<br />
<br />
1. Download der Version 4.5.0 (nicht alle Versionen beinhalten cs2cs) von
http://download.osgeo.org/proj/ nach /usr/src und nach /usr/src/PROJ.4 entpacken<br />
<br />
2. ./configure aufrufen<br />
<br />
3. make<br />
<br />
3. make install<br />
</p>
<h2> <h2>
Übersetzen von neuen Templates</h2> Übersetzen von neuen Templates</h2>
<p> <p>
Expand Down
2 changes: 0 additions & 2 deletions htdocs/config2/settings-dev.inc.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@
$opt['lib']['garmin']['url'] = 'http://local.opencaching.de/'; $opt['lib']['garmin']['url'] = 'http://local.opencaching.de/';
$opt['lib']['garmin']['redirect'] = $opt['lib']['garmin']['url'] . 'garmin.php?redirect=1&cacheid={cacheid}'; $opt['lib']['garmin']['redirect'] = $opt['lib']['garmin']['url'] . 'garmin.php?redirect=1&cacheid={cacheid}';


$opt['bin']['cs2cs'] = '/var/www/bin/cs2cs';

// other settings // other settings
$opt['page']['showdonations'] = true; $opt['page']['showdonations'] = true;
$opt['logic']['pictures']['dummy']['replacepic'] = $dev_basepath . $dev_codepath . 'htdocs/images/no_image_license.png'; $opt['logic']['pictures']['dummy']['replacepic'] = $dev_basepath . $dev_codepath . 'htdocs/images/no_image_license.png';
Expand Down
4 changes: 0 additions & 4 deletions htdocs/config2/settings-dist.inc.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -544,10 +544,6 @@
$opt['map']['min_maxrecords'] = 100; $opt['map']['min_maxrecords'] = 100;
$opt['map']['max_maxrecords'] = 4000; $opt['map']['max_maxrecords'] = 4000;


/* external binaries
*/
$opt['bin']['cs2cs'] = 'cs2cs';

/* Opencaching Node Daemon /* Opencaching Node Daemon
* *
*/ */
Expand Down
1 change: 1 addition & 0 deletions htdocs/coordinates.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
$tpl->assign('coordUTM', $coord->getUTM()); $tpl->assign('coordUTM', $coord->getUTM());
$tpl->assign('coordGK', $coord->getGK()); $tpl->assign('coordGK', $coord->getGK());
$tpl->assign('coordRD', $coord->getRD()); $tpl->assign('coordRD', $coord->getRD());
$tpl->assign('showRD', ($coord->nLat >= 0 && $coord->nLon >= 0));
$tpl->assign('coordQTH', $coord->getQTH()); $tpl->assign('coordQTH', $coord->getQTH());
$tpl->assign('coordSwissGrid', $coord->getSwissGrid()); $tpl->assign('coordSwissGrid', $coord->getSwissGrid());


Expand Down
140 changes: 0 additions & 140 deletions htdocs/lib/cs2cs.inc.php

This file was deleted.

Loading

0 comments on commit 5b332af

Please sign in to comment.