Based on the woes of
Iván Sánchez Ortega,
MazeMap
You might remember me from other FOSS4G talks such as
| PARENTAL |
|---|
| BIASED OPINION |
| ADVISORY |
<canvas>-based map
<canvas>-based map
Stamen's ModestMaps
MapZen's Tangram
Mapbox's MapboxGL (Based on )
ESRI Javascript API
Google Maps API
IndoorGML
Copy-paste simplest tutorials and set coordinates for Seoul
|
|
|
|
|
|
|
What the docs say:
What you must use:
|
What the docs say:
What you must use:
|
|
|
|
|
Size of minified JS files
126.5KB |
465.3KB |
Number of classes/namespaces
52 |
163 |
|
|
|
|
|
|
|
|
...
leaflet-src.js 223.6KB |
ol3-debug.js3.5MB |
/**
* @const
* @type {number}
*/
goog.webgl.ZERO = 0;
/**
* @const
* @type {number}
*/
goog.webgl.ONE = 1;
|
|
|
|
|
|
|
|
| A wrapper over HTML elements | A model of "classic" GIS |
L.GridLayer is a grid of <div>s or <canvas>s or <img>s or even <video>s.
|
ol.Feature has a ol.geom which can be a ol.geom.LinearRing or ol.geom.MultiPoint or any Simple Features Specification type.
|
|
|
|
|
|
|
https://github.com/IvanSanchez/Leafdoc
🍂doc
|
JSdoc
|
Demo!
|
|
|
|
https://github.com/Leaflet/Leaflet/tree/rotate
|
|
|
|

<script src='../ol3-ol-debug.js'></script>
<script src='../Cesium/Cesium.js'></script>
<script src='../ol3cesium-debug.js'></script>

|
https://github.com/IvanSanchez/Leaflet.gl
|
Y U NO DO
EXACTLY WAT I NEED |
|
|
|
|
|
|
| ← Web | GIS → |
| ← DOM | MVC → |
|
| |
|
|
|