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

Polyline don't show up when measure starts - Django #162

Open
denistss opened this issue Jul 20, 2021 · 0 comments
Open

Polyline don't show up when measure starts - Django #162

denistss opened this issue Jul 20, 2021 · 0 comments

Comments

@denistss
Copy link

denistss commented Jul 20, 2021

I'm working whith Django templates and other plugins of leaflet.

[email protected] - [email protected] - leaflet-sidebar-v2

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet-measure.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.21/lodash.min.js"></script>

Javascript
L.control.measure({position: 'bottomright', primaryLengthUnit: 'meters', primaryAreaUnit: 'sqmeters', captureZIndex: 10000}).addTo(map);

The measure works fine, I can see all the measures perfectly, but the polyline don't show up.
Because of this issue I did other tests and observate that my app don't show polyline, circle, rectangle too.
What can I test to find the solution?? Tks

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

1 participant