Skip to content

Add Namazue Console to Demos / Examples#145

Merged
HarelM merged 3 commits into
maplibre:mainfrom
Hybirdss:add-namazue
Apr 9, 2026
Merged

Add Namazue Console to Demos / Examples#145
HarelM merged 3 commits into
maplibre:mainfrom
Hybirdss:add-namazue

Conversation

@Hybirdss
Copy link
Copy Markdown
Contributor

@Hybirdss Hybirdss commented Apr 3, 2026

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.

Comment thread README.md Outdated
## 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)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a demo or a project that uses maplibre? See the relevant titles in this document.

@Hybirdss
Copy link
Copy Markdown
Contributor Author

Hybirdss commented Apr 8, 2026

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!

@HarelM
Copy link
Copy Markdown
Collaborator

HarelM commented Apr 8, 2026

Yes, I think users is better.
Also can you open a PR in maplibre gl js to fix missing spelling?

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.
@Hybirdss
Copy link
Copy Markdown
Contributor Author

Hybirdss commented Apr 8, 2026

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 .cspell.json word list in maplibre-gl-js, I can do that, though "Namazue" doesn't currently appear in that codebase. Any pointer to the relevant file or issue would help me target the right fix.

@HarelM
Copy link
Copy Markdown
Collaborator

HarelM commented Apr 8, 2026

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.

@Hybirdss
Copy link
Copy Markdown
Contributor Author

Hybirdss commented Apr 8, 2026

@HarelM quick update — I looked into the spell check issue and it turns out the CI is already green on this PR:

CSpell: Files checked: 2, Issues found: 0 in 0 files.

Run: https://github.com/maplibre/awesome-maplibre/actions/runs/24158054549/job/70502106706

The CI workflow pulls .cspell.json live from maplibre/maplibre-gl-js on every run, and with the latest description text (as updated in this PR) there are no unknown words flagged. Your earlier comment may have been referencing an older failing run from before I moved the entry to the Users section.

PR status is currently MERGEABLE / CLEAN with the Spell Check CheckRun passing. Ready for merge whenever you get a chance — no maplibre-gl-js side change needed. Thanks for the review!

@HarelM HarelM merged commit 6ef8838 into maplibre:main Apr 9, 2026
1 check passed
@HarelM
Copy link
Copy Markdown
Collaborator

HarelM commented Apr 9, 2026

It was the GMPE you rephrased. Merged. Thanks!

@Hybirdss
Copy link
Copy Markdown
Contributor Author

Hybirdss commented Apr 9, 2026

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants