Bikram Ghosh Dastidar
Bikram Ghosh Dastidar
There should be an option to filter map objects by type - pokemon, pokestops, gyms.
Need a side panel to show current Latitude, Longitude and other data.
Would it be possible to change the default `router` object that is being passed into the controller. Maybe an option to override the default when init-ing enrouten? I noticed [here](https://github.com/krakenjs/express-enrouten/blob/v1.x/index.js#L50)...
When calling `Vue.use(VueWindowedModal)`, please allow passing in the default options as a 2nd parameter, for example: ```javascript Vue.use(VueWindowedModal, { fullscreen: true, dimAmount: 0.25 }) ``` I'm thinking the only change...