mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
* Add geometry index again * Switch to info level for run config * Add setting for present_mode * Remove unused file * Adjust web to new message * Update package-lock.json * One of the first working versions with a large buffer * Add features to fix builds * Switch to flatbuffers for data passing * Cleanup and move entries to wasm_entries * Install protobuf and flatbuffers * Fix windows CI * Fix clippy errors and warnings for generated code
11 lines
140 B
Plaintext
11 lines
140 B
Plaintext
include "basic.fbs";
|
|
|
|
//namespace transferables;
|
|
|
|
table FlatLayerIndexed {
|
|
coords: FlatWorldTileCoords;
|
|
}
|
|
|
|
root_type FlatLayerIndexed;
|
|
|