0.0.5 • Published 5 years ago

osm-map v0.0.5

Weekly downloads
21
License
-
Repository
-
Last release
5 years ago

OsmMap

Angular2 component displaying a clustered map of locations using Leaflet.

<osm-map  [locations]='locations'
          [edit]='false'></app-osm-map>

Location :

export interface Location {
  id?: number;
  ref_location_type_id?: number;
  name?: string;
  longitude?: number;
  latitude?: number;
  retailer_logo_file?: string;
}
0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago