diff --git a/.gitattributes b/.gitattributes index 5f6f4cd..1c8be81 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/scripts/mkEvents.csh b/scripts/mkEvents.csh index 3ce16d2..a4cb770 100755 --- a/scripts/mkEvents.csh +++ b/scripts/mkEvents.csh @@ -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" diff --git a/www/.htaccess b/www/.htaccess new file mode 100644 index 0000000..605d2f4 --- /dev/null +++ b/www/.htaccess @@ -0,0 +1 @@ +Allow from all diff --git a/www/index.html.de b/www/index.html.de index 3a998f8..860674c 100755 --- a/www/index.html.de +++ b/www/index.html.de @@ -96,7 +96,6 @@ - diff --git a/www/map.js b/www/map.js index b3b608c..abbc059 100644 --- a/www/map.js +++ b/www/map.js @@ -217,5 +217,4 @@ $(document).ready(function() { // print icon L.easyPrint().addTo(map); - }); diff --git a/www/misc.js b/www/misc.js index fa4c755..d0a5970 100644 --- a/www/misc.js +++ b/www/misc.js @@ -205,10 +205,10 @@ $(document).ready(function() { heightStyle: 'content', animate: 200, }); - // spinner - $(document).bind("ajaxSend", function() { - $("#spinner").show(); - }).bind("ajaxStop", function() { - $("#spinner").hide(); - }); -}); + // spinner + $(document).bind("ajaxSend", function() { + $("#spinner").show(); + }).bind("ajaxStop", function() { + $("#spinner").hide(); + }); +}); \ No newline at end of file diff --git a/www/specialevents.js b/www/specialevents.js index bcf0bef..5ecfd56 100644 --- a/www/specialevents.js +++ b/www/specialevents.js @@ -9,5 +9,6 @@ var specialEvents = [ //'bug2014ilxd', // Bassum //'bug2014gfzw', // Darmstadt //'bug2014datb', // Groningen - //'bug2013yvko', // Haltern 3.4 + 'bug2013yvko', // Haltern 3.4 + 'bug2015fdpy', // Darmstadt 3.0 ];