Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
b7c1b23
first commit
tombatossals Mar 31, 2015
df56ce6
added the viewer
tombatossals Mar 31, 2015
3800cb2
first example almost working
tombatossals Apr 1, 2015
03e826f
main core working
tombatossals Apr 1, 2015
e87e816
node.js generation of examples data script
tombatossals Apr 2, 2015
26ce7ce
Finished the example viewer and generator
tombatossals Apr 3, 2015
abe4dba
added the example generator to the grunt chain
tombatossals Apr 3, 2015
6fcc88e
removed already migrated examples
tombatossals Apr 3, 2015
e96b6d6
Added more examples
tombatossals Apr 3, 2015
40513bb
more examples added
tombatossals Apr 5, 2015
f72cc78
more examples
tombatossals Apr 6, 2015
71f222e
reworked generator
tombatossals Apr 7, 2015
a5899f5
more examples added, almost finished
tombatossals Apr 7, 2015
852a801
all examples added
tombatossals Apr 7, 2015
d87ac57
renamed examples folder
tombatossals Apr 7, 2015
c1aa72d
geojson support for parsing to cerate markers
nmccready Mar 31, 2015
7f6f9a4
breaking up leafletEvents for developers sake
nmccready Apr 1, 2015
f7c1bcd
leafletEvents split up to keep sanity.
nmccready Apr 1, 2015
2b4a2f8
ability to disable watches in markers 100%
nmccready Apr 4, 2015
f6457b7
removed
nmccready Apr 5, 2015
4603ad4
typo on scope.markersWatchOptions it was markerWatchOptions
nmccready Apr 6, 2015
8fdd948
delay markersWatchOptions until map is ready
nmccready Apr 6, 2015
2144369
forgot scope markersWatchOptions for binding
nmccready Apr 7, 2015
56c989c
build with markersWatchOptions
nmccready Apr 7, 2015
f0ff2e5
- leafletWatchHelpers for sharing unwatch code with other directives
nmccready Apr 7, 2015
ed8abc3
directive control specs
nmccready Apr 7, 2015
d7678ee
resolve issue #676
nmccready Apr 8, 2015
197f8e4
issue #657
nmccready Apr 8, 2015
14efc70
popup template via add event doesnt appear to work well
nmccready Apr 8, 2015
0905b59
message, popup management via add doesnt work well.. removed
nmccready Apr 8, 2015
3a2e585
keep popups working
nmccready Apr 8, 2015
f2d1c2c
watching removed from listenMarkerEvents
nmccready Apr 8, 2015
a727aea
- geojson nested working
nmccready Apr 10, 2015
45ae1c2
More examples reworked
tombatossals Apr 11, 2015
090d238
almost finished reworked examples
tombatossals Apr 12, 2015
d31d6c4
geojson support for parsing to cerate markers
nmccready Mar 31, 2015
d02e68e
breaking up leafletEvents for developers sake
nmccready Apr 1, 2015
5a0457b
leafletEvents split up to keep sanity.
nmccready Apr 1, 2015
4418516
ability to disable watches in markers 100%
nmccready Apr 4, 2015
5751a20
removed
nmccready Apr 5, 2015
66d9b2c
typo on scope.markersWatchOptions it was markerWatchOptions
nmccready Apr 6, 2015
d85d396
delay markersWatchOptions until map is ready
nmccready Apr 6, 2015
32baa2f
forgot scope markersWatchOptions for binding
nmccready Apr 7, 2015
beae3d5
build with markersWatchOptions
nmccready Apr 7, 2015
2aa6bb3
- leafletWatchHelpers for sharing unwatch code with other directives
nmccready Apr 7, 2015
56f65ee
resolve issue #676
nmccready Apr 8, 2015
7417d97
issue #657
nmccready Apr 8, 2015
fc866d5
popup template via add event doesnt appear to work well
nmccready Apr 8, 2015
4722ecb
message, popup management via add doesnt work well.. removed
nmccready Apr 8, 2015
62e2878
keep popups working
nmccready Apr 8, 2015
dba23ec
watching removed from listenMarkerEvents
nmccready Apr 8, 2015
22a3328
- geojson nested working
nmccready Apr 10, 2015
14206f8
merged with master
tombatossals Apr 16, 2015
8af265f
merge master
tombatossals Apr 16, 2015
42f7c66
merged master
tombatossals Apr 16, 2015
5d056a1
more changes added
tombatossals Apr 16, 2015
8ff03d6
more examples working
tombatossals Apr 16, 2015
538266d
more examples work
tombatossals Apr 17, 2015
5aba78e
more examples working
tombatossals Apr 17, 2015
12e91e8
geojson support for parsing to cerate markers
nmccready Mar 31, 2015
8442779
breaking up leafletEvents for developers sake
nmccready Apr 1, 2015
e03442b
leafletEvents split up to keep sanity.
nmccready Apr 1, 2015
df2650f
ability to disable watches in markers 100%
nmccready Apr 4, 2015
441d7f0
Release v0.7.12
nmccready Apr 14, 2015
f6f062f
grunt bump bower syncing
nmccready Apr 14, 2015
a971a91
dist files for bump
nmccready Apr 14, 2015
d0ce613
pkgFunction
nmccready Apr 14, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ libpeerconnection.log
node_modules
dist/angular-leaflet-directive.pre.js
dist/angular-leaflet-directive.min.no-header.js
dist/angular-leaflet-directive_dev_mapped.js
dist/angular-leaflet-directive_dev_mapped.js.map
js/angular-leaflet-directive-webpage.ngmin.js
coverage
bower_components
saucelabs.json
lib

tags
.tags
TAGS
.TAGS
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ Status](https://coveralls.io/repos/realtymaps/angular-leaflet-directive/badge.pn
Library. This software aims to easily embed maps managed by leaflet on your
[Leaflet](http://leaflet.cloudmade.com) project.

See some basic examples:
You can browse all the examples added by the community to learn about the directive and its possibilities here:

http://tombatossals.github.io/angular-leaflet-directive/examples/0000-viewer .html

Or you can see some examples directly:

* [Basic example](http://tombatossals.github.io/angular-leaflet-directive/examples/simple-example.html)
* [Center example](http://tombatossals.github.io/angular-leaflet-directive/examples/center-example.html)
Expand Down
3 changes: 3 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@
"devDependencies": {
"jquery": "*",
"bootstrap": "*",
"semantic-ui": "*",
"prism": "*",
"angular-route": "1.3.x",
"angular-animate": "1.3.x",
"angular-sanitize": "1.3.x",
"angular-mocks": "1.3.x",
"leaflet.markercluster": "*",
"leaflet.draw": "*",
Expand Down
Loading