nypl-spacetime / Leaflet.GeotagPhoto

Leaflet plugin for photo geotagging
http://spacetime.nypl.org/Leaflet.GeotagPhoto/examples/camera.html
MIT License
70 stars 22 forks source link

Missing "https" #19

Open jumpjack opened 1 year ago

jumpjack commented 1 year ago

Missing "https" in this and next line: https://github.com/nypl-spacetime/Leaflet.GeotagPhoto/blob/40340dbc45040da3c51095d1c07e755524672a0f/examples/camera.html#L11

bertspaan commented 1 year ago

// means use the same protocol as the web page itself. When I try https://spacetime.nypl.org/Leaflet.GeotagPhoto/examples/camera.html, everything seems to work. Can you try that?

jumpjack commented 1 year ago

Locally on my PC it does not work (404 not found).

bertspaan commented 1 year ago

That's strange, here it works, in every browser, on my laptop as well as my Android phone. Maybe it's some HTTPS certificate

issue. Unfortunately, I can't solve that, or change the repo - I no longer work at NYPL and I don't have access to this repo anymore.

The only thing that I could do is fork the repo, fix all errors, and point the URL on Leaflet's plugin web page to the new location.