Reintegrated changes from branches/life.

This commit is contained in:
Kasper D. Fischer 2015-04-10 08:56:21 +00:00
commit 331b529834
Notes: subgit 2018-03-07 17:59:10 +01:00
r825 www/trunk
7 changed files with 12 additions and 11 deletions

1
.gitattributes vendored
View File

@ -1,5 +1,6 @@
* text=auto !eol
scripts/mkEvents.csh -text
www/.htaccess -text
www/copyright.inc.de -text
www/external/TileLayer.Grayscale.js -text
www/external/css/dvf.css -text

View File

@ -1 +1 @@
curl -o events.xml "https://ariadne.geophysik.ruhr-uni-bochum.de/fdsnws/event/1/query?starttime=2014-01-01&orderby=time-asc&minlat=50.92&maxlat=52.76&minlon=4.26&maxlon=9.74&minmag=1.1"
curl -o events.xml "https://ariadne.geophysik.ruhr-uni-bochum.de/fdsnws/event/1/query?starttime=2014-08-01&orderby=time&minlat=50.92&maxlat=52.76&minlon=4.26&maxlon=9.74&minmag=1.1"

1
www/.htaccess Normal file
View File

@ -0,0 +1 @@
Allow from all

View File

@ -96,7 +96,6 @@
<col width="50" />
<col width="50" />
<col />
<col width="30" />
</colgroup>
<thead>
<tr>

View File

@ -217,5 +217,4 @@ $(document).ready(function() {
// print icon
L.easyPrint().addTo(map);
});

View File

@ -9,5 +9,6 @@ var specialEvents = [
//'bug2014ilxd', // Bassum
//'bug2014gfzw', // Darmstadt
//'bug2014datb', // Groningen
//'bug2013yvko', // Haltern 3.4
'bug2013yvko', // Haltern 3.4
'bug2015fdpy', // Darmstadt 3.0
];