Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Conversation

nmccready
Copy link
Contributor

This was requested by a company and they were willing to support the effort (funding me).

Issue #1021

<ui-gmap-google-map center='project.map.center' zoom='project.map.zoom' options="map_options">
        <ui-gmap-markers
                models="project.filtered_locations"
                coords="'self'"
                icon="'icon'"
                type="'spider'"
                typeEvents="spiderEvents"
                fit="true"
        >
                </ui-gmap-markers>
    </ui-gmap-google-map>

bluebird:
projects: {}
# 'bower_components/bluebird': ["build","--features='core'"]
markerSpiderfier:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sameold wrapping but this should keep OverlappingMarkerSpiderfier local in the closure.

@nmccready
Copy link
Contributor Author

@cthrax @wrummler

@@ -467,8 +467,8 @@
</div>
<script src="../website_libs/dev_deps.js"></script>

<script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js" type="text/javascript"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/angular.js/1.3.3/angular.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/3.10.0/lodash.min.js" type="text/javascript"></script>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As stated in #1429 this fixes the example for the website as well.

@nmccready
Copy link
Contributor Author

Looking for feedback, also prior to merging I need to squash and add angular commit messages.

</head>
<body ng-app="app">
<h1>Clusterer</h1>
<section ng-controller="MapCtrl">
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Usage

@nmccready
Copy link
Contributor Author

@cthrax merging; let me know if you see something wrong; I'll do a follow up.

nmccready added a commit that referenced this pull request Aug 10, 2015
MarkerSpiderfier in ui-gmap , issue 1021
@nmccready nmccready merged commit 14e9101 into angular-ui:master Aug 10, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant