@everydoor I'm thinking about mapping the classrooms of a college campus. Is this possible to do in every door? I looked but didn't see a way to do it. Maybe it will be possible with a plug in one the plug-in system is fully released?

I imagine it would be helpful for people trying to find their class by room number on the first day of school. I'm not sure if any map will display it or provide it in search results well, but at least the data would be there.

@cubeofcheese Well, you can do that, but only with points — there's no geometry editing in the app. If that is fine, what tags do you plan to use?

@everydoor yeah I'm just trying to do points. Conceptually I imagine it similar to house addresses.

I was looking at this page to try and figure it out: https://wiki.openstreetmap.org/wiki/Tag:room%3Dclassroom

Mainly I want `room=classroom` and `ref=*`

Is this already possible in the app?

Tag:room=classroom - OpenStreetMap Wiki

@cubeofcheese Yes, it is possible, but alas not with the 6.0-beta1 currently published.

You can download an apk from here: https://github.com/Zverik/every_door/actions/runs/15713080288 (or wait for beta2)

And install this plugin I hacked together: https://plugins.every-door.app/classrooms

It will look like on the picture: the button to add a room, and rooms labelled with their "ref" tag values on the map.

@everydoor this is exactly what I needed. Thank you so much!