Disable go-to zones (#450)
This commit is contained in:
parent
9c59fa10b6
commit
6bcee783fd
3 changed files with 3 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue