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

support for Google Maps #110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Aug 5, 2015

  1. support for Google Maps

    It's required following Plugin for Leaflet:
    https://github.com/shramov/leaflet-plugins/blob/master/layer/tile/Google.js
    
    In settings.py shows up new additional options:
    'TILES': [('Google Roadmap', 'GOOGLE-ROADMAP', {'attribution': '© Google'}),
              ('Google Terrain', 'GOOGLE-TERRAIN', {'attribution': '© Google'}),
              ('Google Satellite', 'GOOGLE-SATELLITE', {'attribution': '© Google'})]
    
    And it's possible to use maps from Google like other Leaflet Tiles Maps.
    
    More info about this plugin on author's page:
    https://github.com/shramov/leaflet-plugins
    Formatc1 committed Aug 5, 2015
    Configuration menu
    Copy the full SHA
    965244b View commit details
    Browse the repository at this point in the history