Skip to content

Commit

Permalink
Merge pull request #108 from geo-frontend/use-wmts-rest-url
Browse files Browse the repository at this point in the history
WMTS REST protocol for URLs and using latest services as declared INSIDE the GetCapabilities response.
  • Loading branch information
emacgillavry committed Jun 4, 2021
2 parents b575cda + 786f49f commit d109f22
Show file tree
Hide file tree
Showing 52 changed files with 53,473 additions and 53,446 deletions.
18 changes: 9 additions & 9 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"presets": [
"@babel/preset-env"
],
"plugins": [
"@babel/external-helpers",
"transform-runtime",
"transform-object-assign"
]
{
"presets": [
"@babel/preset-env"
],
"plugins": [
"@babel/external-helpers",
"transform-runtime",
"transform-object-assign"
]
}
962 changes: 481 additions & 481 deletions README.md

Large diffs are not rendered by default.

43 changes: 23 additions & 20 deletions dist/nlmaps-googlemaps.iife.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 25 additions & 22 deletions dist/nlmaps-leaflet.iife.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 23 additions & 20 deletions dist/nlmaps-openlayers.iife.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d109f22

Please sign in to comment.