├── .editorconfig ├── .gitignore ├── .jscsrc ├── .jshintrc ├── .travis.yml ├── CHANGELOG.md ├── CONTRIBUTING.md ├── Gruntfile.js ├── LICENSE ├── README.md ├── bower.json ├── dist ├── angular-leaflet-directive.js ├── angular-leaflet-directive.min.js └── angular-leaflet-directive.no-header.js ├── doc ├── bounds-attribute.md ├── center-attribute.md ├── defaults-attribute.md ├── layers-attribute.md ├── leaflet-directive.md ├── markers-attribute.md ├── maxbounds-attribute.md ├── paths-attribute.md └── tiles-attribute.md ├── examples ├── 0000-viewer.html ├── 0100-basic-first-example.html ├── 0101-basic-center-example.html ├── 0101-basic-lf-center-example.html ├── 0102-basic-center-autodiscover-example.html ├── 0103-basic-center-url-hash-example.html ├── 0104-basic-custom-parameters-example.html ├── 0105-basic-bounds-example.html ├── 0106-basic-maxbounds-example.html ├── 0107-basic-tiles-example.html ├── 0108-basic-tiles-zoom-changer-example.html ├── 0109-basic-center-geoip-example.html ├── 0110-basic-map-without-animations-example.html ├── 0111-basic-legend-example.html ├── 0112-basic-maxbounds-pad-example.html ├── 0113-basic-geojson-simple-example.html ├── 0114-basic-geojson-center-example.html ├── 0115-basic-events-example.html ├── 0116-basic-access-leaflet-object-example.html ├── 0117-basic-routing-show-hide-map-example.html ├── 0118-basic-double-map-events-example.html ├── 0119-basic-double-map-access-map-object-example.html ├── 0120-basic-double-map-sharing-attributes-example.html ├── 0121-basic-double-map-toggle-example.html ├── 0122-basic-geojson-update-example.html ├── 0123-basic-hide-show-map-example.html ├── 0124-basic-geojson-non-nested-example.html ├── 0125-basic-geojson-nested-example.html ├── 0126-basic-bounds-nominatim-example.html ├── 0127-basic-tiles-wms-example.html ├── 0201-layers-simple-example.html ├── 0202-layers-overlays-simple-example.html ├── 0203-layers-imageoverlay-example.html ├── 0204-layers-dynamic-addition-example.html ├── 0205-layers-googlemaps-example.html ├── 0206-layers-googlemaps-fullsize-example.html ├── 0207-layers-hide-baselayer-on-selector-example.html ├── 0208-layers-esri-dynamic-layer-example.html ├── 0209-layers-esri-legend-service-example.html ├── 0210-layers-webgl-heatmap-example.html ├── 0211-layers-layergroup-simple-example.html ├── 0212-layers-hide-overlays-on-selector-example.html ├── 0213-layers-bingmaps-example.html ├── 0214-layers-utfgrid-example.html ├── 0216-layers-overlays-markercluster-example.html ├── 0218-layers-overlays-markers-nested-example.html ├── 0219-layers-overlays-paths-example.html ├── 0220-layers-wms-with-different-projection-example.html ├── 0221-layers-heatmap-example.html ├── 0222-layers-overlays-hide-on-zoomout-example.html ├── 0223-layers-refresh-overlay-every-minute-example.html ├── 0224-layers-esri-base-layer-example.html ├── 0225-layers-esri-feature-layer-example.html ├── 0226-layers-esri-tiled-map-layer-example.html ├── 0227-layers-esri-image-layer-example.html ├── 0228-layers-esri-clustered-layer-example.html ├── 0229-layers-esri-heatmap-layer-example.html ├── 0230-layers-yandex-example.html ├── 0231-layers-overlay-geojson-example.html ├── 0300-paths-simple-example.html ├── 0301-paths-types-example.html ├── 0302-paths-ajax-load-example.html ├── 0303-paths-3000-items-example.html ├── 0304-paths-advanced-example.html ├── 0305-paths-change-in-group-layer-example.html ├── 0306-paths-decorations-simple-example.html ├── 0307-paths-events-example-with-id.html ├── 0307-paths-events-example.html ├── 0400-controls-custom-layer-control-example.html ├── 0401-controls-draw-example.html ├── 0402-controls-scale-example.html ├── 0403-controls-fullscreen-example.html ├── 0404-controls-minimap-example.html ├── 0405-controls-search-example.html ├── 0406-controls-custom-example.html ├── 0500-markers-simple-example.html ├── 0501-markers-events-add-example.html ├── 0502-markers-add-remove-example.html ├── 0503-markers-icons-example.html ├── 0504-markers-popup-example.html ├── 0505-markers-label-example.html ├── 0506-markers-groups-example.html ├── 0507-markers-rotation-example.html ├── 0508-markers-change-opacity-example.html ├── 0509-markers-clustering-example.html ├── 0510-markers-clustering-without-overlays-example.html ├── 0511-markers-modal-markercluster-example.html ├── 0512-markers-clustering-10000-markers-example.html ├── 0513-markers-events-example-with-id.html ├── 0513-markers-events-example.html ├── 0514-markers-delayed-events.html ├── 0515-markers-angular-template-example.html ├── 0516-markers-two-maps-events-example.html ├── 0600-mixed-image-legend-example.html ├── 0601-mixed-geojson-events-example-w-id.html ├── 0601-mixed-geojson-events-example.html ├── 0602-mixed-mapbox-tiles-geojson-example.html ├── 0603-mixed-layers-overlays-geojson-example.html ├── 0604-mixed-markers-nested-events-example.html ├── 0605-mixed-overlays-markers-nested-no-watch-example.html ├── 0606-mixed-esri-legend-service-example.html ├── 0607-mixed-esri-multilayer-legend-service-example.html ├── css │ └── viewer.css ├── images │ └── andes.jpg ├── img │ ├── 100x100_PNG │ │ ├── bigben100.png │ │ ├── colosseum100.png │ │ ├── egypt100.png │ │ ├── eiffel100.png │ │ ├── liberty100.png │ │ └── tajmahal100.png │ ├── San-francisco-map.png │ ├── leaf-green.png │ ├── leaf-orange.png │ └── leaf-shadow.png ├── js │ ├── controllers.js │ ├── controllers │ │ ├── BasicAccessLeafletObjectController.js │ │ ├── BasicBoundsController.js │ │ ├── BasicBoundsNominatimController.js │ │ ├── BasicCenterAutodiscoverController.js │ │ ├── BasicCenterController.js │ │ ├── BasicCenterGeoIPController.js │ │ ├── BasicCenterUrlHashController.js │ │ ├── BasicCustomParametersController.js │ │ ├── BasicDoubleMapAccessMapObjectController.js │ │ ├── BasicDoubleMapEventsController.js │ │ ├── BasicDoubleMapSharingAttributesController.js │ │ ├── BasicDoubleMapToggleController.js │ │ ├── BasicDynamicAddRemoveMapExample.js │ │ ├── BasicEventsController.js │ │ ├── BasicFirstController.js │ │ ├── BasicGeoJSONUpdateController.js │ │ ├── BasicHideShowMapController.js │ │ ├── BasicLFCenterController.js │ │ ├── BasicLegendController.js │ │ ├── BasicMapWithoutAnimationsController.js │ │ ├── BasicMaxBoundsController.js │ │ ├── BasicMaxBoundsPadController.js │ │ ├── BasicTilesController.js │ │ ├── BasicTilesWMSController.js │ │ ├── BasicTilesZoomChangerController.js │ │ ├── ControlsCustomController.js │ │ ├── ControlsCustomLayerControlController.js │ │ ├── ControlsDrawController.js │ │ ├── ControlsFullscreenController.js │ │ ├── ControlsMinimapController.js │ │ ├── ControlsScaleController.js │ │ ├── ControlsSearchController.js │ │ ├── GeoJSONCenterController.js │ │ ├── GeoJSONController.js │ │ ├── GeoJSONNestedController.js │ │ ├── GeoJSONNonNestedController.js │ │ ├── GoogleMapsController.js │ │ ├── GoogleMapsFullsizeController.js │ │ ├── ImageLegendServiceController.js │ │ ├── LayersBingMapsController.js │ │ ├── LayersDynamicAdditionController.js │ │ ├── LayersEsriBaseMapLayerController.js │ │ ├── LayersEsriClusteredLayerController.js │ │ ├── LayersEsriDynamicLayerController.js │ │ ├── LayersEsriFeatureLayerController.js │ │ ├── LayersEsriHeatmapLayerController.js │ │ ├── LayersEsriImageLayerController.js │ │ ├── LayersEsriLegendServiceController.js │ │ ├── LayersEsriTiledMapLayerController.js │ │ ├── LayersHeatmapController.js │ │ ├── LayersHideBaselayerOnSelectorController.js │ │ ├── LayersHideOverlaysOnSelectorController.js │ │ ├── LayersImageOverlayController.js │ │ ├── LayersLayergroupSimpleController.js │ │ ├── LayersOverlayGeoJSONController.js │ │ ├── LayersOverlaysHideOnZoomOutController.js │ │ ├── LayersOverlaysMarkerclusterController.js │ │ ├── LayersOverlaysMarkersNestedController.js │ │ ├── LayersOverlaysPathsController.js │ │ ├── LayersOverlaysSimpleController.js │ │ ├── LayersRefreshOverlayEveryMinuteController.js │ │ ├── LayersSimpleController.js │ │ ├── LayersUTFGridController.js │ │ ├── LayersWMSWithDifferentProjectionController.js │ │ ├── LayersWebGLHeatmapController.js │ │ ├── LayersYandexController.js │ │ ├── LegendEsriLegendServiceController.js │ │ ├── LegendEsriMultilayerLegendServiceController.js │ │ ├── MarkersAddRemoveController.js │ │ ├── MarkersAngularTemplateController.js │ │ ├── MarkersChangeOpacityController.js │ │ ├── MarkersClustering10000MarkersController.js │ │ ├── MarkersClusteringController.js │ │ ├── MarkersClusteringWithoutOverlaysController.js │ │ ├── MarkersDelayedEventsController.js │ │ ├── MarkersEventsAddController.js │ │ ├── MarkersEventsController.js │ │ ├── MarkersEventsWithIDController.js │ │ ├── MarkersGroupController.js │ │ ├── MarkersIconsController.js │ │ ├── MarkersLabelController.js │ │ ├── MarkersModalMarkerClusterController.js │ │ ├── MarkersPopupController.js │ │ ├── MarkersRotationController.js │ │ ├── MarkersSimpleController.js │ │ ├── MarkersTwoMapsEventsController.js │ │ ├── MixedGeoJSONEventsController.js │ │ ├── MixedGeoJSONEventsWithIDController.js │ │ ├── MixedLayersOverlaysGeoJSONController.js │ │ ├── MixedMOverlaysMarkersNestedNoWatchController.js │ │ ├── MixedMapboxTilesGeojsonController.js │ │ ├── MixedMarkersNestedEventsController.js │ │ ├── PathEventsController.js │ │ ├── PathEventsWithIDController.js │ │ ├── PathSimpleController.js │ │ ├── PathTypesController.js │ │ ├── Paths3000ItemsController.js │ │ ├── PathsAdvancedController.js │ │ ├── PathsAjaxLoadController.js │ │ ├── PathsChangeInGroupLayerController.js │ │ └── PathsDecorationsSimpleController.js │ └── viewer.js ├── json │ ├── JPN.geo.json │ ├── README │ ├── USA.geo.json │ ├── all.json │ ├── countries.geo.json │ ├── examples.json │ ├── features.json │ ├── heat-points.json │ ├── major_cities.json │ ├── mockupTenGrid.json │ ├── mockupZeroOneGrid.json │ ├── paths.json │ ├── realworld.10000.json │ ├── toronto1.json │ └── toronto2.json ├── markers-cluster-issue.html ├── markers-updates.html ├── partials │ ├── example.html │ └── source.html └── views │ └── template.html ├── generate-examples.js ├── grunt ├── aliases.yaml ├── bower.json ├── clean.json ├── concat.json ├── connect.json ├── conventionalChangelog.json ├── jscs.json ├── jshint.json ├── karma.json ├── ngAnnotate.json ├── open.json ├── protractor.json ├── shell.json ├── uglify.json └── watch.json ├── package.json ├── src ├── directives │ ├── bounds.js │ ├── center.js │ ├── controls.js │ ├── decorations.js │ ├── eventBroadcast.js │ ├── geojson.js │ ├── layercontrol.js │ ├── layers.js │ ├── leaflet.js │ ├── legend.js │ ├── markers.js │ ├── maxbounds.js │ ├── paths.js │ ├── tiles.js │ └── watchOptions.js ├── header-MIT-license.txt └── services │ ├── events │ ├── leafletEventsHelpers.js │ ├── leafletGeoJsonEvents.js │ ├── leafletLabelEvents.js │ ├── leafletMapEvents.js │ ├── leafletMarkerEvents.js │ └── leafletPathEvents.js │ ├── leafletBoundsHelpers.js │ ├── leafletControlHelpers.js │ ├── leafletData.js │ ├── leafletDirectiveControlsHelpers.js │ ├── leafletGeoJsonHelpers.js │ ├── leafletHelpers.js │ ├── leafletIterators.js │ ├── leafletLayerHelpers.js │ ├── leafletLegendHelpers.js │ ├── leafletMapDefaults.js │ ├── leafletMarkersHelpers.js │ ├── leafletPathsHelpers.js │ ├── leafletWatchHelpers.js │ └── nominatim.js └── test ├── e2e ├── 0100-basic-first-example.js ├── 0101-basic-center-example.js ├── 0103-basic-center-url-hash-example.js ├── 0104-basic-custom-parameters-example.js ├── 0105-basic-bounds-example.js ├── 0106-basic-maxbounds-example.js ├── 0107-basic-tiles-example.js ├── 0108-basic-tiles-zoom-changer-example.js ├── 0201-layers-simple-example.js ├── 0202-layers-overlays-simple-example.js ├── 0203-layers-imageoverlay-example.js ├── 0205-layers-googlemaps-example.js ├── 0301-paths-types-example.js └── 0501-markers-events-add-example.js ├── karma-unit.conf.js ├── protractor.conf.js └── unit ├── 000-leafletDirectiveSpec.js ├── 010-centerDirectiveSpec.js ├── 020-boundsDirectiveSpec.js ├── 030-tilesDirectiveSpec.js ├── 040-maxboundsDirectiveSpec.js ├── 050-pathsDirectiveSpec.js ├── 060-decorationsDirectiveSpec.js ├── 070-geojsonDirectiveSpec.js ├── 080-markersDirectiveSpec.js ├── 090-eventsDirectiveSpec.js ├── layersDirective ├── layersDirective.creationSpec.js ├── layersDirective.overlays.markersSpec.js ├── layersDirective.overlays.pathsSpec.js ├── layersDirective.overlaysSpec.js ├── layersDirective.twomapsSpec.js ├── layersDirective.watch.markersSpec.js └── layersDirective.watchSpec.js ├── leafletData ├── leafletDataService.DirectiveControlsSpec.js └── leafletDataSpec.js ├── plugin └── markerPluginVectorMarkersSpec.js └── services ├── leafletGeoHelpersSpec.js ├── leafletHelpersSpec.js └── leafletIteratorsSpec.js /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/.gitignore -------------------------------------------------------------------------------- /.jscsrc: -------------------------------------------------------------------------------- 1 | { 2 | "preset": "airbnb" 3 | } 4 | -------------------------------------------------------------------------------- /.jshintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/.jshintrc -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/.travis.yml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Gruntfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/Gruntfile.js -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/README.md -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/bower.json -------------------------------------------------------------------------------- /dist/angular-leaflet-directive.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/dist/angular-leaflet-directive.js -------------------------------------------------------------------------------- /dist/angular-leaflet-directive.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/dist/angular-leaflet-directive.min.js -------------------------------------------------------------------------------- /dist/angular-leaflet-directive.no-header.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/dist/angular-leaflet-directive.no-header.js -------------------------------------------------------------------------------- /doc/bounds-attribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/doc/bounds-attribute.md -------------------------------------------------------------------------------- /doc/center-attribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/doc/center-attribute.md -------------------------------------------------------------------------------- /doc/defaults-attribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/doc/defaults-attribute.md -------------------------------------------------------------------------------- /doc/layers-attribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/doc/layers-attribute.md -------------------------------------------------------------------------------- /doc/leaflet-directive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/doc/leaflet-directive.md -------------------------------------------------------------------------------- /doc/markers-attribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/doc/markers-attribute.md -------------------------------------------------------------------------------- /doc/maxbounds-attribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/doc/maxbounds-attribute.md -------------------------------------------------------------------------------- /doc/paths-attribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/doc/paths-attribute.md -------------------------------------------------------------------------------- /doc/tiles-attribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/doc/tiles-attribute.md -------------------------------------------------------------------------------- /examples/0000-viewer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0000-viewer.html -------------------------------------------------------------------------------- /examples/0100-basic-first-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0100-basic-first-example.html -------------------------------------------------------------------------------- /examples/0101-basic-center-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0101-basic-center-example.html -------------------------------------------------------------------------------- /examples/0101-basic-lf-center-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0101-basic-lf-center-example.html -------------------------------------------------------------------------------- /examples/0102-basic-center-autodiscover-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0102-basic-center-autodiscover-example.html -------------------------------------------------------------------------------- /examples/0103-basic-center-url-hash-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0103-basic-center-url-hash-example.html -------------------------------------------------------------------------------- /examples/0104-basic-custom-parameters-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0104-basic-custom-parameters-example.html -------------------------------------------------------------------------------- /examples/0105-basic-bounds-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0105-basic-bounds-example.html -------------------------------------------------------------------------------- /examples/0106-basic-maxbounds-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0106-basic-maxbounds-example.html -------------------------------------------------------------------------------- /examples/0107-basic-tiles-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0107-basic-tiles-example.html -------------------------------------------------------------------------------- /examples/0108-basic-tiles-zoom-changer-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0108-basic-tiles-zoom-changer-example.html -------------------------------------------------------------------------------- /examples/0109-basic-center-geoip-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0109-basic-center-geoip-example.html -------------------------------------------------------------------------------- /examples/0110-basic-map-without-animations-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0110-basic-map-without-animations-example.html -------------------------------------------------------------------------------- /examples/0111-basic-legend-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0111-basic-legend-example.html -------------------------------------------------------------------------------- /examples/0112-basic-maxbounds-pad-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0112-basic-maxbounds-pad-example.html -------------------------------------------------------------------------------- /examples/0113-basic-geojson-simple-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0113-basic-geojson-simple-example.html -------------------------------------------------------------------------------- /examples/0114-basic-geojson-center-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0114-basic-geojson-center-example.html -------------------------------------------------------------------------------- /examples/0115-basic-events-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0115-basic-events-example.html -------------------------------------------------------------------------------- /examples/0116-basic-access-leaflet-object-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0116-basic-access-leaflet-object-example.html -------------------------------------------------------------------------------- /examples/0117-basic-routing-show-hide-map-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0117-basic-routing-show-hide-map-example.html -------------------------------------------------------------------------------- /examples/0118-basic-double-map-events-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0118-basic-double-map-events-example.html -------------------------------------------------------------------------------- /examples/0119-basic-double-map-access-map-object-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0119-basic-double-map-access-map-object-example.html -------------------------------------------------------------------------------- /examples/0120-basic-double-map-sharing-attributes-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0120-basic-double-map-sharing-attributes-example.html -------------------------------------------------------------------------------- /examples/0121-basic-double-map-toggle-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0121-basic-double-map-toggle-example.html -------------------------------------------------------------------------------- /examples/0122-basic-geojson-update-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0122-basic-geojson-update-example.html -------------------------------------------------------------------------------- /examples/0123-basic-hide-show-map-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0123-basic-hide-show-map-example.html -------------------------------------------------------------------------------- /examples/0124-basic-geojson-non-nested-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0124-basic-geojson-non-nested-example.html -------------------------------------------------------------------------------- /examples/0125-basic-geojson-nested-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0125-basic-geojson-nested-example.html -------------------------------------------------------------------------------- /examples/0126-basic-bounds-nominatim-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0126-basic-bounds-nominatim-example.html -------------------------------------------------------------------------------- /examples/0127-basic-tiles-wms-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0127-basic-tiles-wms-example.html -------------------------------------------------------------------------------- /examples/0201-layers-simple-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0201-layers-simple-example.html -------------------------------------------------------------------------------- /examples/0202-layers-overlays-simple-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0202-layers-overlays-simple-example.html -------------------------------------------------------------------------------- /examples/0203-layers-imageoverlay-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0203-layers-imageoverlay-example.html -------------------------------------------------------------------------------- /examples/0204-layers-dynamic-addition-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0204-layers-dynamic-addition-example.html -------------------------------------------------------------------------------- /examples/0205-layers-googlemaps-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0205-layers-googlemaps-example.html -------------------------------------------------------------------------------- /examples/0206-layers-googlemaps-fullsize-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0206-layers-googlemaps-fullsize-example.html -------------------------------------------------------------------------------- /examples/0207-layers-hide-baselayer-on-selector-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0207-layers-hide-baselayer-on-selector-example.html -------------------------------------------------------------------------------- /examples/0208-layers-esri-dynamic-layer-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0208-layers-esri-dynamic-layer-example.html -------------------------------------------------------------------------------- /examples/0209-layers-esri-legend-service-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0209-layers-esri-legend-service-example.html -------------------------------------------------------------------------------- /examples/0210-layers-webgl-heatmap-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0210-layers-webgl-heatmap-example.html -------------------------------------------------------------------------------- /examples/0211-layers-layergroup-simple-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0211-layers-layergroup-simple-example.html -------------------------------------------------------------------------------- /examples/0212-layers-hide-overlays-on-selector-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0212-layers-hide-overlays-on-selector-example.html -------------------------------------------------------------------------------- /examples/0213-layers-bingmaps-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0213-layers-bingmaps-example.html -------------------------------------------------------------------------------- /examples/0214-layers-utfgrid-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0214-layers-utfgrid-example.html -------------------------------------------------------------------------------- /examples/0216-layers-overlays-markercluster-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0216-layers-overlays-markercluster-example.html -------------------------------------------------------------------------------- /examples/0218-layers-overlays-markers-nested-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0218-layers-overlays-markers-nested-example.html -------------------------------------------------------------------------------- /examples/0219-layers-overlays-paths-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0219-layers-overlays-paths-example.html -------------------------------------------------------------------------------- /examples/0220-layers-wms-with-different-projection-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0220-layers-wms-with-different-projection-example.html -------------------------------------------------------------------------------- /examples/0221-layers-heatmap-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0221-layers-heatmap-example.html -------------------------------------------------------------------------------- /examples/0222-layers-overlays-hide-on-zoomout-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0222-layers-overlays-hide-on-zoomout-example.html -------------------------------------------------------------------------------- /examples/0223-layers-refresh-overlay-every-minute-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0223-layers-refresh-overlay-every-minute-example.html -------------------------------------------------------------------------------- /examples/0224-layers-esri-base-layer-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0224-layers-esri-base-layer-example.html -------------------------------------------------------------------------------- /examples/0225-layers-esri-feature-layer-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0225-layers-esri-feature-layer-example.html -------------------------------------------------------------------------------- /examples/0226-layers-esri-tiled-map-layer-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0226-layers-esri-tiled-map-layer-example.html -------------------------------------------------------------------------------- /examples/0227-layers-esri-image-layer-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0227-layers-esri-image-layer-example.html -------------------------------------------------------------------------------- /examples/0228-layers-esri-clustered-layer-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0228-layers-esri-clustered-layer-example.html -------------------------------------------------------------------------------- /examples/0229-layers-esri-heatmap-layer-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0229-layers-esri-heatmap-layer-example.html -------------------------------------------------------------------------------- /examples/0230-layers-yandex-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0230-layers-yandex-example.html -------------------------------------------------------------------------------- /examples/0231-layers-overlay-geojson-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0231-layers-overlay-geojson-example.html -------------------------------------------------------------------------------- /examples/0300-paths-simple-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0300-paths-simple-example.html -------------------------------------------------------------------------------- /examples/0301-paths-types-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0301-paths-types-example.html -------------------------------------------------------------------------------- /examples/0302-paths-ajax-load-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0302-paths-ajax-load-example.html -------------------------------------------------------------------------------- /examples/0303-paths-3000-items-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0303-paths-3000-items-example.html -------------------------------------------------------------------------------- /examples/0304-paths-advanced-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0304-paths-advanced-example.html -------------------------------------------------------------------------------- /examples/0305-paths-change-in-group-layer-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0305-paths-change-in-group-layer-example.html -------------------------------------------------------------------------------- /examples/0306-paths-decorations-simple-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0306-paths-decorations-simple-example.html -------------------------------------------------------------------------------- /examples/0307-paths-events-example-with-id.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0307-paths-events-example-with-id.html -------------------------------------------------------------------------------- /examples/0307-paths-events-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0307-paths-events-example.html -------------------------------------------------------------------------------- /examples/0400-controls-custom-layer-control-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0400-controls-custom-layer-control-example.html -------------------------------------------------------------------------------- /examples/0401-controls-draw-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0401-controls-draw-example.html -------------------------------------------------------------------------------- /examples/0402-controls-scale-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0402-controls-scale-example.html -------------------------------------------------------------------------------- /examples/0403-controls-fullscreen-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0403-controls-fullscreen-example.html -------------------------------------------------------------------------------- /examples/0404-controls-minimap-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0404-controls-minimap-example.html -------------------------------------------------------------------------------- /examples/0405-controls-search-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0405-controls-search-example.html -------------------------------------------------------------------------------- /examples/0406-controls-custom-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0406-controls-custom-example.html -------------------------------------------------------------------------------- /examples/0500-markers-simple-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0500-markers-simple-example.html -------------------------------------------------------------------------------- /examples/0501-markers-events-add-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0501-markers-events-add-example.html -------------------------------------------------------------------------------- /examples/0502-markers-add-remove-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0502-markers-add-remove-example.html -------------------------------------------------------------------------------- /examples/0503-markers-icons-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0503-markers-icons-example.html -------------------------------------------------------------------------------- /examples/0504-markers-popup-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0504-markers-popup-example.html -------------------------------------------------------------------------------- /examples/0505-markers-label-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0505-markers-label-example.html -------------------------------------------------------------------------------- /examples/0506-markers-groups-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0506-markers-groups-example.html -------------------------------------------------------------------------------- /examples/0507-markers-rotation-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0507-markers-rotation-example.html -------------------------------------------------------------------------------- /examples/0508-markers-change-opacity-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0508-markers-change-opacity-example.html -------------------------------------------------------------------------------- /examples/0509-markers-clustering-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0509-markers-clustering-example.html -------------------------------------------------------------------------------- /examples/0510-markers-clustering-without-overlays-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0510-markers-clustering-without-overlays-example.html -------------------------------------------------------------------------------- /examples/0511-markers-modal-markercluster-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0511-markers-modal-markercluster-example.html -------------------------------------------------------------------------------- /examples/0512-markers-clustering-10000-markers-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0512-markers-clustering-10000-markers-example.html -------------------------------------------------------------------------------- /examples/0513-markers-events-example-with-id.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0513-markers-events-example-with-id.html -------------------------------------------------------------------------------- /examples/0513-markers-events-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0513-markers-events-example.html -------------------------------------------------------------------------------- /examples/0514-markers-delayed-events.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0514-markers-delayed-events.html -------------------------------------------------------------------------------- /examples/0515-markers-angular-template-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0515-markers-angular-template-example.html -------------------------------------------------------------------------------- /examples/0516-markers-two-maps-events-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0516-markers-two-maps-events-example.html -------------------------------------------------------------------------------- /examples/0600-mixed-image-legend-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0600-mixed-image-legend-example.html -------------------------------------------------------------------------------- /examples/0601-mixed-geojson-events-example-w-id.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0601-mixed-geojson-events-example-w-id.html -------------------------------------------------------------------------------- /examples/0601-mixed-geojson-events-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0601-mixed-geojson-events-example.html -------------------------------------------------------------------------------- /examples/0602-mixed-mapbox-tiles-geojson-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0602-mixed-mapbox-tiles-geojson-example.html -------------------------------------------------------------------------------- /examples/0603-mixed-layers-overlays-geojson-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0603-mixed-layers-overlays-geojson-example.html -------------------------------------------------------------------------------- /examples/0604-mixed-markers-nested-events-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0604-mixed-markers-nested-events-example.html -------------------------------------------------------------------------------- /examples/0605-mixed-overlays-markers-nested-no-watch-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0605-mixed-overlays-markers-nested-no-watch-example.html -------------------------------------------------------------------------------- /examples/0606-mixed-esri-legend-service-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0606-mixed-esri-legend-service-example.html -------------------------------------------------------------------------------- /examples/0607-mixed-esri-multilayer-legend-service-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/0607-mixed-esri-multilayer-legend-service-example.html -------------------------------------------------------------------------------- /examples/css/viewer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/css/viewer.css -------------------------------------------------------------------------------- /examples/images/andes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/images/andes.jpg -------------------------------------------------------------------------------- /examples/img/100x100_PNG/bigben100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/img/100x100_PNG/bigben100.png -------------------------------------------------------------------------------- /examples/img/100x100_PNG/colosseum100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/img/100x100_PNG/colosseum100.png -------------------------------------------------------------------------------- /examples/img/100x100_PNG/egypt100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/img/100x100_PNG/egypt100.png -------------------------------------------------------------------------------- /examples/img/100x100_PNG/eiffel100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/img/100x100_PNG/eiffel100.png -------------------------------------------------------------------------------- /examples/img/100x100_PNG/liberty100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/img/100x100_PNG/liberty100.png -------------------------------------------------------------------------------- /examples/img/100x100_PNG/tajmahal100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/img/100x100_PNG/tajmahal100.png -------------------------------------------------------------------------------- /examples/img/San-francisco-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/img/San-francisco-map.png -------------------------------------------------------------------------------- /examples/img/leaf-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/img/leaf-green.png -------------------------------------------------------------------------------- /examples/img/leaf-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/img/leaf-orange.png -------------------------------------------------------------------------------- /examples/img/leaf-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/img/leaf-shadow.png -------------------------------------------------------------------------------- /examples/js/controllers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicAccessLeafletObjectController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicAccessLeafletObjectController.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicBoundsController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicBoundsController.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicBoundsNominatimController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicBoundsNominatimController.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicCenterAutodiscoverController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicCenterAutodiscoverController.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicCenterController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicCenterController.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicCenterGeoIPController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicCenterGeoIPController.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicCenterUrlHashController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicCenterUrlHashController.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicCustomParametersController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicCustomParametersController.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicDoubleMapAccessMapObjectController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicDoubleMapAccessMapObjectController.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicDoubleMapEventsController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicDoubleMapEventsController.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicDoubleMapSharingAttributesController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicDoubleMapSharingAttributesController.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicDoubleMapToggleController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicDoubleMapToggleController.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicDynamicAddRemoveMapExample.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicDynamicAddRemoveMapExample.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicEventsController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicEventsController.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicFirstController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicFirstController.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicGeoJSONUpdateController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicGeoJSONUpdateController.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicHideShowMapController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicHideShowMapController.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicLFCenterController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicLFCenterController.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicLegendController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicLegendController.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicMapWithoutAnimationsController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicMapWithoutAnimationsController.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicMaxBoundsController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicMaxBoundsController.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicMaxBoundsPadController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicMaxBoundsPadController.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicTilesController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicTilesController.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicTilesWMSController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicTilesWMSController.js -------------------------------------------------------------------------------- /examples/js/controllers/BasicTilesZoomChangerController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/BasicTilesZoomChangerController.js -------------------------------------------------------------------------------- /examples/js/controllers/ControlsCustomController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/ControlsCustomController.js -------------------------------------------------------------------------------- /examples/js/controllers/ControlsCustomLayerControlController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/ControlsCustomLayerControlController.js -------------------------------------------------------------------------------- /examples/js/controllers/ControlsDrawController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/ControlsDrawController.js -------------------------------------------------------------------------------- /examples/js/controllers/ControlsFullscreenController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/ControlsFullscreenController.js -------------------------------------------------------------------------------- /examples/js/controllers/ControlsMinimapController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/ControlsMinimapController.js -------------------------------------------------------------------------------- /examples/js/controllers/ControlsScaleController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/ControlsScaleController.js -------------------------------------------------------------------------------- /examples/js/controllers/ControlsSearchController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/ControlsSearchController.js -------------------------------------------------------------------------------- /examples/js/controllers/GeoJSONCenterController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/GeoJSONCenterController.js -------------------------------------------------------------------------------- /examples/js/controllers/GeoJSONController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/GeoJSONController.js -------------------------------------------------------------------------------- /examples/js/controllers/GeoJSONNestedController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/GeoJSONNestedController.js -------------------------------------------------------------------------------- /examples/js/controllers/GeoJSONNonNestedController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/GeoJSONNonNestedController.js -------------------------------------------------------------------------------- /examples/js/controllers/GoogleMapsController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/GoogleMapsController.js -------------------------------------------------------------------------------- /examples/js/controllers/GoogleMapsFullsizeController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/GoogleMapsFullsizeController.js -------------------------------------------------------------------------------- /examples/js/controllers/ImageLegendServiceController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/ImageLegendServiceController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersBingMapsController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersBingMapsController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersDynamicAdditionController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersDynamicAdditionController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersEsriBaseMapLayerController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersEsriBaseMapLayerController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersEsriClusteredLayerController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersEsriClusteredLayerController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersEsriDynamicLayerController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersEsriDynamicLayerController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersEsriFeatureLayerController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersEsriFeatureLayerController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersEsriHeatmapLayerController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersEsriHeatmapLayerController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersEsriImageLayerController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersEsriImageLayerController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersEsriLegendServiceController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersEsriLegendServiceController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersEsriTiledMapLayerController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersEsriTiledMapLayerController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersHeatmapController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersHeatmapController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersHideBaselayerOnSelectorController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersHideBaselayerOnSelectorController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersHideOverlaysOnSelectorController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersHideOverlaysOnSelectorController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersImageOverlayController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersImageOverlayController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersLayergroupSimpleController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersLayergroupSimpleController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersOverlayGeoJSONController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersOverlayGeoJSONController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersOverlaysHideOnZoomOutController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersOverlaysHideOnZoomOutController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersOverlaysMarkerclusterController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersOverlaysMarkerclusterController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersOverlaysMarkersNestedController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersOverlaysMarkersNestedController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersOverlaysPathsController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersOverlaysPathsController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersOverlaysSimpleController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersOverlaysSimpleController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersRefreshOverlayEveryMinuteController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersRefreshOverlayEveryMinuteController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersSimpleController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersSimpleController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersUTFGridController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersUTFGridController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersWMSWithDifferentProjectionController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersWMSWithDifferentProjectionController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersWebGLHeatmapController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersWebGLHeatmapController.js -------------------------------------------------------------------------------- /examples/js/controllers/LayersYandexController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LayersYandexController.js -------------------------------------------------------------------------------- /examples/js/controllers/LegendEsriLegendServiceController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LegendEsriLegendServiceController.js -------------------------------------------------------------------------------- /examples/js/controllers/LegendEsriMultilayerLegendServiceController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/LegendEsriMultilayerLegendServiceController.js -------------------------------------------------------------------------------- /examples/js/controllers/MarkersAddRemoveController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/MarkersAddRemoveController.js -------------------------------------------------------------------------------- /examples/js/controllers/MarkersAngularTemplateController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/MarkersAngularTemplateController.js -------------------------------------------------------------------------------- /examples/js/controllers/MarkersChangeOpacityController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/MarkersChangeOpacityController.js -------------------------------------------------------------------------------- /examples/js/controllers/MarkersClustering10000MarkersController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/MarkersClustering10000MarkersController.js -------------------------------------------------------------------------------- /examples/js/controllers/MarkersClusteringController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/MarkersClusteringController.js -------------------------------------------------------------------------------- /examples/js/controllers/MarkersClusteringWithoutOverlaysController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/MarkersClusteringWithoutOverlaysController.js -------------------------------------------------------------------------------- /examples/js/controllers/MarkersDelayedEventsController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/MarkersDelayedEventsController.js -------------------------------------------------------------------------------- /examples/js/controllers/MarkersEventsAddController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/MarkersEventsAddController.js -------------------------------------------------------------------------------- /examples/js/controllers/MarkersEventsController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/MarkersEventsController.js -------------------------------------------------------------------------------- /examples/js/controllers/MarkersEventsWithIDController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/MarkersEventsWithIDController.js -------------------------------------------------------------------------------- /examples/js/controllers/MarkersGroupController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/MarkersGroupController.js -------------------------------------------------------------------------------- /examples/js/controllers/MarkersIconsController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/MarkersIconsController.js -------------------------------------------------------------------------------- /examples/js/controllers/MarkersLabelController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/MarkersLabelController.js -------------------------------------------------------------------------------- /examples/js/controllers/MarkersModalMarkerClusterController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/MarkersModalMarkerClusterController.js -------------------------------------------------------------------------------- /examples/js/controllers/MarkersPopupController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/MarkersPopupController.js -------------------------------------------------------------------------------- /examples/js/controllers/MarkersRotationController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/MarkersRotationController.js -------------------------------------------------------------------------------- /examples/js/controllers/MarkersSimpleController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/MarkersSimpleController.js -------------------------------------------------------------------------------- /examples/js/controllers/MarkersTwoMapsEventsController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/MarkersTwoMapsEventsController.js -------------------------------------------------------------------------------- /examples/js/controllers/MixedGeoJSONEventsController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/MixedGeoJSONEventsController.js -------------------------------------------------------------------------------- /examples/js/controllers/MixedGeoJSONEventsWithIDController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/MixedGeoJSONEventsWithIDController.js -------------------------------------------------------------------------------- /examples/js/controllers/MixedLayersOverlaysGeoJSONController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/MixedLayersOverlaysGeoJSONController.js -------------------------------------------------------------------------------- /examples/js/controllers/MixedMOverlaysMarkersNestedNoWatchController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/MixedMOverlaysMarkersNestedNoWatchController.js -------------------------------------------------------------------------------- /examples/js/controllers/MixedMapboxTilesGeojsonController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/MixedMapboxTilesGeojsonController.js -------------------------------------------------------------------------------- /examples/js/controllers/MixedMarkersNestedEventsController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/MixedMarkersNestedEventsController.js -------------------------------------------------------------------------------- /examples/js/controllers/PathEventsController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/PathEventsController.js -------------------------------------------------------------------------------- /examples/js/controllers/PathEventsWithIDController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/PathEventsWithIDController.js -------------------------------------------------------------------------------- /examples/js/controllers/PathSimpleController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/PathSimpleController.js -------------------------------------------------------------------------------- /examples/js/controllers/PathTypesController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/PathTypesController.js -------------------------------------------------------------------------------- /examples/js/controllers/Paths3000ItemsController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/Paths3000ItemsController.js -------------------------------------------------------------------------------- /examples/js/controllers/PathsAdvancedController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/PathsAdvancedController.js -------------------------------------------------------------------------------- /examples/js/controllers/PathsAjaxLoadController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/PathsAjaxLoadController.js -------------------------------------------------------------------------------- /examples/js/controllers/PathsChangeInGroupLayerController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/PathsChangeInGroupLayerController.js -------------------------------------------------------------------------------- /examples/js/controllers/PathsDecorationsSimpleController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/controllers/PathsDecorationsSimpleController.js -------------------------------------------------------------------------------- /examples/js/viewer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/js/viewer.js -------------------------------------------------------------------------------- /examples/json/JPN.geo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/json/JPN.geo.json -------------------------------------------------------------------------------- /examples/json/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/json/README -------------------------------------------------------------------------------- /examples/json/USA.geo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/json/USA.geo.json -------------------------------------------------------------------------------- /examples/json/all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/json/all.json -------------------------------------------------------------------------------- /examples/json/countries.geo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/json/countries.geo.json -------------------------------------------------------------------------------- /examples/json/examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/json/examples.json -------------------------------------------------------------------------------- /examples/json/features.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/json/features.json -------------------------------------------------------------------------------- /examples/json/heat-points.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/json/heat-points.json -------------------------------------------------------------------------------- /examples/json/major_cities.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/json/major_cities.json -------------------------------------------------------------------------------- /examples/json/mockupTenGrid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/json/mockupTenGrid.json -------------------------------------------------------------------------------- /examples/json/mockupZeroOneGrid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/json/mockupZeroOneGrid.json -------------------------------------------------------------------------------- /examples/json/paths.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/json/paths.json -------------------------------------------------------------------------------- /examples/json/realworld.10000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/json/realworld.10000.json -------------------------------------------------------------------------------- /examples/json/toronto1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/json/toronto1.json -------------------------------------------------------------------------------- /examples/json/toronto2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/json/toronto2.json -------------------------------------------------------------------------------- /examples/markers-cluster-issue.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/markers-cluster-issue.html -------------------------------------------------------------------------------- /examples/markers-updates.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/markers-updates.html -------------------------------------------------------------------------------- /examples/partials/example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/partials/example.html -------------------------------------------------------------------------------- /examples/partials/source.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/partials/source.html -------------------------------------------------------------------------------- /examples/views/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/examples/views/template.html -------------------------------------------------------------------------------- /generate-examples.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/generate-examples.js -------------------------------------------------------------------------------- /grunt/aliases.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/grunt/aliases.yaml -------------------------------------------------------------------------------- /grunt/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/grunt/bower.json -------------------------------------------------------------------------------- /grunt/clean.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/grunt/clean.json -------------------------------------------------------------------------------- /grunt/concat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/grunt/concat.json -------------------------------------------------------------------------------- /grunt/connect.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/grunt/connect.json -------------------------------------------------------------------------------- /grunt/conventionalChangelog.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/grunt/conventionalChangelog.json -------------------------------------------------------------------------------- /grunt/jscs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/grunt/jscs.json -------------------------------------------------------------------------------- /grunt/jshint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/grunt/jshint.json -------------------------------------------------------------------------------- /grunt/karma.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/grunt/karma.json -------------------------------------------------------------------------------- /grunt/ngAnnotate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/grunt/ngAnnotate.json -------------------------------------------------------------------------------- /grunt/open.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/grunt/open.json -------------------------------------------------------------------------------- /grunt/protractor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/grunt/protractor.json -------------------------------------------------------------------------------- /grunt/shell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/grunt/shell.json -------------------------------------------------------------------------------- /grunt/uglify.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/grunt/uglify.json -------------------------------------------------------------------------------- /grunt/watch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/grunt/watch.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/package.json -------------------------------------------------------------------------------- /src/directives/bounds.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/directives/bounds.js -------------------------------------------------------------------------------- /src/directives/center.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/directives/center.js -------------------------------------------------------------------------------- /src/directives/controls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/directives/controls.js -------------------------------------------------------------------------------- /src/directives/decorations.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/directives/decorations.js -------------------------------------------------------------------------------- /src/directives/eventBroadcast.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/directives/eventBroadcast.js -------------------------------------------------------------------------------- /src/directives/geojson.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/directives/geojson.js -------------------------------------------------------------------------------- /src/directives/layercontrol.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/directives/layercontrol.js -------------------------------------------------------------------------------- /src/directives/layers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/directives/layers.js -------------------------------------------------------------------------------- /src/directives/leaflet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/directives/leaflet.js -------------------------------------------------------------------------------- /src/directives/legend.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/directives/legend.js -------------------------------------------------------------------------------- /src/directives/markers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/directives/markers.js -------------------------------------------------------------------------------- /src/directives/maxbounds.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/directives/maxbounds.js -------------------------------------------------------------------------------- /src/directives/paths.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/directives/paths.js -------------------------------------------------------------------------------- /src/directives/tiles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/directives/tiles.js -------------------------------------------------------------------------------- /src/directives/watchOptions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/directives/watchOptions.js -------------------------------------------------------------------------------- /src/header-MIT-license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/header-MIT-license.txt -------------------------------------------------------------------------------- /src/services/events/leafletEventsHelpers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/services/events/leafletEventsHelpers.js -------------------------------------------------------------------------------- /src/services/events/leafletGeoJsonEvents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/services/events/leafletGeoJsonEvents.js -------------------------------------------------------------------------------- /src/services/events/leafletLabelEvents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/services/events/leafletLabelEvents.js -------------------------------------------------------------------------------- /src/services/events/leafletMapEvents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/services/events/leafletMapEvents.js -------------------------------------------------------------------------------- /src/services/events/leafletMarkerEvents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/services/events/leafletMarkerEvents.js -------------------------------------------------------------------------------- /src/services/events/leafletPathEvents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/services/events/leafletPathEvents.js -------------------------------------------------------------------------------- /src/services/leafletBoundsHelpers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/services/leafletBoundsHelpers.js -------------------------------------------------------------------------------- /src/services/leafletControlHelpers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/services/leafletControlHelpers.js -------------------------------------------------------------------------------- /src/services/leafletData.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/services/leafletData.js -------------------------------------------------------------------------------- /src/services/leafletDirectiveControlsHelpers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/services/leafletDirectiveControlsHelpers.js -------------------------------------------------------------------------------- /src/services/leafletGeoJsonHelpers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/services/leafletGeoJsonHelpers.js -------------------------------------------------------------------------------- /src/services/leafletHelpers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/services/leafletHelpers.js -------------------------------------------------------------------------------- /src/services/leafletIterators.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/services/leafletIterators.js -------------------------------------------------------------------------------- /src/services/leafletLayerHelpers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/services/leafletLayerHelpers.js -------------------------------------------------------------------------------- /src/services/leafletLegendHelpers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/services/leafletLegendHelpers.js -------------------------------------------------------------------------------- /src/services/leafletMapDefaults.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/services/leafletMapDefaults.js -------------------------------------------------------------------------------- /src/services/leafletMarkersHelpers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/services/leafletMarkersHelpers.js -------------------------------------------------------------------------------- /src/services/leafletPathsHelpers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/services/leafletPathsHelpers.js -------------------------------------------------------------------------------- /src/services/leafletWatchHelpers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/services/leafletWatchHelpers.js -------------------------------------------------------------------------------- /src/services/nominatim.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/src/services/nominatim.js -------------------------------------------------------------------------------- /test/e2e/0100-basic-first-example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/e2e/0100-basic-first-example.js -------------------------------------------------------------------------------- /test/e2e/0101-basic-center-example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/e2e/0101-basic-center-example.js -------------------------------------------------------------------------------- /test/e2e/0103-basic-center-url-hash-example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/e2e/0103-basic-center-url-hash-example.js -------------------------------------------------------------------------------- /test/e2e/0104-basic-custom-parameters-example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/e2e/0104-basic-custom-parameters-example.js -------------------------------------------------------------------------------- /test/e2e/0105-basic-bounds-example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/e2e/0105-basic-bounds-example.js -------------------------------------------------------------------------------- /test/e2e/0106-basic-maxbounds-example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/e2e/0106-basic-maxbounds-example.js -------------------------------------------------------------------------------- /test/e2e/0107-basic-tiles-example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/e2e/0107-basic-tiles-example.js -------------------------------------------------------------------------------- /test/e2e/0108-basic-tiles-zoom-changer-example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/e2e/0108-basic-tiles-zoom-changer-example.js -------------------------------------------------------------------------------- /test/e2e/0201-layers-simple-example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/e2e/0201-layers-simple-example.js -------------------------------------------------------------------------------- /test/e2e/0202-layers-overlays-simple-example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/e2e/0202-layers-overlays-simple-example.js -------------------------------------------------------------------------------- /test/e2e/0203-layers-imageoverlay-example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/e2e/0203-layers-imageoverlay-example.js -------------------------------------------------------------------------------- /test/e2e/0205-layers-googlemaps-example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/e2e/0205-layers-googlemaps-example.js -------------------------------------------------------------------------------- /test/e2e/0301-paths-types-example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/e2e/0301-paths-types-example.js -------------------------------------------------------------------------------- /test/e2e/0501-markers-events-add-example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/e2e/0501-markers-events-add-example.js -------------------------------------------------------------------------------- /test/karma-unit.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/karma-unit.conf.js -------------------------------------------------------------------------------- /test/protractor.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/protractor.conf.js -------------------------------------------------------------------------------- /test/unit/000-leafletDirectiveSpec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/unit/000-leafletDirectiveSpec.js -------------------------------------------------------------------------------- /test/unit/010-centerDirectiveSpec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/unit/010-centerDirectiveSpec.js -------------------------------------------------------------------------------- /test/unit/020-boundsDirectiveSpec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/unit/020-boundsDirectiveSpec.js -------------------------------------------------------------------------------- /test/unit/030-tilesDirectiveSpec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/unit/030-tilesDirectiveSpec.js -------------------------------------------------------------------------------- /test/unit/040-maxboundsDirectiveSpec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/unit/040-maxboundsDirectiveSpec.js -------------------------------------------------------------------------------- /test/unit/050-pathsDirectiveSpec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/unit/050-pathsDirectiveSpec.js -------------------------------------------------------------------------------- /test/unit/060-decorationsDirectiveSpec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/unit/060-decorationsDirectiveSpec.js -------------------------------------------------------------------------------- /test/unit/070-geojsonDirectiveSpec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/unit/070-geojsonDirectiveSpec.js -------------------------------------------------------------------------------- /test/unit/080-markersDirectiveSpec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/unit/080-markersDirectiveSpec.js -------------------------------------------------------------------------------- /test/unit/090-eventsDirectiveSpec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/unit/090-eventsDirectiveSpec.js -------------------------------------------------------------------------------- /test/unit/layersDirective/layersDirective.creationSpec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/unit/layersDirective/layersDirective.creationSpec.js -------------------------------------------------------------------------------- /test/unit/layersDirective/layersDirective.overlays.markersSpec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/unit/layersDirective/layersDirective.overlays.markersSpec.js -------------------------------------------------------------------------------- /test/unit/layersDirective/layersDirective.overlays.pathsSpec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/unit/layersDirective/layersDirective.overlays.pathsSpec.js -------------------------------------------------------------------------------- /test/unit/layersDirective/layersDirective.overlaysSpec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/unit/layersDirective/layersDirective.overlaysSpec.js -------------------------------------------------------------------------------- /test/unit/layersDirective/layersDirective.twomapsSpec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/unit/layersDirective/layersDirective.twomapsSpec.js -------------------------------------------------------------------------------- /test/unit/layersDirective/layersDirective.watch.markersSpec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/unit/layersDirective/layersDirective.watch.markersSpec.js -------------------------------------------------------------------------------- /test/unit/layersDirective/layersDirective.watchSpec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/unit/layersDirective/layersDirective.watchSpec.js -------------------------------------------------------------------------------- /test/unit/leafletData/leafletDataService.DirectiveControlsSpec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/unit/leafletData/leafletDataService.DirectiveControlsSpec.js -------------------------------------------------------------------------------- /test/unit/leafletData/leafletDataSpec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/unit/leafletData/leafletDataSpec.js -------------------------------------------------------------------------------- /test/unit/plugin/markerPluginVectorMarkersSpec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/unit/plugin/markerPluginVectorMarkersSpec.js -------------------------------------------------------------------------------- /test/unit/services/leafletGeoHelpersSpec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/unit/services/leafletGeoHelpersSpec.js -------------------------------------------------------------------------------- /test/unit/services/leafletHelpersSpec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/unit/services/leafletHelpersSpec.js -------------------------------------------------------------------------------- /test/unit/services/leafletIteratorsSpec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tombatossals/angular-leaflet-directive/HEAD/test/unit/services/leafletIteratorsSpec.js --------------------------------------------------------------------------------