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

protocol relative urls #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

protocol relative urls #4

wants to merge 2 commits into from

Conversation

Steinsplitter
Copy link
Contributor

using protocol relative urls

using protocol relative urls
{
minZoom: 2,
maxZoom: 18,
attribution: 'Map data © <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
attribution: 'Map data © <a href="//osm.org/copyright">OpenStreetMap</a> contributors'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I get ERR_CERT_COMMON_NAME_INVALID. Maybe use //www.openstreetmap.org/copyright which seems to work?

{
minZoom: 2,
maxZoom: 18,
attribution: 'Map data © <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
attribution: 'Map data © <a href="//www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line must be at most 100 characters per JSCS 😅 sorry

ricordisamoa added a commit that referenced this pull request Jan 11, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants