Skip to content

Commit

Permalink
Bump v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Oct 25, 2020
1 parent 73a837e commit adcc214
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.1.1 - *2020-10-25*

## Fixed

- Version on script

# v1.1.0 - *2020-10-25*

## Added
Expand Down
4 changes: 2 additions & 2 deletions dev/leaflet-providersESP.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// leaflet-providersESP.js plugin v1.1.0
// leaflet-providersESP.js plugin v1.1.1
// (c) D. Hernangomez - MIT License
// https://dieghernan.github.io/leaflet-providersESP/
// Issues: https://dieghernan.github.io/leaflet-providersESP/issues
// All providers are open source. Please check attributions
// Feel free to contribute
"use strict";
var providersESPversion = 'v1.0.1-dev2';
var providersESPversion = 'v1.1.1';
// Databases
// WMTS Servers - Tile Maps - Mapas de Teselas
var completeWMTS = "&style=default&tilematrixset=GoogleMapsCompatible&TileMatrix={z}&TileRow={y}&TileCol={x}";
Expand Down
4 changes: 2 additions & 2 deletions dist/leaflet-providersESP.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// leaflet-providersESP.js plugin v1.1.0
// leaflet-providersESP.js plugin v1.1.1
// (c) D. Hernangomez - MIT License
// https://dieghernan.github.io/leaflet-providersESP/
// Issues: https://dieghernan.github.io/leaflet-providersESP/issues
// All providers are open source. Please check attributions
// Feel free to contribute
"use strict";
var providersESPversion = 'v1.0.1-dev2';
var providersESPversion = 'v1.1.1';
// Databases
// WMTS Servers - Tile Maps - Mapas de Teselas
var completeWMTS = "&style=default&tilematrixset=GoogleMapsCompatible&TileMatrix={z}&TileRow={y}&TileCol={x}";
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/custom/custom_head.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
<!-- Install leaflet-providersESP -->
<script src="https://cdn.jsdelivr.net/gh/dieghernan/leaflet-providersESP@v1.0.0/dist/leaflet-providersESP.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/dieghernan/leaflet-providersESP/dist/leaflet-providersESP.min.js"></script>

<!-- Easy Button -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet-easybutton@2/src/easy-button.css">
Expand Down
2 changes: 1 addition & 1 deletion docs/js/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function renderValue(value) {
}
}
function getExampleJS(name) {
var prov = LPESP_composenames(name);
var prov = providerOpts(name);
var layerName = name.replace('.', '_');
var url = prov.url;
var options = L.extend({}, prov.options || {});
Expand Down

0 comments on commit adcc214

Please sign in to comment.