We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Gleo: Reinventing WebGL maps

Formale Metadaten

Titel
Gleo: Reinventing WebGL maps
Serientitel
Anzahl der Teile
351
Autor
Lizenz
CC-Namensnennung 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache
Produktionsjahr2022

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
WebGL has enabled fast rendering of maps on the web (including MapLibreGL and OpenLayers renderers), but from the software development point of view, is a notoriously cumbersome technology to work with. This session introduces Gleo, a JavaScript+WebGL map display library aiming to cover similar use cases than Leaflet, OpenLayers, MapZen and MapLibreGL. A few architectural features of Gleo will be outlined, including: - "One GL shader per type of cartographic symbol" rendering & framebuffer compositing approach - Object-oriented design: symbols as instances; allocation/deallocation of GPU resources for each symbol - ES6 javascript features: classes, modules, private fields; symbol as DOM EventTarget; deprecation of mouse/touch events in favour of pointer events - Sliding window algorithm in a wrapped WebGL texture for tile caching - On-the-fly reprojection enabled by updating just one WebGL data structure - On-the-fly CRS offsetting to prevent floating-point precision artifacts - Coordinate wrapping and display tessellation to avoid antimeridian artifacts
Schlagwörter