leaflet-providers icon indicating copy to clipboard operation
leaflet-providers copied to clipboard

An extension to Leaflet that contains configurations for various free tile providers.

Results 28 leaflet-providers issues
Sort by recently updated
recently updated
newest added

NLS has moved their map layer to the MapTiler Cloud API so there is now an error when the layer is called in the Maps extension. Below is the code...

Add the following variants for OpenRailwayMap tiles : 'Standard' (renamed the already existing one), 'Maxspeed', 'Signals', 'Electrification', 'Gauge'. See https://tiles.openrailwaymap.org.

Currently, the available providers are listed in a JavaScript object that is [defined inline in the source code of leaflet-providers](https://github.com/leaflet-extras/leaflet-providers/blob/1.13.0/leaflet-providers.js#L78-L1093). It would be really useful to make that information available...

Hi, In the README file, you write: “In order to use ArcGIS maps, you must register and abide by the terms of service. No special syntax is required.”, but with...

MapTiles API offers tiles for global maps in one language (English, French or Spanish) based on OpenStreetMap data. An example api key was added to get the map working at...

From the docs here: https://github.com/leaflet-extras/leaflet-providers > Providers requiring registration > Mapbox > In order to use Mapbox maps, you must [register](https://tiles.mapbox.com/signup). That links to the generic sign-up page for Mapbox,...

When only requiring one or two layers, leaflet-providers is overkill since it weights [22.9 kB](https://bundlephobia.com/package/[email protected]) To improve on that I'd like to suggest/discuss: - export provider definitions such as OpenStreetMap...

mversion seems a bit unmaintained : latest commit from 2020 & many dependabot PR waiting since a while https://github.com/mikaelbr/mversion/pulls Even if mversion still work for now, the dependabot message "We...

Feature Idea

As mentioned in https://github.com/leaflet-extras/leaflet-providers/pull/282#issuecomment-477912150 : > maybe we could use a tool like https://github.com/conventional-changelog/standard-version for changelog+release ? `standard-version` use `conventional-changelog` to generate changelog files, i've tested it with `conventional-changelog -i...

Feature Idea

hi leaflet-providers uses some providers defined in L.TileLayer.Provider.providers{} object. but this doesn't define if the provider is a base map or an overlay. and in your preview, you add a...

Feature Request