Code Monkey home page Code Monkey logo

Comments (10)

brandoncopeland avatar brandoncopeland commented on July 21, 2024

Have you also included Leaflet?

<!doctype HTML>
<html>
<head>
  <meta charset="utf-8">
  <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css">
  <link rel="stylesheet" href="leaflet-measure.css">
</head>
<body>
  <script src="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js"></script>
  <script src="leaflet-measure.min.js"></script>
  <script>
    // Start creating maps
  </script>
</body>
</html>

from leaflet-measure.

brandoncopeland avatar brandoncopeland commented on July 21, 2024

I'm sorry. Guess I didn't read that very well. You said the demo. I'll check into it.

from leaflet-measure.

pneuschwander avatar pneuschwander commented on July 21, 2024

@brandoncopeland http://ljagis.github.io/leaflet-measure :-)

from leaflet-measure.

brandoncopeland avatar brandoncopeland commented on July 21, 2024

I don't see an issue there in OSX Chrome. What browser are you using?

from leaflet-measure.

pneuschwander avatar pneuschwander commented on July 21, 2024

In Firefox 43.0.3 it does not work.

Just tested with Chrome: works

Strange...

from leaflet-measure.

pneuschwander avatar pneuschwander commented on July 21, 2024

issue1
issue2

from leaflet-measure.

brandoncopeland avatar brandoncopeland commented on July 21, 2024

Are you loading the page over HTTPS (https://ljagis.github.io/leaflet-measure)?

The Leaflet CDN resources locations are HTTP. Requesting across protocols (HTTP from HTTPS page) could trigger FF to abort the request.

from leaflet-measure.

pneuschwander avatar pneuschwander commented on July 21, 2024

Yes. I deactivated HTTPS Everywhere and now it works.Thank you!

from leaflet-measure.

pneuschwander avatar pneuschwander commented on July 21, 2024

Demo uses <script src="//cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
--> autodetect HTTP / HTTPS
manual access of that URL brings ssl_error_bad_cert_domain

issue3

So it is a problem of the Leaflet CDN

from leaflet-measure.

brandoncopeland avatar brandoncopeland commented on July 21, 2024

Great! Thanks for reporting. This is fixed in the examples by explicitly requesting HTTP, but I still need to publish the update to the demo.

from leaflet-measure.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.