Skip to content

Commit

Permalink
v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Oct 25, 2020
1 parent 25df152 commit 73a837e
Show file tree
Hide file tree
Showing 3 changed files with 480 additions and 415 deletions.
44 changes: 32 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# v1.1.0 - *2020-10-25*

## Added

- `Hidrografia`: `Cuencas,Subcuencas`
- `Militar`: `CEGETM682, CECAF1M`
- `ADIF`
- `Copernicus`
- `Parques Naturales`
- `LimitesMaritimos`

## Changed

- Refactor of code
- `LPESP_composenames` renamed to `providerOpts`
- Strict mode added, global scope
- Attributions simplified

## Removed

NA

## Fixed

NA

### Checks

- [x] Bump version on script
- [x] Beautify
- [x] Lint


# v1.0.0 - *2020-10-23*

Expand Down Expand Up @@ -29,24 +61,12 @@ NA

## Added

- `Hidrografia`: `Cuencas,Subcuencas`
- `Militar`: `CEGETM682, CECAF1M`
- `ADIF`
- `Copernicus`
- `Parques Naturales`
- `LimitesMaritimos`

## Changed

- Refactor of code
- `LPESP_composenames` renamed to `providerOpts`
- Strict mode added, global scope
- Attributions simplified

## Removed

NA

## Fixed

NA
4 changes: 2 additions & 2 deletions dev/leaflet-providersESP.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// leaflet-providersESP.js plugin v1.0.1-dev2
// leaflet-providersESP.js plugin v1.1.0
// (c) D. Hernangomez - MIT License
// https://dieghernan.github.io/leaflet-providersESP/
// Issues: https://dieghernan.github.io/leaflet-providersESP/issues
Expand Down Expand Up @@ -449,4 +449,4 @@ L.tileLayer.providerESP = function (name, opts) {
} else {
return L.tileLayer.wms(newprov.url, newprov.options);
}
}
}
Loading

0 comments on commit 73a837e

Please sign in to comment.