Blame view

src/models/way-polyline.ts 119 Bytes
229df284   Yarik   Big map commit
1
2
3
4
5
6
  import * as L from 'leaflet';
  import {Way} from "./way";
  
  export class WayPolyline extends L.Polyline {
      way: Way;
  }