Skip to content

Commit 91979ff

Browse files
author
Chris Vietor
committed
fix: replaced broken addMarker demo icons
1 parent 54b9629 commit 91979ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

demo/app/main-view-model.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export class HelloWorldModel extends Observable {
5959
lng: 4.895168,
6060
},
6161
zoomLevel: 9, // 0 (most of the world) to 20, default 0
62-
showUserLocation: true, // default false
62+
showUserLocation: false, // default false
6363
hideAttribution: true, // default false
6464
hideLogo: true, // default false
6565
hideCompass: false, // default false
@@ -234,13 +234,13 @@ export class HelloWorldModel extends Observable {
234234
lat: 52.360216,
235235
lng: 5,
236236
onTap: () => console.log('Titleless marker tapped!'),
237-
icon: 'http://www.bme.be/wp-content/uploads/2014/04/marker.png',
237+
icon: 'https://www.emojimeaning.com/img/img-google-64/1f35e.png',
238238
},
239239
{
240240
id: 4,
241241
lat: 52.360216,
242242
lng: 4.789168,
243-
title: 'One-line title here 3', // no popup unless set
243+
title: 'Home Marker', // no popup unless set
244244
subtitle: 'And a one-liner here as well.',
245245
iconPath: '~/assets/markers/home_marker.png',
246246
selected: true,
@@ -253,7 +253,7 @@ export class HelloWorldModel extends Observable {
253253
lng: 5.1,
254254
title: 'This title is cut off on iOS, but multi-line on Android', // no popup unless set
255255
subtitle: 'Same for this subtitle. Same for this subtitle. Same for this subtitle. Same for this subtitle. Same for this subtitle.',
256-
icon: 'https://maryjanekirkland.com/wp-content/uploads/2016/01/map-marker.png',
256+
icon: 'https://www.emojimeaning.com/img/img-google-64/1f420.png',
257257
onTap: () => console.log('Marker tapped'),
258258
onCalloutTap: () => console.log('Marker callout tapped'),
259259
},

0 commit comments

Comments
 (0)