**Acceptance criteria:** - [ ] Form fields: Name (required), Description (textarea), Link (optional URL), Icon (selected via picker — see #19) - [ ] "Place Marker" activates Geoman marker mode; clicking the map places the POI and shows a green status indicator - [ ] For existing POIs, "Move Marker" replaces the current position - [ ] `POST /api/entities` on create; `PUT /api/entities/:id` on update - [ ] The marker on the map uses the selected PNG icon (`/icons/{name}.png`) - [ ] Clicking the marker on the map (in any tab) shows a popup with the name, description, and a clickable link if one is set
Acceptance criteria:
POST /api/entitieson create;PUT /api/entities/:idon update/icons/{name}.png)