diff --git a/scripts/ImportGIS.scala b/scripts/ImportGIS.scala
index c3bca52..09c2adc 100644
--- a/scripts/ImportGIS.scala
+++ b/scripts/ImportGIS.scala
@@ -51,13 +51,13 @@ try {
val latStr = line( 7 )
var index = 8
- var measurements: List[Double] = List[Double]()
+ var measurements: List[Double] = List[Double]()
while ( index < 18 ) {
val num = if( line( index ) == "" ) { 0.0 } else { line( index ).toDouble }
index += 1
measurements = num :: measurements
- }
-
+ }
+
if( lonStr != "" && latStr != "" ) {
val lon = lonStr.toDouble
val lat = latStr.toDouble
@@ -67,7 +67,7 @@ try {
val specId = getSpecId( spec, sex, year, measurements, userId )
if( locId > 0 && specId > 0 ) {
- val query =
+ val query =
String.format( """INSERT INTO gis.geom
(locid,specid,userid,geom)
VALUES
@@ -94,8 +94,8 @@ try {
def getLocId( name: String, county: String, state: String, country: String, userId: Long ): Long = {
getId(
- String.format(
- """SELECT locId FROM gis.location
+ String.format(
+ """SELECT locId FROM gis.location
WHERE name='%s' AND county='%s' AND state='%s' AND country='%s'""", name, county, state, country ),
String.format(
"""INSERT INTO gis.location
diff --git a/www/OpenLayers.js b/www/OpenLayers.js
index abfc60c..39840cf 100644
--- a/www/OpenLayers.js
+++ b/www/OpenLayers.js
@@ -23,23 +23,23 @@
*
*--------------------------------------------------------------------------*/
-/**
-*
+/**
+*
* Contains portions of Rico
-*
-* Copyright 2005 Sabre Airline Solutions
-*
+*
+* Copyright 2005 Sabre Airline Solutions
+*
* Licensed under the Apache License, Version 2.0 (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied. See the License for the specific language governing
-* permissions and limitations under the License.
+* permissions and limitations under the License.
*
**/
diff --git a/www/css/lizardbase.css b/www/css/lizardbase.css
index 1df75aa..c3e2649 100644
--- a/www/css/lizardbase.css
+++ b/www/css/lizardbase.css
@@ -131,7 +131,7 @@ body {
text-align:center;
}
-#mainPanel > p {
+#mainPanel > p {
line-height:150%;
}
diff --git a/www/index.html b/www/index.html
index 3a51d67..9579ec9 100644
--- a/www/index.html
+++ b/www/index.html
@@ -31,7 +31,7 @@
-
+