Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#29 Google and Bing Support #55

Closed

Conversation

offtherailz
Copy link
Member

Add support for Google and Bing background.

  • Uses a fork of leaflet-plugins module that supports modules (not merged yet, pending pull request).
  • Adds also google api to the test depedencies.

default:
}
if (this.layer) {
this.layer.addTo(this.props.map);
// some plugins doesn't have addTo method
if (source.type === "gxp_wmssource" || source.type === "gxp_osmsource" ) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Is the property type right? It should be ptype?

@mbarto
Copy link
Contributor

mbarto commented Aug 28, 2015

Replaced by #80

@mbarto mbarto closed this Aug 28, 2015
@offtherailz offtherailz deleted the googlebing_support branch March 16, 2017 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants