Simple earcut 1.4 test of triangulation for polygons for webgl drawing. Viedo of 250MB large geojson file:
see discussion also here
license: mit |
<!doctype html> | |
<html> | |
<head> | |
<title>Polyline Tesspathy</title> | |
<meta charset="utf-8"> | |
<style> | |
html, body { | |
height: 100%; | |
padding: 0; |
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title>SVG default SVG in Leaflet 1.0</title> | |
<link rel="stylesheet" href="http://www.sumbera.com/gist/js/leaflet/svg/scaled/leaflet.css" /> | |
<style> | |
body { | |
margin: 0px; |
/* | |
Stanislav Sumbera, August , 2015 | |
- scaled SVG draw prototype on top of Leaflet 1.0 beta | |
- note it uses L.map patch to get it working right | |
- SVG data are not modified, only scaled and optionaly radius/stroke width etc. can be specified on onScaleChange callback | |
- very experimental | |
*/ | |
//-- Patch to get leaflet properly zoomed |
Licensed under MIT | |
Copyright (c) 2015 Stanislav Sumbera, | |
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files | |
(the "Software"), to deal in the Software without restriction, including without limitation the rights to use, | |
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, | |
and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | |
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | |
Simple earcut 1.4 test of triangulation for polygons for webgl drawing. Viedo of 250MB large geojson file:
see discussion also here
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset='utf-8' /> | |
<title>WMS overlay with MabBox-gl-js (0.5.2)</title> | |
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' /> | |
<script src="http://www.sumbera.com/gist/js/mapbox/dist/mapbox-gl.js"></script> | |
<link href="http://www.sumbera.com/gist/js/mapbox/dist/mapbox-gl.css" rel="stylesheet" /> | |
<script src="http://www.sumbera.com/gist/js/mapbox/mbstyles/hybrid.js"></script> |
<!doctype html> | |
<html> | |
<head> | |
<title>Polyline tessellation with MapBox-gl-js</title> | |
<meta charset="utf-8"> | |
<style> | |
html, body { | |
height: 100%; | |
padding: 0; |
<!doctype html> | |
<html> | |
<head> | |
<title>Polyline tessellation test with Pixi.js</title> | |
<meta charset="utf-8"> | |
<style> | |
html, body { | |
height: 100%; | |
padding: 0; |
libtess.js test on medium large polygon, more info here