Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2XB3FinalProject
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Schankula
2XB3FinalProject
Commits
5e2d0211
Commit
5e2d0211
authored
6 years ago
by
Winnie
Browse files
Options
Downloads
Patches
Plain Diff
Fix all merge conflicts and other errors
- missing semi colon - missing lines
parent
3030eede
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tomcat/webapps/Trawl/WEB-INF/web.xml
+0
-18
0 additions, 18 deletions
tomcat/webapps/Trawl/WEB-INF/web.xml
tomcat/webapps/Trawl/infoWindow.js
+0
-7
0 additions, 7 deletions
tomcat/webapps/Trawl/infoWindow.js
tomcat/webapps/Trawl/script.js
+2
-0
2 additions, 0 deletions
tomcat/webapps/Trawl/script.js
with
2 additions
and
25 deletions
tomcat/webapps/Trawl/WEB-INF/web.xml
+
0
−
18
View file @
5e2d0211
...
...
@@ -9,24 +9,6 @@
<servlet-class>
web.Director
</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>
Trawl
</servlet-name>
<url-pattern>
/doBioLookup.do
</url-pattern>
<url-pattern>
/doHist.do
</url-pattern>
<url-pattern>
/doMap.do
</url-pattern>
</servlet-mapping>
=======
<?xml version="1.0" encoding="ISO-8859-1"?>
<web-app
xmlns=
"http://java.sun.com/xml/ns/j2ee"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
version=
"2.4"
>
<servlet>
<servlet-name>
Trawl
</servlet-name>
<servlet-class>
web.Director
</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>
Trawl
</servlet-name>
<url-pattern>
/doBioLookup.do
</url-pattern>
...
...
This diff is collapsed.
Click to expand it.
tomcat/webapps/Trawl/infoWindow.js
+
0
−
7
View file @
5e2d0211
...
...
@@ -5,14 +5,7 @@
// When the user clicks the marker, an info window opens
var
openWindow
;
<<<<<<<
HEAD
function
initInfo
(
lati
,
longi
,
name
,
date
,
individualCount
)
{
=======
function
initInfo
(
lati
,
longi
,
name
,
date
,
count
)
{
console
.
log
(
"
Trying to gen. info map
"
);
>>>>>>>
origin
/
web
// Generate map centred at Great Lakes
var
map
=
new
google
.
maps
.
Map
(
document
.
getElementById
(
'
map
'
),
{
zoom
:
5.5
,
...
...
This diff is collapsed.
Click to expand it.
tomcat/webapps/Trawl/script.js
+
2
−
0
View file @
5e2d0211
// Initialization
function
init
()
{
console
.
log
(
"
trying to init
"
);
callUpdateSci
({
id
:
"
pickAnimalia
"
,
value
:
2
});
// Propagate Dropdowns on Startup
reqHistogram
(
2
);
}
...
...
@@ -280,3 +281,4 @@ $( function() {
$
(
"
#fromtoYear
"
).
html
(
$
(
"
#slider-range
"
).
slider
(
"
values
"
,
0
)
+
"
-
"
+
$
(
"
#slider-range
"
).
slider
(
"
values
"
,
1
))
}
);
window
.
onload
=
init
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment