summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lazar.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/lazar.rb b/lazar.rb
index 98734e4..5ae6c9c 100644
--- a/lazar.rb
+++ b/lazar.rb
@@ -80,7 +80,6 @@ post '/lazar/?' do
if params[:nr_hits] == "false" # if nr_hits is set optional to true/false it will return as String (but should be True/FalseClass)
lazar.nr_hits = false
- #params[:nr_hits] = false
elsif params[:nr_hits] == "true"
lazar.nr_hits = true
end
@@ -96,10 +95,12 @@ post '/lazar/?' do
+
#
# AM: features
#
- #
+ #
+ #
# READ OR CREATE
if params[:feature_dataset_uri]
@@ -187,6 +188,7 @@ post '/lazar/?' do
+
#
# AM: SETTINGS
#
@@ -207,9 +209,6 @@ post '/lazar/?' do
-
-
-
#
# AM TRANSFORMATIONS
#
@@ -249,6 +248,7 @@ post '/lazar/?' do
+
#
# AM: Metadata
#