Skip to content

Commit

Permalink
Built site for mapSpain: 0.8.0@b1fbd7b
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 4, 2023
1 parent 2e72fb3 commit af1de9f
Show file tree
Hide file tree
Showing 18 changed files with 71 additions and 59 deletions.
2 changes: 1 addition & 1 deletion articles/working_imagery.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h6 class="dropdown-header" data-toc-skip>Other materials</h6>
<script src="working_imagery_files/htmlwidgets-1.6.2/htmlwidgets.js"></script><link href="working_imagery_files/leaflet-1.3.1/leaflet.css" rel="stylesheet">
<script src="working_imagery_files/leaflet-1.3.1/leaflet.js"></script><link href="working_imagery_files/leafletfix-1.0.0/leafletfix.css" rel="stylesheet">
<script src="working_imagery_files/proj4-2.6.2/proj4.min.js"></script><script src="working_imagery_files/Proj4Leaflet-1.0.1/proj4leaflet.js"></script><link href="working_imagery_files/rstudio_leaflet-1.3.1/rstudio_leaflet.css" rel="stylesheet">
<script src="working_imagery_files/leaflet-binding-2.1.2/leaflet.js"></script><script src="working_imagery_files/core-js-2.5.3/shim.min.js"></script><script src="working_imagery_files/react-17.0.0/react.min.js"></script><script src="working_imagery_files/react-17.0.0/react-dom.min.js"></script><script src="working_imagery_files/reactwidget-1.0.0/react-tools.js"></script><link href="working_imagery_files/reactable-0.4.4/reactable.css" rel="stylesheet">
<script src="working_imagery_files/leaflet-binding-2.2.0/leaflet.js"></script><script src="working_imagery_files/core-js-2.5.3/shim.min.js"></script><script src="working_imagery_files/react-17.0.0/react.min.js"></script><script src="working_imagery_files/react-17.0.0/react-dom.min.js"></script><script src="working_imagery_files/reactwidget-1.0.0/react-tools.js"></script><link href="working_imagery_files/reactable-0.4.4/reactable.css" rel="stylesheet">
<script src="working_imagery_files/reactable-binding-0.4.4/reactable.js"></script><div class="row">
<main id="main" class="col-md-9"><div class="page-header">
<img src="../logo.png" class="logo" alt=""><h1>Working with imagery</h1>
Expand Down
Binary file modified articles/working_imagery_files/figure-html/static3-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -593,23 +593,27 @@ function preventUnintendedZoomOnScroll(map) {
});
(0, _jquery2["default"])(document).on("mousemove", "*", function (e) {
// Did the mouse really move?
if (lastScreen.x !== null && e.screenX !== lastScreen.x || e.screenY !== lastScreen.y) {
// It really moved. Enable zooming.
if (map.options.scrollWheelZoom) {
if (lastScreen.x !== null && e.screenX !== lastScreen.x || e.screenY !== lastScreen.y) {
// It really moved. Enable zooming.
map.scrollWheelZoom.enable();
lastScreen = {
x: null,
y: null
};
}
}
});
(0, _jquery2["default"])(document).on("mousedown", ".leaflet", function (e) {
// Clicking always enables zooming.
if (map.options.scrollWheelZoom) {
map.scrollWheelZoom.enable();
lastScreen = {
x: null,
y: null
};
}
});
(0, _jquery2["default"])(document).on("mousedown", ".leaflet", function (e) {
// Clicking always enables zooming.
map.scrollWheelZoom.enable();
lastScreen = {
x: null,
y: null
};
});
}

_htmlwidgets2["default"].widget({
Expand Down
10 changes: 5 additions & 5 deletions articles/working_imagery_files/leafletfix-1.0.0/leafletfix.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ img.leaflet-tile {
border-radius: 0;
border: none;
}
.info {
.leaflet .info {
padding: 6px 8px;
font: 14px/16px Arial, Helvetica, sans-serif;
background: white;
background: rgba(255,255,255,0.8);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
.legend {
.leaflet .legend {
line-height: 18px;
color: #555;
}
.legend svg text {
.leaflet .legend svg text {
fill: #555;
}
.legend svg line {
.leaflet .legend svg line {
stroke: #555;
}
.legend i {
.leaflet .legend i {
width: 18px;
height: 18px;
margin-right: 4px;
Expand Down
6 changes: 3 additions & 3 deletions articles/x02_mapasesp.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -593,23 +593,27 @@ function preventUnintendedZoomOnScroll(map) {
});
(0, _jquery2["default"])(document).on("mousemove", "*", function (e) {
// Did the mouse really move?
if (lastScreen.x !== null && e.screenX !== lastScreen.x || e.screenY !== lastScreen.y) {
// It really moved. Enable zooming.
if (map.options.scrollWheelZoom) {
if (lastScreen.x !== null && e.screenX !== lastScreen.x || e.screenY !== lastScreen.y) {
// It really moved. Enable zooming.
map.scrollWheelZoom.enable();
lastScreen = {
x: null,
y: null
};
}
}
});
(0, _jquery2["default"])(document).on("mousedown", ".leaflet", function (e) {
// Clicking always enables zooming.
if (map.options.scrollWheelZoom) {
map.scrollWheelZoom.enable();
lastScreen = {
x: null,
y: null
};
}
});
(0, _jquery2["default"])(document).on("mousedown", ".leaflet", function (e) {
// Clicking always enables zooming.
map.scrollWheelZoom.enable();
lastScreen = {
x: null,
y: null
};
});
}

_htmlwidgets2["default"].widget({
Expand Down
10 changes: 5 additions & 5 deletions articles/x02_mapasesp_files/leafletfix-1.0.0/leafletfix.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ img.leaflet-tile {
border-radius: 0;
border: none;
}
.info {
.leaflet .info {
padding: 6px 8px;
font: 14px/16px Arial, Helvetica, sans-serif;
background: white;
background: rgba(255,255,255,0.8);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
.legend {
.leaflet .legend {
line-height: 18px;
color: #555;
}
.legend svg text {
.leaflet .legend svg text {
fill: #555;
}
.legend svg line {
.leaflet .legend svg line {
stroke: #555;
}
.legend i {
.leaflet .legend i {
width: 18px;
height: 18px;
margin-right: 4px;
Expand Down
4 changes: 2 additions & 2 deletions deps/bootstrap-5.2.2/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ articles:
x02_mapasesp: x02_mapasesp.html
imagery: imagery.html
mapSpain: mapSpain.html
last_built: 2023-08-04T11:35Z
last_built: 2023-09-04T18:35Z
urls:
reference: https://ropenspain.github.io/mapSpain/reference
article: https://ropenspain.github.io/mapSpain/articles
Expand Down
6 changes: 3 additions & 3 deletions reference/addProviderEspTiles.html

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

2 changes: 1 addition & 1 deletion reference/esp_clear_cache.html

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

Binary file modified reference/esp_getTiles-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified reference/esp_get_grid_EEA-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified reference/esp_make_provider-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions reference/esp_set_cache_dir.html

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

Original file line number Diff line number Diff line change
Expand Up @@ -593,23 +593,27 @@ function preventUnintendedZoomOnScroll(map) {
});
(0, _jquery2["default"])(document).on("mousemove", "*", function (e) {
// Did the mouse really move?
if (lastScreen.x !== null && e.screenX !== lastScreen.x || e.screenY !== lastScreen.y) {
// It really moved. Enable zooming.
if (map.options.scrollWheelZoom) {
if (lastScreen.x !== null && e.screenX !== lastScreen.x || e.screenY !== lastScreen.y) {
// It really moved. Enable zooming.
map.scrollWheelZoom.enable();
lastScreen = {
x: null,
y: null
};
}
}
});
(0, _jquery2["default"])(document).on("mousedown", ".leaflet", function (e) {
// Clicking always enables zooming.
if (map.options.scrollWheelZoom) {
map.scrollWheelZoom.enable();
lastScreen = {
x: null,
y: null
};
}
});
(0, _jquery2["default"])(document).on("mousedown", ".leaflet", function (e) {
// Clicking always enables zooming.
map.scrollWheelZoom.enable();
lastScreen = {
x: null,
y: null
};
});
}

_htmlwidgets2["default"].widget({
Expand Down
10 changes: 5 additions & 5 deletions reference/libs/leafletfix-1.0.0/leafletfix.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ img.leaflet-tile {
border-radius: 0;
border: none;
}
.info {
.leaflet .info {
padding: 6px 8px;
font: 14px/16px Arial, Helvetica, sans-serif;
background: white;
background: rgba(255,255,255,0.8);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
.legend {
.leaflet .legend {
line-height: 18px;
color: #555;
}
.legend svg text {
.leaflet .legend svg text {
fill: #555;
}
.legend svg line {
.leaflet .legend svg line {
stroke: #555;
}
.legend i {
.leaflet .legend i {
width: 18px;
height: 18px;
margin-right: 4px;
Expand Down
2 changes: 1 addition & 1 deletion search.json

Large diffs are not rendered by default.

0 comments on commit af1de9f

Please sign in to comment.