feat(maps): add bubble maps page

This commit is contained in:
Alexander Zhukov 2017-07-26 15:40:20 +03:00
parent 782bd3b9aa
commit d47878dd29
9 changed files with 583 additions and 7 deletions

View file

@ -60,11 +60,14 @@ export const MENU_ITEMS: List<NgaMenuItem> = List([{
title: 'Maps',
icon: 'ion ion-ios-location-outline',
children: List<NgaMenuItem>([{
title: 'Gmaps',
title: 'Google Maps',
link: '/pages/maps/gmaps',
}, {
title: 'Leaflet',
title: 'Leaflet Maps',
link: '/pages/maps/leaflet',
}, {
title: 'Bubble Maps',
link: '/pages/maps/bubble',
}]),
}, {
title: 'Charts',