Commit b1c3da10 authored by Ratnadeep Rajendra Kharade's avatar Ratnadeep Rajendra Kharade
Browse files

Added new icons and logout

parent 67e72c46
...@@ -17,9 +17,9 @@ export class AppComponent { ...@@ -17,9 +17,9 @@ export class AppComponent {
icon: 'home' icon: 'home'
}, },
{ {
title: 'List', title: 'Logout',
url: '/list', url: '/login',
icon: 'list' icon: 'exit'
} }
]; ];
......
...@@ -52,7 +52,7 @@ export class HomePage { ...@@ -52,7 +52,7 @@ export class HomePage {
this.getLocation(this.map); this.getLocation(this.map);
var img = ['../../../assets/images/ic_high.png','../../../assets/images/ic_medium.png','../../../assets/images/ic_low.png']; var img = ['../../../assets/images/ic_high.png','../../../assets/images/ic_medium.png','../../../assets/images/ic_low.png'];
for(let i=0; i<this.locationArr.length; i++){ for(let i=0; i<this.locationArr.length; i++){
this.addMarker(this.locationArr[i].lat, this.locationArr[i].lng, img[i%2]); this.addMarker(this.locationArr[i].lat, this.locationArr[i].lng, img[i%3]);
} }
} }
......
src/assets/images/ic_high.png

2.67 KB | W: | H:

src/assets/images/ic_high.png

5.07 KB | W: | H:

src/assets/images/ic_high.png
src/assets/images/ic_high.png
src/assets/images/ic_high.png
src/assets/images/ic_high.png
  • 2-up
  • Swipe
  • Onion skin
src/assets/images/ic_low.png

2.26 KB | W: | H:

src/assets/images/ic_low.png

4.81 KB | W: | H:

src/assets/images/ic_low.png
src/assets/images/ic_low.png
src/assets/images/ic_low.png
src/assets/images/ic_low.png
  • 2-up
  • Swipe
  • Onion skin
src/assets/images/ic_medium.png

2.01 KB | W: | H:

src/assets/images/ic_medium.png

4.25 KB | W: | H:

src/assets/images/ic_medium.png
src/assets/images/ic_medium.png
src/assets/images/ic_medium.png
src/assets/images/ic_medium.png
  • 2-up
  • Swipe
  • Onion skin
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment