Kyℓe Hensel
Kyℓe Hensel
Ought to close and reopen the `dgram` socket on network disconnect/reconnect. Could be an optional feature: ```js sACN.on('close', sACN.tryReopen); ```
If a bus stop has [`local_ref`](https://osm.wiki/Key:local_ref), it would be more useful to render the `local_ref` instead of the `name`. This is useful because: - In these cases, the "platform" number...
A footway that is coloured in grey (due to `access` tags) should probably have grey oneway arrows? I think the current colour is a bit confusing, since it's rather different...
This is a follow up to #9071, I forgot about this one
This PR renders the [`side=*`](https://osm.wiki/Key:side) tag, similar to how [`direction=*`](https://osm.wiki/Key:direction) is rendered. `side=*` is used with [`highway=cyclist_waiting_aid`](https://osm.wiki/Tag:highway=cyclist_waiting_aid), but it is currently slow and tricky to use this tag. This PR...
Required for https://github.com/openstreetmap/id-tagging-schema/pull/1235
Closes #10139 Currently, it's impossible to tell the difference between the `Cycleway` and `Cycle + Foot Path` presets. There are [6 special countries](https://github.com/openstreetmap/id-tagging-schema/blob/e11a6d2c7468267ea4e579a8dc8a7e4487f34729/data/presets/highway/cycleway/bicycle_foot.json#L4-L9) that use a different preset, which is...
When micromapping features, it's common for these features to be part of a `wall`, or the edge of a building. iD currently creates an annoying warning when these feature are...
A preset was recently added for `amenity=bicycle_wash` - see #1032. This PR creates a preset for the similar approved tag [`man_made=footwear_decontamination`](https://osm.wiki/Tag:man_made=footwear_decontamination). It is currently limited to Australia and New Zealand,...
> [!NOTE] > This is a draft PR because it's blocked by https://github.com/ideditor/schema-builder/pull/87. Once that PR is merged, the temporary override to package.json needs to be removed. This PR adds...