Skip to content

Instantly share code, notes, and snippets.

View jieter's full-sized avatar

Jan Pieter Waagmeester jieter

View GitHub Profile
@jieter
jieter / index.html
Last active January 10, 2023 18:58
Leaflet.Markercluster + leaflet-image
<!DOCTYPE html>
<html>
<head>
<title>Leaflet debug page</title>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet-src.js"></script>
/*
* L.PolylineUtil contains utilify functions for polylines, two methods
* are added to the L.Polyline object to support creation of polylines
* from an encoded string and converting existing polylines to an
* encoded string.
*
* - L.Polyline.fromEncoded(encoded [, options]) returns a L.Polyline
* - L.Polyline.encodePath() returns a string
*
* Actual code from:
/*
* Extends L.Map to synchronize the interaction on one map to one or more other maps.
*/
(function () {
'use strict';
L.Map = L.Map.extend({
sync: function (map, options) {
this._initSync();
[ removed some py.test stack frames]
File "/home/jieter/workspace/django-tables2/tests/test_models.py", line 481, in test_model__str__calls
html = table.as_html(build_request())
File "/home/jieter/workspace/django-tables2/django_tables2/tables.py", line 394, in as_html
return template.render(context)
File "/home/jieter/.virtualenvs/django-tables2/lib/python3.6/site-packages/django/template/backends/django.py", line 66, in render
return self.template.render(context)
File "/home/jieter/.virtualenvs/django-tables2/lib/python3.6/site-packages/django/template/base.py", line 207, in render
return self._render(context)
# models.py
class NamedFloat(models.Model):
col1 = models.CharField(max_length=1, primary_key=True)
col2 = models.FloatField(blank=True, null=True)
# test:
@pytest.mark.django_db
def test_floatfield():
class Table(tables.Table):
model diskSpace radius
DE431 8 8
DD342 16 18
describe.only('maxBounds defined on map', function () {
chai.should();
var a, b;
afterEach(function () {
a.remove();
b.remove();
});
@jieter
jieter / gist:0d36e3edb5f83c104278
Created March 3, 2016 15:43
wkhtml HEAD build.py for vivid
'vivid': {
'title' : 'Ubuntu Vivid',
'packaging_tool' : 'apt',
'build_arch' : ['amd64', 'i386'],
'compression' : 'xz',
'runtime_packages' : 'libc6 libstdc++6 zlib1g libpng12-0 libjpeg-turbo8 '\
'libssl1.0.0 libfreetype6 libicu52 fontconfig '\
'libx11-6 libxext6 libxrender1 libxcb1 xfonts-base xfonts-75dpi',
'build_packages' : 'xz-utils ruby python perl gperf bison flex git '\
'zlib1g-dev libpng12-dev libjpeg-turbo8-dev libssl-dev libfreetype6-dev libicu-dev libfontconfig1-dev '\
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Leaflet Spec Runner</title>
<link rel="stylesheet" type="text/css" href="../node_modules/mocha/mocha.css">
<link rel="stylesheet" type="text/css" href="../dist/leaflet.css">
</head>
<body>
<div id="mocha"></div>
@jieter
jieter / console.log
Created January 19, 2016 12:50
leaflet-headless npm install
jieter@zimri:~/workspace/_npm/leaflet-headless (master)$ npm install
npm WARN engine escodegen@1.8.0: wanted: {"node":">=0.12.0"} (current: {"node":"0.10.37","npm":"1.4.28"})
npm WARN engine deep-extend@0.4.1: wanted: {"node":">=0.12.0","iojs":">=1.0.0"} (current: {"node":"0.10.37","npm":"1.4.28"})
npm WARN deprecated lodash@1.0.2: lodash@<2.0.0 is no longer maintained. Upgrade to lodash@^3.0.0
> canvas@1.3.7 install /home/jieter/workspace/_npm/leaflet-headless/node_modules/canvas
> node-gyp rebuild
make: Entering directory '/home/jieter/workspace/_npm/leaflet-headless/node_modules/canvas/build'
SOLINK_MODULE(target) Release/obj.target/canvas-postbuild.node