Updated html, javascript and python files to produce station and event maps.

This commit is contained in:
2013-04-23 09:34:25 +00:00
parent fc0588d3b4
commit 41b22418e1
Notes: subgit 2018-03-07 17:58:43 +01:00
r515 www/trunk
6 changed files with 218 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<!-- $Id$ -->
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='de' lang='de'>
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<title>RUB SeisObs - Station and Seismicity Map</title>
@@ -26,8 +26,8 @@
position: absolute;
top: 18px;
left: 80px;
width: 320px;
height: 34px;
width: 420px;
height: 80px;
z-index: 20000;
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.7);
@@ -71,7 +71,9 @@
'Google Maps (Terrain)': 'Google Maps (Gelände)',
'Google Maps (Satellite)': 'Google Maps (Satellit)',
'Google Maps (Streets)': 'Google Maps (Straßen)',
'Year': 'Jahr',
'Magnitudes': 'Magnituden',
'Magnitude': 'Magnitude',
'stations': 'Stationen',
'Zoom in to resolve individual stations.': 'Zum Anzeigen der einzelnen Stationen vergrößern.'
});