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
<!doctype html> | |
<html> | |
<head> | |
<title>Leaflet.glify.layer</title> | |
<meta charset="utf-8"> | |
<style> | |
html, body { | |
height: 100%; | |
padding: 0; | |
margin: 0; |
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
<!DOCTYPE html> | |
<!-- saved from url=(0062)https://leaflet.github.io/Leaflet.draw/docs/examples/full.html --> | |
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<title>Leaflet.glify conflict example</title> | |
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" /> | |
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script> | |
<script src="https://unpkg.com/[email protected]/dist/leaflet.draw.js"></script> | |
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.draw.css" /> |
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
<!DOCTYPE html> | |
<!-- saved from url=(0062)https://leaflet.github.io/Leaflet.draw/docs/examples/full.html --> | |
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<title>Leaflet.glify conflict example</title> | |
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" /> | |
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script> | |
<script src="https://unpkg.com/[email protected]/dist/leaflet.draw.js"></script> | |
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.draw.css" /> |
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
<!DOCTYPE html> | |
<head> | |
<title>DeckGL GeoJSON</title> | |
<script src="https://unpkg.com/deck.gl@latest/dist.min.js"></script> | |
<!-- optional if mapbox base map is needed --> | |
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.53.0/mapbox-gl.js'></script> | |
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.53.0/mapbox-gl.css' rel='stylesheet' /> | |
<!-- optional for color scale --> | |
<script src="https://unpkg.com/[email protected]/chroma.js"></script> |
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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Plotty test</title> | |
<script src="https://unpkg.com/[email protected]/dist/plotty.js"></script> | |
</head> | |
<body> | |
<h1>Plotty domain</h1> | |
<p>Testing if plotty correctly scales color domain across a clipped range?</p> |
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
/* | |
Generic Canvas Layer for leaflet 0.7 and 1.0-rc, | |
copyright Stanislav Sumbera, 2016 , sumbera.com , license MIT | |
originally created and motivated by L.CanvasOverlay available here: https://gist.github.com/Sumbera/11114288 | |
*/ | |
// -- L.DomUtil.setTransform from leaflet 1.0.0 to work on 0.0.7 | |
//------------------------------------------------------------------------------ | |
if (!L.DomUtil.setTransform) { |
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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>GistRun</title> | |
<script src="https://unpkg.com/[email protected]/dist/plotty.js"></script> | |
</head> | |
<body> | |
<h1>Plotty domain vs display ranges</h1> | |
<p>Testing if plotty correctly scales color domain across a clipped display range?</p> |
This file has been truncated, but you can view the full file.
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
var keyframes = {"2015-12-20T00:00:00.000Z":[{"type":"Feature","geometry":{"type":"Point","coordinates":[227.539003,-38.071779,0.25]},"properties":{"id":227,"decay_value":1,"time":"2015-12-20T00:00:00.000Z","age":0}},{"type":"Feature","geometry":{"type":"Point","coordinates":[227.539393,-38.07169,0.25]},"properties":{"id":227,"decay_value":1,"time":"2015-12-20T00:00:00.000Z","age":1}},{"type":"Feature","geometry":{"type":"Point","coordinates":[227.539784,-38.071602,0.25]},"properties":{"id":227,"decay_value":1,"time":"2015-12-20T00:00:00.000Z","age":2}},{"type":"Feature","geometry":{"type":"Point","coordinates":[227.540175,-38.071512,0.25]},"properties":{"id":227,"decay_value":1,"time":"2015-12-20T00:00:00.000Z","age":3}},{"type":"Feature","geometry":{"type":"Point","coordinates":[227.540566,-38.071422,0.25]},"properties":{"id":227,"decay_value":1,"time":"2015-12-20T00:00:00.000Z","age":4}},{"type":"Feature","geometry":{"type":"Point","coordinates":[227.540957,-38.071332,0.25]},"properties":{"id":227,"decay_v |
Taken from: https://stackoverflow.com/a/33354920/1177832
# 0. Your file name
FNAME=some.file
# 1. Somehow sanitize the file content
# Remove \r (from Windows end-of-lines),
# Replace tabs by \t
NewerOlder