Disable go-to zones (#450)

This commit is contained in:
Norbert Renner 2022-07-18 16:13:27 +02:00
parent 9c59fa10b6
commit 6bcee783fd
3 changed files with 3 additions and 9 deletions

View file

@ -366,7 +366,8 @@
nogos.addTo(map);
circlego = BR.circleGoArea(routing, nogos, pois);
// disabled for now, to be removed later
// circlego = BR.circleGoArea(routing, nogos, pois);
if (circlego != null) {
pois.circlego = circlego;
circlego.addTo(map);