Corey Farwell
Corey Farwell
Ah I think this is the relevant issue: https://github.com/mvlabat/bevy_egui/issues/113
https://docs.mapbox.com/help/glossary/zoom-level/ https://medium.com/@frederic.rodrigo/web-mapping-comparing-vector-tile-servers-from-postgres-postgis-405055e69084 https://docs.mapbox.com/data/tilesets/guides/ https://github.com/zellige/zellige https://github.com/mapbox/vector-tile-spec/tree/master/2.1 https://github.com/wyyerd/vectortile-rs/blob/master/src/geom_encoder.rs https://github.com/urbica/martin/tree/main/src https://github.com/DougLau/mvt https://github.com/t-rex-tileserver/t-rex/blob/master/t-rex-core/src/mvt/vector_tile.rs https://postgis.net/docs/ST_SimplifyPreserveTopology.html https://gis.stackexchange.com/questions/4233/how-do-algorithms-load-pieces-of-maps https://prism.ucalgary.ca/bitstream/handle/11023/2666/ucalgary_2015_shang_xiaohong.pdf;jsessionid=68D803F376A5145FEFBFF5D9552433C6?sequence=3 https://github.com/protomaps/tippecanoe https://github.com/onthegomap/planetiler https://github.com/onthegomap/planetiler/blob/main/ARCHITECTURE.md
do you only get this error when running clippy?
ah weird. well this library currently only supports macOS. there's a separate issue for linux support here https://github.com/rust-sysbar/rust-sysbar/issues/3
hello there. geo 0.21.0 is out
The primary place that's affected by #73 is: https://github.com/georust/proj/blob/81b233a54f2da49b5e5a5ae1aee855910df838ec/src/proj.rs#L133-L139 Specifically, the `proj_errno_string` function will return a null pointer if a `0` error code is passed to the function. And in...
Awesome, thanks for doing that. Depending on the answer, I think there are some improvements I/we/they could make to the upstream PROJ documentation to clarify as it's currently ambiguous.
@michaelkirk Are you able to repro?
Ah you're right, that's just a warning
Clang does support building wasm32 as a target (I think?) and if not Clang then at least setting the C compiler to Emscripten _should_ work, but I haven't got that...