Skip to content
This repository was archived by the owner on Dec 21, 2017. It is now read-only.

Commit bd724ef

Browse files
committed
fix typo
1 parent 611a723 commit bd724ef

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

app/app.component.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ export class AppComponent {
4343

4444
// map config
4545
itemId = '8e42e164d4174da09f61fe0d3f206641';
46-
47-
46+
47+
4848
public mapOptions = {
49-
basemap: gray",
49+
basemap: 'gray',
5050
center: [-97, 38], // lon, lat
5151
zoom: 5
5252
};
@@ -70,7 +70,7 @@ export class AppComponent {
7070
// set the selected basemap
7171
this.basemapSelect.selectedBasemap = response.basemapName;
7272
// bind the map title
73-
this.title = response.itemInfo.item.title;
73+
this.title = response.itemInfo.item.title;
7474
//bind the legendlayer
7575
this.LayerComponent.init(response);
7676
}
@@ -80,4 +80,3 @@ export class AppComponent {
8080
this.mapComponent.setBasemap(basemapName);
8181
}
8282
}
83-

0 commit comments

Comments
 (0)