Skip to content

Instantly share code, notes, and snippets.

View Sumbera's full-sized avatar

∫ ∪ ∧∴ ∋ ∈ ⊇ ∧ Sumbera

View GitHub Profile
@Sumbera
Sumbera / README.md
Last active December 12, 2016 07:59
Tiled WMS overlay using ArcGIS JavaScript lib

Sample of using Tiled WMS overlay with ArcGIS JavaScript API 3.9.

@Sumbera
Sumbera / index.html
Created September 29, 2015 09:54
WebGL polyline tessellation with tesspathy
<!doctype html>
<html>
<head>
<title>Polyline Tesspathy</title>
<meta charset="utf-8">
<style>
html, body {
height: 100%;
padding: 0;
@Sumbera
Sumbera / index.html
Last active September 29, 2015 09:44
Polyline tessellation with MapBox-gl-js
<!doctype html>
<html>
<head>
<title>Polyline tessellation with MapBox-gl-js</title>
<meta charset="utf-8">
<style>
html, body {
height: 100%;
padding: 0;
@Sumbera
Sumbera / README.md
Last active August 29, 2015 14:04
Polygon libtess fill in WebGL

libtess.js test on medium large polygon, more info here

@Sumbera
Sumbera / README.md
Last active August 29, 2015 13:58
Another brushing with d3

Modified version of Quadtree sample from http://bl.ocks.org/mbostock/4343214 This version uses Enter,Exit, Update pattern for selecting small portions of larger dataset (here 100T points) with quadtree filtering. This speed up rendering as only relatively small amount of points (given small brush) has to be rendered. This might be useful for maps zooming into details and panning/moving there. Another sources looked at

Move around the brush to discover generated points.

@Sumbera
Sumbera / README.md
Last active August 29, 2015 13:57
Mapy API WMS

shows Mapy API 4 with WMS service