Minh Nguyễn
Minh Nguyễn
> Names in Gallo are tagged [`name:fr-x-gallo=*`](https://taginfo.openstreetmap.org/keys/name%3Afr-x-gallo) because no ISO 639 code has been assigned yet. This does pass because we’re specifically looking for `-x-`. Actually there is a language...
Instead of maintaining our own validator, we could try to get [`Locale.forLanguageTag()`](https://docs.oracle.com/javase/8/docs/api/java/util/Locale.html#forLanguageTag-java.lang.String-) and see if it throws an NPE. If performance is a concern, we could cache the result for...
Based on the discussion here, should maplibre/maplibre-gl-js#2064 and/or maplibre/maplibre-gl-js#2059 be reopened? An elaborate workaround simulating these operations accounts for the bulk of the [Diplomat](https://github.com/osm-americana/diplomat/) plugin and the bulk of the...
Consider instead starting a discussion [on the forum](https://community.openstreetmap.org/) for more visibility.
> Editors aren't supposed to warn mappers permanently but only when they click "save" at least. Both JOSM and iD can warn about issues while editing, not just when saving...
Disallowing connections by default would only be feasible for existing ways that get extended or connected after being tagged. It wouldn’t be desirable to make the user choose a tag...
> Then the user should be warned when: > > * He connects a power line to anything else but power > * He tags with power=* a line already...
Oof, sorry to hear that. I really need to get moving on osm-americana/openstreetmap-americana#914 to replace this clunky mapbox-gl-language plugin. In the meantime, you can get basic functionality by iterating over...
The fields in the Fields section should definitely respect the predominant writing direction via `dir="auto"`. I’m less sure about the raw tag editor in the Tags section, since the point...
Wait, I didn’t look closely enough – I thought the issue was just the alignment, but the runs of RTL and LTR are getting swapped too. That’s no good. Yes,...