You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/authors/maxammann/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,4 @@ github: maxammann
4
4
handle: maxammann
5
5
---
6
6
7
-
I’m Max and I’m a software engineer and aspiring security researcher. I enjoy writing open-source software. I regularly contribute to various open-source projects. I’m also a passionate photographer.
7
+
I’m Max, and I’m a software engineer and aspiring security researcher. I enjoy writing open-source software. I regularly contribute to various open-source projects. I’m also a passionate photographer.
Copy file name to clipboardExpand all lines: src/content/bio/bart/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,4 +20,4 @@ So far my work as Maintainer Native has been challenging, yet rewarding. Map ren
20
20
21
21
Maps serve a vast number of purposes. Something I am passionate about is democratizing urban design and urban mobility. In plain English that means giving people the tools to (re)shape their cities to be a pleasure to live in and to move through. Maps are an essential part of that.
22
22
23
-
Feel free to reach out to me on Slack in case you have any feedback or suggestions, or if you want contribute to MapLibre Native, but you are not sure where or how to start.
23
+
Feel free to reach out to me on Slack in case you have any feedback or suggestions, or if you want to contribute to MapLibre Native, but you are not sure where or how to start.
Copy file name to clipboardExpand all lines: src/content/bio/birk/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,4 +50,4 @@ I've been doing some pioneering work regarding exploring our options for [MapLib
50
50
51
51
_**Can we make GL JS fast?**_
52
52
53
-
I push for our MapLibre GL JS to move forward towards a [modular graphics backend](https://github.com/maplibre/maplibre-gl-js/issues/4511), so that we can begin refactor to adopt faster WebGL2 and WebGPU functionality. I started [migrating to webgl2](https://github.com/maplibre/maplibre-gl-js/pull/2599) a year ago, but due to a lack of this refactor we had to put this work on hold, and even down-compile to webgl1. If we can make GL JS run super fast, and it already have super high portability, and a much simpler codebase, then I believe it can stand the pressure of the Native renderers.
53
+
I push for our MapLibre GL JS to move forward towards a [modular graphics backend](https://github.com/maplibre/maplibre-gl-js/issues/4511), so that we can begin refactor to adopt faster WebGL2 and WebGPU functionality. I started [migrating to webgl2](https://github.com/maplibre/maplibre-gl-js/pull/2599) a year ago, but due to a lack of this refactor we had to put this work on hold, and even down-compile to webgl1. If we can make GL JS run superfast, and it already has super high portability, and a much simpler codebase, then I believe it can stand the pressure of the Native renderers.
Copy file name to clipboardExpand all lines: src/content/bio/yuri/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ As a passionate advocate for open-source mapping software, I'm committed to driv
21
21
- I organized, found funding, and continue to drive the new [MLT tile format](https://github.com/maplibre/maplibre-tile-spec) initiative that showed up to 6x size reduction compared with MVT! ([video presentation](https://youtu.be/YHcoAFcsES0?si=9wmZjIkM5PmWIrVK&t=1336)). Special thx to @mactrem!
22
22
- I on-boarded and greatly improved [Martin](https://maplibre.org/martin/) - one of the most popular tile server supporting sources like Postgres, MBTiles, PMTiles, Sprites, and Fonts. On GitHub, 2,100 :star2: and rapidly growing!
23
23
- I coordinated the transfer and on-boarded [Maputnik](https://maputnik.github.io/) - map style editor
24
-
- I frequently present and do workshops about MapLibre at the conferences. This year: [FOSS4G EU](https://www.youtube.com/watch?v=6y7zA14Jbc8) (+workshop), State of the Map (OSM-US), and plan to attend FOSS4G in Belem.
24
+
- I frequently present and do workshops about MapLibre at the conferences. This year: [FOSS4G EU](https://www.youtube.com/watch?v=6y7zA14Jbc8) (+workshop), State of the Map (OSM-US), and plan to attend FOSS4G in Belém.
25
25
- I am constantly in communication with community members and sponsors, making sure to hear concerns and community issues.
26
-
- I regularly attend monthly sync-ups with the technical steering commeetees (navigation, native, web, and MLT)
26
+
- I regularly attend monthly sync-ups with the technical steering committees (navigation, native, web, and MLT)
27
27
- I was actively involved in finding the next coordinator to continue the amazing work done by @wipfli
28
28
29
29
### My Mission Statement
@@ -43,4 +43,4 @@ All three goals are important - without the community we won't be able to mainta
43
43
- Volunteer Wikipedia core developer since 2005, implemented API and bot frameworks. Later worked for the foundation building Maps and data viz.
44
44
- Built Sophox OSM Sparql index and other OSM tools and libraries
45
45
- Contribute heavily to the Rust ecosystem, including the compiler/libraries
46
-
- Former principle engineer at Elastic (ElasticSearch), now working at Rivian (EV cars need good maps!)
46
+
- Former principal engineer at Elastic (ElasticSearch), now working at Rivian (EV cars need good maps!)
Copy file name to clipboardExpand all lines: src/content/news/2022-05-13-maplibre-rs-weekly.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The main focus of the past week was on documentation and redesigning the rendere
15
15
16
16
In the past week, I extracted the render from [Bevy](https://bevyengine.org/). After some discussions [on Github](https://github.com/maplibre/maplibre-rs/discussions/75), Slack and Matrix we concluded that writing a renderer specific to maps is the best option. In general, specialized renderers can be optimized better. By implementing a renderer ourselves, we also stay independent of other projects. For example, Bevy is a render engine (renderer + a lot more) for games. That means that features which are important for bevy are most likely not important for maplibre-rs and vice versa. For example, the Bevy renderer does not support a stencil.
17
17
18
-
Because I'm quite unexperienced in the world of 3D graphics, I dediced to base the renderer on some existing one. The best renderers in the Rust world are currently Bevy and rend3. After evaluating both renderers I decided to go with the Bevy one, because rend3 had usages of `unsafe. Both renderers are based around the idea of a [render graph](https://logins.github.io/graphics/2021/05/31/RenderGraphs.html).
18
+
Because I'm quite unexperienced in the world of 3D graphics, I decided to base the renderer on some existing one. The best renderers in the Rust world are currently Bevy and rend3. After evaluating both renderers I decided to go with the Bevy one, because rend3 had usages of `unsafe. Both renderers are based around the idea of a [render graph](https://logins.github.io/graphics/2021/05/31/RenderGraphs.html).
19
19
20
20
## 🏠 Housekeeping
21
21
@@ -42,7 +42,7 @@ The following will summarizes what happened last week on GitHub.
42
42
-[#97](https://github.com/maplibre/maplibre-rs/issues/97) Initial start of removing unwrap from a Result type
Copy file name to clipboardExpand all lines: src/content/news/2022-06-10-mierune-announcement.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ authors: [wipfli]
6
6
draft: false
7
7
---
8
8
9
-
Recently, [MIERUNE Inc.](https://www.mierune.co.jp/?lang=en) from Japan decided to support MapLibre financially with a generous donation of USD 10'000, see https://opencollective.com/maplibre. This is the largest ammount that MapLibre has received to date.
9
+
Recently, [MIERUNE Inc.](https://www.mierune.co.jp/?lang=en) from Japan decided to support MapLibre financially with a generous donation of USD 10'000, see https://opencollective.com/maplibre. This is the largest amount that MapLibre has received to date.
10
10
11
11
Thank you MIERUNE Inc., we are very proud that you trust MapLibre and support us!
Copy file name to clipboardExpand all lines: src/content/news/2022-06-26-maplibre-rs-monthly.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The following will summarizes what happened last week on GitHub.
25
25
26
26
-[#130](https://github.com/maplibre/maplibre-rs/pull/130) Allow panning with touch inputs by [@Drabble](https://github.com/Drabble)<br />
27
27
Panning should work now on more platforms.
28
-
-[#129](https://github.com/maplibre/maplibre-rs/pull/129) Enable bechmarks by [@maxammann](https://github.com/maxammann)<br />
28
+
-[#129](https://github.com/maplibre/maplibre-rs/pull/129) Enable benchmarks by [@maxammann](https://github.com/maxammann)<br />
29
29
Because of the headless mode, we can benchmark the rendering now. A software-based renderer is used in the CI.
30
30
-[#124](https://github.com/maplibre/maplibre-rs/pull/124) Deploy to cloudflare by [@maxammann](https://github.com/maxammann)<br />
31
31
-[#123](https://github.com/maplibre/maplibre-rs/pull/123) Fix deployment of docs, and disable of demo by [@maxammann](https://github.com/maxammann)<br />
Yesterday, we had a first MapLibre Eastern Call at 9 AM CET, the native technical steering committee meeting at 7 PM CET, and the web technical steering committee meeting at 8 PM CET. All notes are avaialbe at [https://github.com/maplibre/maplibre/discussions/154](https://github.com/maplibre/maplibre/discussions/154).
8
+
Yesterday, we had a first MapLibre Eastern Call at 9 AM CET, the native technical steering committee meeting at 7 PM CET, and the web technical steering committee meeting at 8 PM CET. All notes are available at [https://github.com/maplibre/maplibre/discussions/154](https://github.com/maplibre/maplibre/discussions/154).
9
9
10
10
It was great to see so many people from all over the world and participation from companies including Amazon, Apple, Grab, Lyft, MapTiler, Meta, Microsoft, Mierune, RobLabs, Stadia Maps, Stamen, and TomTom!
Copy file name to clipboardExpand all lines: src/content/news/2023-03-27-android-navigation-version-2/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The full changelog of this update is:
35
35
- Updated dependencies of used libs and build tools
36
36
- Removed AccessToken usage
37
37
- Fixed Jitpack Build
38
-
- Use the navigation options instead of constants in ToleranceUtils (used in the offroute detection), if you haven't modified rerouting values in the navigation options, nothing should change
38
+
- Use the navigation options instead of constants in ToleranceUtils (used in the off-route detection), if you haven't modified rerouting values in the navigation options, nothing should change
39
39
40
40
Thanks to all contributors that made this awesome release possible:
0 commit comments