bluehalo / ngx-leaflet-tutorial-plugins

MIT License
22 stars 10 forks source link

It doesn’t seem to work with Ng12 #17

Open ErriBrr opened 2 years ago

ErriBrr commented 2 years ago

I try your tutorial with TimeDimension on Ng12 and timeDimension is still unknown for L.Control and map

74nguyentan commented 2 years ago

import * as L from 'leaflet'; import 'leaflet.browser.print/dist/leaflet.browser.print.min.js';

L.control.browserPrint({ title: 'print map', ... }).addTo(map);