-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin refactoring prerel #34
Conversation
@Farfurix глянь еще раз, плз: поправил пару багов и добавил методы show и hide для сцены недвижки |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Может добавим в демку hide и show перед Remove Scene?
new mapglAPI.Control(map, '<button>Hide Scene</button>', {
position: 'topLeft',
})
.getContainer()
.addEventListener('click', () => {
plugin.hideRealtyScene();
});
new mapglAPI.Control(map, '<button>Show Scene</button>', {
position: 'topLeft',
})
.getContainer()
.addEventListener('click', () => {
plugin.showRealtyScene();
});
✔️ |
Запротектил ветки master и plugin-v1 |
А это 100% воспроизводится? Не смог отловить у себя ни в одном из браузеров и сценариях переключения сцены. |
Важное
Изменения:
preserveCache
в методеremoveRealtyScene
удалил ранее, то теперь показалось все-таки необходимым наличие методовhideRealtyScene
иshowRealtyScene
. Добавил эти методы.labelGroupDefaults
в опции плагина - это аналогpoiConfig
в предыдущей версии. Туда же добавил дефолт для подложки подписей группы, который обсуждали тутinteractive
в подпись и группу