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.js 3.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.
|
|
|
|
|
🍂doc
|
JSdoc
|
Demo! |
|
|
<script src='../ol3-ol-debug.js'></script>
<script src='../Cesium/Cesium.js'></script>
<script src='../ol3cesium-debug.js'></script>
Y U NO DOEXACTLY WAT I NEED |
|
|
|
|
|
|
← Web | GIS → |
← DOM | MVC → |
| |