Two incompatible vocabularies used to coexist — add_poi / update_poi / delete_poi
and editor.save / editor.update / editor.delete — in the SAME v3 queue, and the
core recognised only the first, which is why geometry drawn by the editor was never
restored. Neither survived: the first named a POI when the store holds arbitrary
features, the second named a plugin when the core must depend on none.
Both writers were redirected here in 4.4b/4.7, and the last readers followed in 4.9.
The contract is entity-generic because the store is.
The single operation vocabulary of the outbox.
Two incompatible vocabularies used to coexist —
add_poi/update_poi/delete_poiandeditor.save/editor.update/editor.delete— in the SAME v3 queue, and the core recognised only the first, which is why geometry drawn by the editor was never restored. Neither survived: the first named a POI when the store holds arbitrary features, the second named a plugin when the core must depend on none.Both writers were redirected here in 4.4b/4.7, and the last readers followed in 4.9. The contract is entity-generic because the store is.