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

Map is not Showing Up #164

Closed
abdulrehmanch opened this issue Oct 1, 2016 · 3 comments
Closed

Map is not Showing Up #164

abdulrehmanch opened this issue Oct 1, 2016 · 3 comments

Comments

@abdulrehmanch
Copy link

I had include all the tags But map is not showing up.
Here is code.

{% load staticfiles %}
<html>
{% load leaflet_tags %}
    <head>
        {% leaflet_css %}
        {% leaflet_js %}
    </head>
<body>

    {% leaflet_map "map" callback="window.main_map_init"  %}

    <script>

        function main_map_init (map, options) {
                    // Use Leaflet API here
        }

    </script>

    </body>
</html>
@askpatrickw
Copy link
Contributor

What is showing up in the console of your browser?

@leplatrem
Copy link
Collaborator

Have a look at the example project: #168

It might be related to #167

@abdulrehmanch
Copy link
Author

abdulrehmanch commented Oct 17, 2016

Nothing in console but when try to pan then many error prints in console.
#167 is related but solution is not provided.

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

No branches or pull requests

3 participants