mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 03:26:41 +07:00
fixed logout
This commit is contained in:
parent
ad04704c3e
commit
24186c0447
4 changed files with 3 additions and 10 deletions
|
@ -181,8 +181,6 @@ export class Editor {
|
|||
this.setTitle(title || '');
|
||||
this.setAddress(address || '');
|
||||
|
||||
console.log('setting address', address);
|
||||
|
||||
if (route) {
|
||||
this.poly.setPoints(route);
|
||||
}
|
||||
|
|
|
@ -20,7 +20,6 @@ export class Stickers {
|
|||
// };
|
||||
|
||||
createSticker = ({ latlng, sticker, angle = 2.2 }) => {
|
||||
console.log('creating', latlng, sticker, angle);
|
||||
const marker = new Sticker({
|
||||
latlng,
|
||||
angle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue