-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<style>body{background-color:white;}</style> | ||
<script src="https://nplatonov.github.io/site_libs/htmlwidgets-1.6.4/htmlwidgets.js"></script> | ||
<script src="https://nplatonov.github.io/site_libs/pymjs-1.3.2/pym.v1.min.js"></script> | ||
<script src="https://nplatonov.github.io/site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script> | ||
<link href="https://nplatonov.github.io/site_libs/leaflet-1.3.1/leaflet.css" rel="stylesheet" /> | ||
<script src="https://nplatonov.github.io/site_libs/leaflet-1.3.1/leaflet.js"></script> | ||
<link href="https://nplatonov.github.io/site_libs/leafletfix-1.0.0/leafletfix.css" rel="stylesheet" /> | ||
<script src="https://nplatonov.github.io/site_libs/proj4-2.6.2/proj4.min.js"></script> | ||
<script src="https://nplatonov.github.io/site_libs/Proj4Leaflet-1.0.1/proj4leaflet.js"></script> | ||
<link href="https://nplatonov.github.io/site_libs/rstudio_leaflet-1.3.1/rstudio_leaflet.css" rel="stylesheet" /> | ||
<script src="https://nplatonov.github.io/site_libs/leaflet-binding-2.2.1/leaflet.js"></script> | ||
<script src="https://nplatonov.github.io/site_libs/leaflet-providers-2.0.0/leaflet-providers_2.0.0.js"></script> | ||
<script src="https://nplatonov.github.io/site_libs/leaflet-providers-plugin-2.2.1/leaflet-providers-plugin.js"></script> | ||
<title>leaflet</title> | ||
</head> | ||
<body> | ||
<div id="htmlwidget_container"> | ||
<div class="leaflet html-widget html-fill-item" id="htmlwidget-1bdfaeea801b19c8a9b8" style="width:100%;height:400px;"></div> | ||
<script>HTMLWidgets.pymChild = new pym.Child();HTMLWidgets.addPostRenderHandler(function(){ | ||
setTimeout(function(){HTMLWidgets.pymChild.sendHeight();},100); | ||
});</script> | ||
</div> | ||
<script type="application/json" data-for="htmlwidget-1bdfaeea801b19c8a9b8">{"x":{"options":{"crs":{"crsClass":"L.CRS.EPSG3857","code":null,"proj4def":null,"projectedBounds":null,"options":{}}},"calls":[{"method":"addProviderTiles","args":["Esri.WorldImagery",null,null,{"errorTileUrl":"","noWrap":false,"detectRetina":false}]}],"setView":[[77.0398,67.764],17,[]]},"evals":[],"jsHooks":[]}</script> | ||
<script type="application/htmlwidget-sizing" data-for="htmlwidget-1bdfaeea801b19c8a9b8">{"viewer":{"width":"100%","height":400,"padding":0,"fill":true},"browser":{"width":"100%","height":400,"padding":0,"fill":true}}</script> | ||
</body> | ||
</html> |