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

Commit

Permalink
Fix non-HTTPS url.
Browse files Browse the repository at this point in the history
Fixes #27
  • Loading branch information
mikebronner committed Oct 14, 2019
1 parent 5996898 commit 484f832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/components/FormField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
defaultLatitude: this.field.defaultLatitude || 0,
defaultLongitude: this.field.defaultLongitude || 0,
defaultZoom: this.field.defaultZoom || 12,
tileUrl: 'http://{s}.tile.osm.org/{z}/{x}/{y}.png',
tileUrl: 'https://{s}.tile.osm.org/{z}/{x}/{y}.png',
geosearchOptions: {
provider: new EsriProvider(),
showMarker: false,
Expand Down

0 comments on commit 484f832

Please sign in to comment.