| .. |
|
layers
|
Close the rik2 land: workspace, splash, and sandbox cleanup.
|
2026-08-18 14:24:00 +02:00 |
|
clock.rs
|
geodata: a data library keeps its own clock — the GUI platform is not a dependency
|
2026-09-02 17:57:18 +02:00 |
|
fetch.rs
|
geodata: a data library keeps its own clock — the GUI platform is not a dependency
|
2026-09-02 17:57:18 +02:00 |
|
geo.rs
|
map: rain radar overlay, flying 3D markers, Europe routing, geodata crate
|
2026-07-28 18:00:27 +02:00 |
|
gpkg.rs
|
map: rain radar overlay, flying 3D markers, Europe routing, geodata crate
|
2026-07-28 18:00:27 +02:00 |
|
http_fetch.rs
|
web_server + geodata + route: live radar, wind and weather on makepad.nl/api — one bounded poller per feed, hourly, disk-backed cache served from an Arc snapshot (a restart never re-polls early), 503 warming until the first result, health reports ok/warming/unavailable with timestamps; KNMI key from --knmi-key-file, the documented anonymous open-data key otherwise; libs/geodata fetches through the platform HTTP client instead of shelling out to curl; the client retries 503 after 30 s and disables a layer only on 404
|
2026-09-03 20:46:04 +02:00 |
|
knmi_hdf5.rs
|
Land route app + platform geo/permission APIs, map nav layer, geodata radar
|
2026-07-31 00:10:52 +02:00 |
|
lib.rs
|
map + route + geodata: the Terrain layer through the archive plane — TerrainSource (hosted .mkmap elevation shards fetched by range through the shared reader, a local MBTiles only as a dev override), the hillshade rendered on the pool's heavy lane with reused TerrainScratch buffers (web capped at 2048×1536 at DPR 1, native DPR-aware), one request in flight; the demo checkbox now renders terrain like native
|
2026-09-03 21:20:28 +02:00 |
|
main.rs
|
map + route + geodata: the Terrain layer through the archive plane — TerrainSource (hosted .mkmap elevation shards fetched by range through the shared reader, a local MBTiles only as a dev override), the hillshade rendered on the pool's heavy lane with reused TerrainScratch buffers (web capped at 2048×1536 at DPR 1, native DPR-aware), one request in flight; the demo checkbox now renders terrain like native
|
2026-09-03 21:20:28 +02:00 |
|
mvt.rs
|
map: rain radar overlay, flying 3D markers, Europe routing, geodata crate
|
2026-07-28 18:00:27 +02:00 |
|
png.rs
|
web_server + geodata + route: live radar, wind and weather on makepad.nl/api — one bounded poller per feed, hourly, disk-backed cache served from an Arc snapshot (a restart never re-polls early), 503 warming until the first result, health reports ok/warming/unavailable with timestamps; KNMI key from --knmi-key-file, the documented anonymous open-data key otherwise; libs/geodata fetches through the platform HTTP client instead of shelling out to curl; the client retries 503 after 30 s and disables a layer only on 404
|
2026-09-03 20:46:04 +02:00 |
|
query.rs
|
web-server: O(1) report admission, one connection deadline, shared route sampler, static fallbacks, cache policy
|
2026-09-02 14:37:36 +02:00 |
|
radar.rs
|
web_server + geodata + route: live radar, wind and weather on makepad.nl/api — one bounded poller per feed, hourly, disk-backed cache served from an Arc snapshot (a restart never re-polls early), 503 warming until the first result, health reports ok/warming/unavailable with timestamps; KNMI key from --knmi-key-file, the documented anonymous open-data key otherwise; libs/geodata fetches through the platform HTTP client instead of shelling out to curl; the client retries 503 after 30 s and disables a layer only on 404
|
2026-09-03 20:46:04 +02:00 |
|
radar_raster.rs
|
web_server + geodata + route: live radar, wind and weather on makepad.nl/api — one bounded poller per feed, hourly, disk-backed cache served from an Arc snapshot (a restart never re-polls early), 503 warming until the first result, health reports ok/warming/unavailable with timestamps; KNMI key from --knmi-key-file, the documented anonymous open-data key otherwise; libs/geodata fetches through the platform HTTP client instead of shelling out to curl; the client retries 503 after 30 s and disables a layer only on 404
|
2026-09-03 20:46:04 +02:00 |
|
radar_volume.rs
|
Land route app + platform geo/permission APIs, map nav layer, geodata radar
|
2026-07-31 00:10:52 +02:00 |
|
raster.rs
|
geodata: a data library keeps its own clock — the GUI platform is not a dependency
|
2026-09-02 17:57:18 +02:00 |
|
sidecar.rs
|
map: rain radar overlay, flying 3D markers, Europe routing, geodata crate
|
2026-07-28 18:00:27 +02:00 |
|
spool.rs
|
map: rain radar overlay, flying 3D markers, Europe routing, geodata crate
|
2026-07-28 18:00:27 +02:00 |
|
terrain_shade.rs
|
web memory diet: the 805 MiB at load was the ocean-high archive's 13 M-entry leaf directory decoded to 407 MiB per lookup round and evicted at once — leaves now parse streaming into a window around the waiting tile ids (LeafParseLimits); a phone policy on the web (deviceMemory, UA, touch + short side) caps wasm at 512 MiB with a 320 MiB budget; archive leaf/range caches, reads and bakes in flight follow the budget; packed tile bytes stay packed until the bake decodes them; terrain scratch sized to the viewport and dropped with the layer; Cx::memory_report by owner. Phone viewport 1334 → 308 MiB after a minute of pans, desktop 1208 → 588
|
2026-09-03 23:45:22 +02:00 |
|
tiff.rs
|
Close the rik2 land: workspace, splash, and sandbox cleanup.
|
2026-08-18 14:24:00 +02:00 |
|
tiler.rs
|
geodata: a data library keeps its own clock — the GUI platform is not a dependency
|
2026-09-02 17:57:18 +02:00 |
|
wind.rs
|
web_server + geodata + route: live radar, wind and weather on makepad.nl/api — one bounded poller per feed, hourly, disk-backed cache served from an Arc snapshot (a restart never re-polls early), 503 warming until the first result, health reports ok/warming/unavailable with timestamps; KNMI key from --knmi-key-file, the documented anonymous open-data key otherwise; libs/geodata fetches through the platform HTTP client instead of shelling out to curl; the client retries 503 after 30 s and disables a layer only on 404
|
2026-09-03 20:46:04 +02:00 |
|
wkb.rs
|
map: rain radar overlay, flying 3D markers, Europe routing, geodata crate
|
2026-07-28 18:00:27 +02:00 |