Allow alternate tile URLs for OSM tiles

Open
#92 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
38/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
javascript
Domain
frontend

Research direction

Start in includes/services/Leaflet/jquery.leaflet.js at line 134, where the OSM tile URL is hard-coded. Trace how map settings are supplied and determine where an alternate tile URL belongs. Done means the URL can be configured and defaults to an HTTPS OpenStreetMap tile URL.

Written by the indexing model from the issue text.

Description

enhancement Leaflet

The OSM tile URL is hard-coded to the primary OSM tile server over http (see jquery.leaflet.js line 134). It'd be nice if this could be changed via a setting (and maybe default to an https tile URL such as https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png

Dominant language
JavaScript
Stars
78
Forks
65
Avg merge
9h 17m
Merged PRs (30d)
6

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from ProfessionalWiki/Maps

All issues in ProfessionalWiki/Maps

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.