OpenStreetMap_BlackAndWhite.php in Geofield Map 8
File
src/Plugin/LeafletTileLayerPlugin/OpenStreetMap_BlackAndWhite.phpView source
<?php
namespace Drupal\geofield_map\leafletTileLayerPlugin;
use Drupal\geofield_map\leafletTileLayers\LeafletTileLayerPluginBase;
/**
* Provides an OpenStreetMap_BlackAndWhite Leaflet TileLayer Plugin.
*
* @LeafletTileLayerPlugin(
* id = "OpenStreetMap_BlackAndWhite",
* label = "OpenStreetMap BlackAndWhite",
* url = "http://{s}.tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png",
* options = {
* "maxZoom" = 18,
* "attribution" = "© <a href='http://www.openstreetmap.org/copyright'>OpenStreetMap</a>",
* }
* )
*/
class OpenStreetMap_BlackAndWhite extends LeafletTileLayerPluginBase {
}
Classes
Name | Description |
---|---|
OpenStreetMap_BlackAndWhite | Provides an OpenStreetMap_BlackAndWhite Leaflet TileLayer Plugin. |