Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Default map provider should use https #14

Closed
scottybo opened this issue Jul 18, 2019 · 2 comments
Closed

Default map provider should use https #14

scottybo opened this issue Jul 18, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@scottybo
Copy link

I noticed that the default provider for this field is using http instead of https, forcing us to always define the tile provider (even though we're using OSM)

            MapMarker::make("Location")
                ->tileProvider('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'),
@mikebronner
Copy link
Owner

@scottybo Thanks for catching this!

@mikebronner mikebronner self-assigned this Jul 18, 2019
@mikebronner mikebronner added the bug Something isn't working label Jul 18, 2019
@mikebronner
Copy link
Owner

This should now be fixed in release 0.1.6. Please let me know how it works for you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants