yagajs / leaflet-ng2

Angular.io integration of Leaflet
https://leaflet-ng2.yagajs.org
ISC License
66 stars 26 forks source link

Map Component #6

Closed atd-schubert closed 7 years ago

atd-schubert commented 7 years ago

Make a map component like described in the documentation:

Component name in Angular2: yaga-map.

Children

Two-Way

Options

Interaction Options

Map State Options

Animation Options

Panning Inertia Options

Keyboard Navigation Options

Mousewheel options

Touch interaction options

Events

Layer events

Map state change events

Popup events

Tooltip events

Interaction events

Animation Options

Keep in mind to remove the default controls, because we want to add them later with a own directive:

atd-schubert commented 7 years ago

The map has a doubeClickZoom that is 2Way databinded...

atd-schubert commented 7 years ago

Ready and ready for merge