mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
styled panels
This commit is contained in:
parent
7229a48297
commit
d17a7b6aef
24 changed files with 470 additions and 421 deletions
|
@ -1,6 +1,7 @@
|
|||
import { polyline } from "leaflet";
|
||||
|
||||
const polyStyle = { color: 'url(#activePathGradient)', weight: '5' };
|
||||
const polyStyle = { color: 'url(#activePathGradient)', weight: '6' };
|
||||
// const polyStyle = { color: '#ff3344', weight: '5' };
|
||||
|
||||
export class Poly {
|
||||
constructor({ map, routerMoveStart, lockMapClicks }) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue