Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
AR_mapping
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
WebXR
AR_mapping
Commits
cb8eeb10
Commit
cb8eeb10
authored
Jun 21, 2018
by
Venkata Vishnu Katragadda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed paths of images
parent
ec6b7e5f
Pipeline
#14536
passed with stage
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
35 deletions
+35
-35
index.html
index.html
+35
-35
No files found.
index.html
View file @
cb8eeb10
...
...
@@ -38,7 +38,7 @@ var myIcon = L.icon({
L
.
marker
([
17.59454
,
78.44211
],
{
icon
:
myIcon
}).
addTo
(
map
);
var
myIcon
=
L
.
icon
({
iconUrl
:
"
icons/atm.png
"
,
iconUrl
:
'
icons/atm.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -48,7 +48,7 @@ L.marker([17.59578,78.44065], {icon: myIcon}).addTo(map);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
canteen.png
'
,
iconUrl
:
'
icons/
canteen.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -58,7 +58,7 @@ L.marker([17.59446,78.44184], {icon: myIcon}).addTo(map);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
books.png
'
,
iconUrl
:
'
icons/
books.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -69,7 +69,7 @@ L.marker([17.59420,78.44148], {icon: myIcon}).addTo(map);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
parking.svg
'
,
iconUrl
:
'
icons/
parking.svg
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -80,7 +80,7 @@ L.marker([17.59708,78.44330], {icon: myIcon}).addTo(map);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
male-2.png
'
,
iconUrl
:
'
icons/
male-2.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -92,7 +92,7 @@ L.marker([17.59669,78.44278], {icon: myIcon}).addTo(map);
//water in hostel
var
myIcon
=
L
.
icon
({
iconUrl
:
'
water.png
'
,
iconUrl
:
'
icons/
water.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -102,7 +102,7 @@ L.marker([17.59667,78.44291], {icon: myIcon}).addTo(map);
//water in freshers dept.
var
myIcon
=
L
.
icon
({
iconUrl
:
'
water.png
'
,
iconUrl
:
'
icons/
water.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -112,7 +112,7 @@ L.marker([17.59632,78.44288], {icon: myIcon}).addTo(map);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
male-2.png
'
,
iconUrl
:
'
icons/
male-2.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -123,7 +123,7 @@ L.marker([17.59633,78.44278], {icon: myIcon}).addTo(map);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
soccer.png
'
,
iconUrl
:
'
icons/
soccer.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -134,7 +134,7 @@ L.marker([17.59521,78.44265], {icon: myIcon}).addTo(map);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
cricket.png
'
,
iconUrl
:
'
icons/
cricket.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -144,7 +144,7 @@ L.marker([17.59543,78.44162], {icon: myIcon}).addTo(map);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
basketball.png
'
,
iconUrl
:
'
icons/
basketball.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -154,7 +154,7 @@ L.marker([17.59540,78.44100], {icon: myIcon}).addTo(map);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
workshop1.png
'
,
iconUrl
:
'
icons/
workshop1.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -166,7 +166,7 @@ L.marker([17.59430,78.44080], {icon: myIcon}).addTo(map);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
indoor st.png
'
,
iconUrl
:
'
i
cons/i
ndoor st.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -177,7 +177,7 @@ L.marker([17.59445,78.44236], {icon: myIcon}).addTo(map);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
volleyball.png
'
,
iconUrl
:
'
icons/
volleyball.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -187,7 +187,7 @@ L.marker([17.59473,78.44150], {icon: myIcon}).addTo(map);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
fountain.png
'
,
iconUrl
:
'
icons/
fountain.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -197,7 +197,7 @@ L.marker([17.59461,78.44089], {icon: myIcon}).addTo(map);
//water in zumba room
var
myIcon
=
L
.
icon
({
iconUrl
:
'
water.png
'
,
iconUrl
:
'
icons/
water.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -206,7 +206,7 @@ var myIcon = L.icon({
L
.
marker
([
17.59429
,
78.44214
],
{
icon
:
myIcon
}).
addTo
(
map
);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
male-2.png
'
,
iconUrl
:
'
icons/
male-2.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -216,7 +216,7 @@ L.marker([17.59424,78.44239], {icon: myIcon}).addTo(map);
//girls hostel
var
myIcon
=
L
.
icon
({
iconUrl
:
'
water.png
'
,
iconUrl
:
'
icons/
water.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -235,7 +235,7 @@ L.marker([17.59399,78.44228], {icon: myIcon}).addTo(map);
//srushti
var
myIcon
=
L
.
icon
({
iconUrl
:
'
male-2.png
'
,
iconUrl
:
'
icons/
male-2.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -245,7 +245,7 @@ L.marker([17.59423,78.44124], {icon: myIcon}).addTo(map);
//juice center
var
myIcon
=
L
.
icon
({
iconUrl
:
'
bar_juice.png
'
,
iconUrl
:
'
icons/
bar_juice.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -255,7 +255,7 @@ L.marker([17.59442,78.44160], {icon: myIcon}).addTo(map);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
coffee.png
'
,
iconUrl
:
'
icons/
coffee.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -265,7 +265,7 @@ L.marker([17.59448,78.44165], {icon: myIcon}).addTo(map);
//water in canteen
var
myIcon
=
L
.
icon
({
iconUrl
:
'
water.png
'
,
iconUrl
:
'
icons/
water.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -274,7 +274,7 @@ var myIcon = L.icon({
L
.
marker
([
17.59449
,
78.44188
],
{
icon
:
myIcon
}).
addTo
(
map
);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
auditorium.png
'
,
iconUrl
:
'
icons/
auditorium.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -283,7 +283,7 @@ var myIcon = L.icon({
L
.
marker
([
17.59422
,
78.44166
],
{
icon
:
myIcon
}).
addTo
(
map
);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
water.png
'
,
iconUrl
:
'
icons/
water.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -293,7 +293,7 @@ L.marker([17.59454,78.44066], {icon: myIcon}).addTo(map);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
bike.png
'
,
iconUrl
:
'
icons/
bike.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -302,7 +302,7 @@ var myIcon = L.icon({
L
.
marker
([
17.59618
,
78.44076
],
{
icon
:
myIcon
}).
addTo
(
map
);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
bus.png
'
,
iconUrl
:
'
icons/
bus.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -311,7 +311,7 @@ var myIcon = L.icon({
L
.
marker
([
17.59625
,
78.44099
],
{
icon
:
myIcon
}).
addTo
(
map
);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
car.png
'
,
iconUrl
:
'
icons/
car.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -321,7 +321,7 @@ L.marker([17.59598,78.44104], {icon: myIcon}).addTo(map);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
parking.png
'
,
iconUrl
:
'
icons/
parking.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -330,7 +330,7 @@ var myIcon = L.icon({
L
.
marker
([
17.59605
,
78.44090
],
{
icon
:
myIcon
}).
addTo
(
map
);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
bus.png
'
,
iconUrl
:
'
icons/
bus.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -340,7 +340,7 @@ L.marker([17.59709,78.44329], {icon: myIcon}).addTo(map);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
grass.png
'
,
iconUrl
:
'
icons/
grass.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -349,7 +349,7 @@ var myIcon = L.icon({
L
.
marker
([
17.59539
,
78.44059
],
{
icon
:
myIcon
}).
addTo
(
map
);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
tree.png
'
,
iconUrl
:
'
icons/
tree.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -359,7 +359,7 @@ L.marker([17.59475,78.44106], {icon: myIcon}).addTo(map);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
tree.png
'
,
iconUrl
:
'
icons/
tree.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -368,7 +368,7 @@ var myIcon = L.icon({
L
.
marker
([
17.59591
,
78.44271
],
{
icon
:
myIcon
}).
addTo
(
map
);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
tree.png
'
,
iconUrl
:
'
icons/
tree.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -376,7 +376,7 @@ var myIcon = L.icon({
});
L
.
marker
([
17.59647
,
78.44255
],
{
icon
:
myIcon
}).
addTo
(
map
);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
tree.png
'
,
iconUrl
:
'
icons/
tree.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
@@ -386,7 +386,7 @@ L.marker([17.59584,78.44315], {icon: myIcon}).addTo(map);
var
myIcon
=
L
.
icon
({
iconUrl
:
'
tree.png
'
,
iconUrl
:
'
icons/
tree.png
'
,
iconSize
:
[
20
,
20
],
iconAnchor
:
[
5
,
5
],
popupAnchor
:
[
10
,
10
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment