mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 03:26:41 +07:00
moved components to TypeScript
This commit is contained in:
parent
85b8860862
commit
0a01c91271
54 changed files with 2771 additions and 5134 deletions
|
@ -12,13 +12,6 @@ export class Stickers {
|
|||
|
||||
this.layer.addTo(this.map);
|
||||
}
|
||||
//
|
||||
// createOnClick = e => {
|
||||
// if (!e || !e.latlng) return;
|
||||
//
|
||||
// const { latlng } = e;
|
||||
// this.createSticker({ latlng });
|
||||
// };
|
||||
|
||||
createSticker = ({ latlng, sticker, angle = 2.2, text = '', set }) => {
|
||||
const marker = new Sticker({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue