Files
growstuff/config/initializers/leaflet.rb
2020-01-10 16:50:52 +13:00

6 lines
294 B
Ruby

# frozen_string_literal: true
Leaflet.tile_layer = 'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'
Leaflet.attribution = '&copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>'
Leaflet.max_zoom = 18