Opened 9 years ago

Closed 8 years ago

#25436 closed Cleanup/optimization (duplicate)

Use protocol-relative URLs for OpenLayers JS / media files

Reported by: Daniel Hahler Owned by: nobody
Component: GIS Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Someday/Maybe
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

openlayers_url refers to a http-URL, which results in browsers refusing to load this resource on a site served via https (e.g. the Django admin).

Change History (3)

comment:1 by Daniel Hahler, 9 years ago

Patch/PR: https://github.com/django/django/pull/5325

I've also tried to change the wms_url property (http://vmap0.tiles.osgeo.org/wms/vmap0), but it has a cert error when accessing it through https: https://vmap0.tiles.osgeo.org/wms/vmap0.

Last edited 9 years ago by Daniel Hahler (previous) (diff)

comment:2 by Tim Graham, 9 years ago

Has patch: set
Triage Stage: UnreviewedSomeday/Maybe
Type: BugCleanup/optimization

Feel free to bump the ticket back to "accepted" when you resolve the third-party issues mentioned on the pull request.

comment:3 by Tim Graham, 8 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #26098

Note: See TracTickets for help on using tickets.
Back to Top