Is there any reason why the inscription field for Commemorative Plaques [memorial=plaque] is limited to 255 characters? That is incredibly short, considering the average length of text on plaques and the like. I am using the iD in-browser editor, but I assume this is universal. Edit: Apparently, all OSM tag fields are limited to 255. They want you to cross-reference openplaques with an ID. asked 15 Feb '20, 18:51 blairybeary |
Hi blairybeary, it sounds like you've answered your own question, but note that in addition to (or instead of)
openplaques:id
you can add aninscription:url
tag with a link to the full inscription. This can be on Openplaques or anywhere else.This might be useful to you but is not an answer to your question: You can sort of work around by "abusing" the "problematic" number-suffix trick for multi-value tag. There are already a lot of
inscription:2=
,inscription:3=
, etc uses. I suggest you useinscription:1=
for the 1st part, to indicate it is not the fullinscription=
. Meanwhile, the character length issue is still open at https://github.com/openstreetmap/openstreetmap-website/issues/2025.