way-polyline.ts 119 Bytes
import * as L from 'leaflet';
import {Way} from "./way";

export class WayPolyline extends L.Polyline {
    way: Way;
}