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
.tabset-dropdown > .nav-tabs { | |
display: inline-table; | |
max-height: 500px; | |
min-height: 44px; | |
overflow-y: auto; | |
border: 1px solid #ddd; | |
border-radius: 4px; | |
} | |
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before { |
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
// apply pandoc div.sourceCode style to pre.sourceCode instead | |
(function() { | |
var sheets = document.styleSheets; | |
for (var i = 0; i < sheets.length; i++) { | |
if (sheets[i].ownerNode.dataset["origin"] !== "pandoc") continue; | |
try { var rules = sheets[i].cssRules; } catch (e) { continue; } | |
var j = 0; | |
while (j < rules.length) { | |
var rule = rules[j]; | |
// check if there is a div.sourceCode rule |
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
(function (root, factory) { | |
if (typeof define === 'function' && define.amd) { | |
// AMD. Register as an anonymous module. | |
define(['leaflet'], factory); | |
} else if (typeof modules === 'object' && module.exports) { | |
// define a Common JS module that relies on 'leaflet' | |
module.exports = factory(require('leaflet')); | |
} else { | |
// Assume Leaflet is loaded into global object L already | |
factory(L); |
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
LeafletWidget.methods.addProviderTiles = function(provider, layerId, group, options) { | |
this.layerManager.addLayer(L.tileLayer.provider(provider, options), "tile", layerId, group); | |
}; |
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
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){ | |
"use strict"; | |
Object.defineProperty(exports, "__esModule", { | |
value: true | |
}); | |
exports["default"] = undefined; | |
var _util = require("./util"); |
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
(function (factory) { | |
var L, proj4; | |
if (typeof define === 'function' && define.amd) { | |
// AMD | |
define(['leaflet', 'proj4'], factory); | |
} else if (typeof module === 'object' && typeof module.exports === "object") { | |
// Node/CommonJS | |
L = require('leaflet'); | |
proj4 = require('proj4'); | |
module.exports = factory(L, proj4); |
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
!function(t,s){"object"==typeof exports&&"undefined"!=typeof module?module.exports=s():"function"==typeof define&&define.amd?define(s):t.proj4=s()}(this,function(){"use strict";function k(t,s){if(t[s])return t[s];for(var i,a=Object.keys(t),h=s.toLowerCase().replace(H,""),e=-1;++e<a.length;)if((i=a[e]).toLowerCase().replace(H,"")===h)return t[i]}function e(t){if("string"!=typeof t)throw new Error("not a string");this.text=t.trim(),this.level=0,this.place=0,this.root=null,this.stack=[],this.currentObject=null,this.state=K}function h(t,s,i){Array.isArray(s)&&(i.unshift(s),s=null);var a=s?{}:t,h=i.reduce(function(t,s){return n(s,t),t},a);s&&(t[s]=h)}function n(t,s){if(Array.isArray(t)){var i,a=t.shift();if("PARAMETER"===a&&(a=t.shift()),1===t.length)return Array.isArray(t[0])?(s[a]={},void n(t[0],s[a])):void(s[a]=t[0]);if(t.length)if("TOWGS84"!==a){if("AXIS"===a)return a in s||(s[a]=[]),void s[a].push(t);switch(Array.isArray(a)||(s[a]={}),a){case"UNIT":case"PRIMEM":case"VERT_DATUM":return s[a]={name:t[0].toLowerC |
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
.leaflet-tooltip.leaflet-tooltip-text-only, | |
.leaflet-tooltip.leaflet-tooltip-text-only:before, | |
.leaflet-tooltip.leaflet-tooltip-text-only:after { | |
background: none; | |
border: none; | |
box-shadow: none; | |
} | |
.leaflet-tooltip.leaflet-tooltip-text-only.leaflet-tooltip-left { | |
margin-left: 5px; |
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
/* Work around CSS properties introduced on img by bootstrap */ | |
img.leaflet-tile { | |
padding: 0; | |
margin: 0; | |
border-radius: 0; | |
border: none; | |
} | |
.info { | |
padding: 6px 8px; | |
font: 14px/16px Arial, Helvetica, sans-serif; |
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
h1 {font-size: 34px;} | |
h1.title {font-size: 38px;} | |
h2 {font-size: 30px;} | |
h3 {font-size: 24px;} | |
h4 {font-size: 18px;} | |
h5 {font-size: 16px;} | |
h6 {font-size: 12px;} | |
code {color: inherit; background-color: rgba(0, 0, 0, 0.04);white-space: pre-wrap;} | |
pre:not([class]) { background-color: white } | |
span.smallcaps{font-variant: small-caps;} |
NewerOlder