Add Namazue Console to Demos / Examples#145
Conversation
| ## Demos / Examples | ||
|
|
||
| - [Expo MapLibre native + web demo](https://github.com/Jaza/expo-maplibre-native-plus-web-demo) - Demo Expo app using [maplibre-react-native](https://github.com/maplibre/maplibre-react-native) for native, and falling back to [react-map-gl](https://github.com/visgl/react-map-gl) with [maplibre-gl-js](https://github.com/maplibre/maplibre-gl-js) for web. | ||
| - [Namazue Console](https://github.com/Hybirdss/namazue-console) - Japan-wide earthquake intelligence console with GMPE intensity computation, infrastructure impact assessment, and real-time P/S wave propagation. Built with MapLibre GL JS 5 + deck.gl 9. [demo](https://namazue.dev) |
There was a problem hiding this comment.
Is this a demo or a project that uses maplibre? See the relevant titles in this document.
|
Thanks for the review @HarelM! It's a project that uses MapLibre GL JS 5 as its core map rendering engine — earthquake epicenters, seismic intensity polygons, P/S wave fronts, and infrastructure layers are all rendered on a MapLibre map. Happy to move it from "Demos / Examples" to "Users" if that's a better fit for the list. There is also a live demo at https://namazue.dev. Let me know which section you'd prefer! |
|
Yes, I think users is better. |
Per reviewer feedback from @HarelM, the project is a MapLibre user rather than a demo/example. Placed alphabetically between Mountaya and On The Go Map.
|
Done! I've moved Namazue Console to the Users section (alphabetically between Mountaya and On The Go Map) and pushed to the branch. Regarding the request to "open a PR in maplibre gl js to fix missing spelling" — could you clarify what spelling issue you're referring to? I searched the maplibre-gl-js repo for existing issues and code references but couldn't identify a specific typo or missing word. If you mean adding "Namazue" to the |
|
You can see the CI failure in this PR. It uses maplibre gl js cspell file, so it needs to be updated before this PR can be merged. |
|
@HarelM quick update — I looked into the spell check issue and it turns out the CI is already green on this PR: Run: https://github.com/maplibre/awesome-maplibre/actions/runs/24158054549/job/70502106706 The CI workflow pulls PR status is currently |
|
It was the GMPE you rephrased. Merged. Thanks! |
|
Thank you! |
Adding Namazue Console to the Demos / Examples section.
Namazue is a Japan-wide earthquake intelligence console that computes ground motion intensity using GMPE equations, propagates P/S wave fronts in real time, and assesses infrastructure impact across 13 asset classes. Built with MapLibre GL JS 5 + deck.gl 9.
GitHub: https://github.com/Hybirdss/namazue-console
Live demo: https://namazue.dev
Disclosure: I am the author of Namazue Console.